openapi: {
    components: {
        schemas: {
            access_code: {
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    common_code_key: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at?: ...;
                                    error_code: ...;
                                    is_access_code_error: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_backup: {
                        description: string;
                        type: string;
                    };
                    is_backup_access_code_available: {
                        description: string;
                        type: string;
                    };
                    is_external_modification_allowed: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        description: string;
                        enum: boolean[];
                        type: string;
                    };
                    is_offline_access_code: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    is_scheduled_on_device: {
                        description: string;
                        type: string;
                    };
                    is_waiting_for_code_assignment: {
                        description: string;
                        type: string;
                    };
                    name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    pulled_backup_access_code_id: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_access_group: {
                description: string;
                properties: {
                    access_group_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    access_group_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                                warning_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential: {
                description: string;
                properties: {
                    access_method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_names: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            endpoint_id: {
                                type: string;
                            };
                            key_id: {
                                type: string;
                            };
                            key_issuing_request_id: {
                                type: string;
                            };
                            override_guest_acs_entrance_ids: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                    card_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        minLength: number;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_issued: {
                        description: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_multi_phone_sync_credential: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    issued_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    parent_acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            auto_join: {
                                type: string;
                            };
                            card_function_type: {
                                enum: string[];
                                type: string;
                            };
                            card_id: {
                                type: string;
                            };
                            common_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            credential_id: {
                                type: string;
                            };
                            guest_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            is_valid: {
                                type: string;
                            };
                            joiner_acs_credential_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential_pool: {
                properties: {
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    display_name: {
                        minLength: number;
                        type: string;
                    };
                    external_type: {
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential_provisioning_automation: {
                properties: {
                    acs_credential_provisioning_automation_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    credential_manager_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    user_identity_id: {
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_encoder: {
                description: string;
                properties: {
                    acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                error_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_entrance: {
                description: string;
                properties: {
                    acs_entrance_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_name: {
                                type: string;
                            };
                            door_number: {
                                format: string;
                                type: string;
                            };
                            door_type: {
                                enum: string[];
                                type: string;
                            };
                            pms_id: {
                                type: string;
                            };
                            stand_open: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    dormakaba_community_metadata: {
                        description: string;
                        properties: {
                            access_point_name: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    description: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    latch_metadata: {
                        description: string;
                        properties: {
                            accessibility_type: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            door_type: {
                                type: string;
                            };
                            is_connected: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    salto_ks_metadata: {
                        description: string;
                        properties: {
                            battery_level: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            intrusion_alarm: {
                                type: string;
                            };
                            left_open_alarm: {
                                type: string;
                            };
                            lock_type: {
                                type: string;
                            };
                            locked_state: {
                                type: string;
                            };
                            online: {
                                type: string;
                            };
                            privacy_mode: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    salto_space_metadata: {
                        description: string;
                        properties: {
                            door_description: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            ext_door_id: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            door_category: {
                                enum: string[];
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            profiles: {
                                items: {
                                    properties: {
                                        visionline_door_profile_id: {
                                            type: ...;
                                        };
                                        visionline_door_profile_type: {
                                            enum: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_system: {
                description: string;
                properties: {
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    can_add_acs_users_to_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    can_automate_enrollment: {
                        description: string;
                        type: string;
                    };
                    can_create_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    can_remove_acs_users_from_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    connected_account_ids: {
                        deprecated: boolean;
                        description: string;
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                        x-deprecated: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    default_credential_manager_acs_system_id: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    image_alt_text: {
                        description: string;
                        type: string;
                    };
                    image_url: {
                        description: string;
                        type: string;
                    };
                    is_credential_manager: {
                        description: string;
                        type: string;
                    };
                    location: {
                        properties: {
                            time_zone: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    system_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    system_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    visionline_metadata: {
                        properties: {
                            lan_address: {
                                description: string;
                                type: string;
                            };
                            mobile_access_uuid: {
                                description: string;
                                type: string;
                            };
                            system_id: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    misconfigured_acs_entrance_ids?: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    misconfigured_acs_entrance_ids: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_user: {
                description: string;
                properties: {
                    access_schedule: {
                        description: string;
                        properties: {
                            ends_at: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    full_name: {
                        description: string;
                        type: string;
                    };
                    hid_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    phone_number: {
                        description: string;
                        type: string;
                    };
                    user_identity_email_address: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_full_name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        type: string;
                    };
                    user_identity_phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            action_attempt: {
                oneOf: ({
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                type: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder: {
                                    description: ...;
                                    nullable: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                };
                                acs_credential_on_seam: {
                                    description: ...;
                                    nullable: ...;
                                    oneOf: ...;
                                    x-route-path: ...;
                                };
                                noise_threshold?: undefined;
                                warnings: {
                                    items: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf: {
                                properties: ...;
                                required: ...;
                                type: ...;
                            }[];
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description: string;
                            nullable?: undefined;
                            oneOf: {
                                description: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                                x-route-path: ...;
                            }[];
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path: string;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                type: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code: {};
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold: {};
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                })[];
                x-route-path: string;
            };
            client_session: {
                properties: {
                    client_session_id: {
                        format: string;
                        type: string;
                    };
                    connect_webview_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    device_count: {
                        format: string;
                        type: string;
                    };
                    expires_at: {
                        format: string;
                        type: string;
                    };
                    token: {
                        type: string;
                    };
                    user_identifier_key: {
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            connect_webview: {
                properties: {
                    accepted_devices: {
                        deprecated: boolean;
                        items: {
                            type: string;
                        };
                        type: string;
                        x-deprecated: string;
                    };
                    accepted_providers: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    any_device_allowed: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    any_provider_allowed: {
                        type: string;
                    };
                    authorized_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    automatically_manage_new_devices: {
                        type: string;
                    };
                    connect_webview_id: {
                        format: string;
                        type: string;
                    };
                    connected_account_id: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    custom_redirect_failure_url: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    custom_redirect_url: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    device_selection_mode: {
                        enum: string[];
                        type: string;
                    };
                    login_successful: {
                        type: string;
                    };
                    selected_provider: {
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                    url: {
                        format: string;
                        type: string;
                    };
                    wait_for_device_creation: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            connected_account: {
                properties: {
                    account_type: {
                        type: string;
                    };
                    account_type_display_name: {
                        type: string;
                    };
                    automatically_manage_new_devices: {
                        type: string;
                    };
                    connected_account_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    errors: {
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    message: ...;
                                    salto_ks_metadata?: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    message: ...;
                                    salto_ks_metadata: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    user_identifier: {
                        properties: {
                            api_url: {
                                type: string;
                            };
                            email: {
                                type: string;
                            };
                            exclusive: {
                                type: string;
                            };
                            phone: {
                                type: string;
                            };
                            username: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                    warnings: {
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    salto_ks_metadata?: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    salto_ks_metadata: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            device: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    capabilities_supported: {
                        description: string;
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        oneOf: ({
                            description?: undefined;
                            enum: string[];
                            type: string;
                        } | {
                            description: string;
                            enum: string[];
                            type: string;
                        })[];
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        description: string;
                        enum: boolean[];
                        type: string;
                    };
                    location: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            location_name: {
                                description: string;
                                type: string;
                            };
                            timezone: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                    nickname: {
                        description: string;
                        type: string;
                    };
                    properties: {
                        allOf: ({
                            allOf: ((...) | (...))[];
                        } | {
                            allOf: ((...) | (...))[];
                        })[];
                        description: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            device_provider: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    device_provider_name: {
                        enum: string[];
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    image_url: {
                        type: string;
                    };
                    provider_categories: {
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            enrollment_automation: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    credential_manager_acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    enrollment_automation_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            event: {
                discriminator: {
                    propertyName: string;
                };
                oneOf: ({
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code: {
                            description: string;
                            nullable?: undefined;
                            type: string;
                        };
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code: {
                            description: string;
                            nullable: boolean;
                            type: string;
                        };
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id: {
                            type: string;
                        };
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id: {
                            format: string;
                            type: string;
                        };
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            format: string;
                            type: string;
                        };
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id: {
                            format: string;
                            type: string;
                        };
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id: {
                            format: string;
                            type: string;
                        };
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated: boolean;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated: string;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        action_type: {
                            description: string;
                            type: string;
                        };
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status: {
                            description: string;
                            type: string;
                        };
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level: {
                            description: string;
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level: {
                            description: string;
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        battery_status: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata: {
                            additionalProperties: {};
                            description: string;
                            type: string;
                        };
                        noise_level_decibels: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_level_nrs: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_threshold_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_threshold_name: {
                            description: string;
                            type: string;
                        };
                        noiseaware_metadata: {
                            additionalProperties: {};
                            description: string;
                            type: string;
                        };
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key: {
                            description: string;
                            type: string;
                        };
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset: {
                            description: string;
                            type: string;
                        };
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        heating_set_point_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        heating_set_point_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        hvac_mode_setting: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        lower_limit_fahrenheit: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        upper_limit_fahrenheit: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name: {
                            description: string;
                            type: string;
                        };
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                })[];
                x-route-path: string;
            };
            network: {
                properties: {
                    created_at: {
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    network_id: {
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            noise_threshold: {
                properties: {
                    device_id: {
                        format: string;
                        type: string;
                    };
                    ends_daily_at: {
                        type: string;
                    };
                    name: {
                        type: string;
                    };
                    noise_threshold_decibels: {
                        format: string;
                        type: string;
                    };
                    noise_threshold_id: {
                        format: string;
                        type: string;
                    };
                    noise_threshold_nrs: {
                        format: string;
                        type: string;
                    };
                    starts_daily_at: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            pagination: {
                description: string;
                properties: {
                    has_next_page: {
                        description: string;
                        type: string;
                    };
                    next_page_cursor: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    next_page_url: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            };
            phone: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        description: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    nickname: {
                        description: string;
                        type: string;
                    };
                    properties: {
                        description: string;
                        properties: {
                            assa_abloy_credential_service_metadata: {
                                description: string;
                                properties: {
                                    endpoints: {
                                        description: string;
                                        items: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    has_active_endpoint: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            salto_space_credential_service_metadata: {
                                description: string;
                                properties: {
                                    has_active_phone: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            properties: {
                                message: {
                                    type: string;
                                };
                                warning_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            thermostat_schedule: {
                description: string;
                properties: {
                    climate_preset_key: {
                        description: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    description: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    max_override_period_minutes: {
                        description: string;
                        minimum: number;
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    thermostat_schedule_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    unstable_is_override_allowed: {
                        description: string;
                        type: string;
                        x-undocumented: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_access_code: {
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at?: ...;
                                    error_code: ...;
                                    is_access_code_error: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                    type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_access_group: {
                properties: {
                    access_group_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    access_group_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                                warning_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_credential: {
                description: string;
                properties: {
                    access_method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_names: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            endpoint_id: {
                                type: string;
                            };
                            key_id: {
                                type: string;
                            };
                            key_issuing_request_id: {
                                type: string;
                            };
                            override_guest_acs_entrance_ids: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                    card_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        minLength: number;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_issued: {
                        description: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_multi_phone_sync_credential: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    issued_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    parent_acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            auto_join: {
                                type: string;
                            };
                            card_function_type: {
                                enum: string[];
                                type: string;
                            };
                            card_id: {
                                type: string;
                            };
                            common_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            credential_id: {
                                type: string;
                            };
                            guest_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            is_valid: {
                                type: string;
                            };
                            joiner_acs_credential_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_user: {
                description: string;
                properties: {
                    access_schedule: {
                        description: string;
                        properties: {
                            ends_at: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    full_name: {
                        description: string;
                        type: string;
                    };
                    hid_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    phone_number: {
                        description: string;
                        type: string;
                    };
                    user_identity_email_address: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_full_name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        type: string;
                    };
                    user_identity_phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_device: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    capabilities_supported: {
                        description: string;
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        oneOf: ({
                            description?: undefined;
                            enum: string[];
                            type: string;
                        } | {
                            description: string;
                            enum: string[];
                            type: string;
                        })[];
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    location: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            location_name: {
                                description: string;
                                type: string;
                            };
                            timezone: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                    properties: {
                        properties: {
                            accessory_keypad: {
                                description: string;
                                properties: {
                                    battery: {
                                        description: string;
                                        properties: {
                                            level: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    is_connected: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            battery: {
                                description: string;
                                properties: {
                                    level: {
                                        format: string;
                                        maximum: number;
                                        minimum: number;
                                        type: string;
                                    };
                                    status: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            battery_level: {
                                description: string;
                                format: string;
                                maximum: number;
                                minimum: number;
                                type: string;
                            };
                            image_alt_text: {
                                description: string;
                                type: string;
                            };
                            image_url: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                type: string;
                            };
                            model: {
                                properties: {
                                    accessory_keypad_supported: {
                                        deprecated: boolean;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    can_connect_accessory_keypad: {
                                        description: string;
                                        type: string;
                                    };
                                    display_name: {
                                        description: string;
                                        type: string;
                                    };
                                    has_built_in_keypad: {
                                        description: string;
                                        type: string;
                                    };
                                    manufacturer_display_name: {
                                        description: string;
                                        type: string;
                                    };
                                    offline_access_codes_supported: {
                                        description: string;
                                        type: string;
                                    };
                                    online_access_codes_supported: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            name: {
                                deprecated: boolean;
                                description: string;
                                type: string;
                                x-deprecated: string;
                            };
                            offline_access_codes_enabled: {
                                description: string;
                                type: string;
                            };
                            online: {
                                description: string;
                                type: string;
                            };
                            online_access_codes_enabled: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            user_identity: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        minLength: number;
                        type: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    full_name: {
                        minLength: number;
                        nullable: boolean;
                        type: string;
                    };
                    phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    user_identity_key: {
                        description: string;
                        minLength: number;
                        nullable: boolean;
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            webhook: {
                properties: {
                    event_types: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    secret: {
                        type: string;
                    };
                    url: {
                        type: string;
                    };
                    webhook_id: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            workspace: {
                properties: {
                    company_name: {
                        type: string;
                    };
                    connect_partner_name: {
                        deprecated: boolean;
                        nullable: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    is_sandbox: {
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    name: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
        };
        securitySchemes: {
            access_token: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            api_key: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            bridge_client_session: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            certified_client: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            client_session: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            client_session_token: {
                in: string;
                name: string;
                type: string;
            };
            console_session_with_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            console_session_without_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            pat_with_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            pat_without_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            publishable_key: {
                in: string;
                name: string;
                type: string;
            };
            seam_client_session_token: {
                in: string;
                name: string;
                type: string;
            };
            seam_workspace: {
                in: string;
                name: string;
                type: string;
            };
        };
    };
    info: {
        title: string;
        version: string;
    };
    openapi: string;
    paths: {
        /access_codes/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    common_code_key: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/create_multiple: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    behavior_when_code_cannot_be_shared: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    behavior_when_code_cannot_be_shared: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
        };
        /access_codes/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/generate_code: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        generated_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    access_token?: undefined;
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token: never[];
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/pull_backup_access_code: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        backup_access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/simulate/create_unmanaged_access_code: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/convert_to_managed: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/unmanaged/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /access_codes/update_multiple: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    common_code_key: {
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    common_code_key: {
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /acs/access_groups/add_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/access_groups/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_group: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_groups: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list_users: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/remove_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/access_groups/unmanaged/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_group: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/access_groups/unmanaged/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_groups: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credential_pools/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential_pools: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credential_provisioning_automations/launch: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pool_id: {
                                        format: string;
                                        type: string;
                                    };
                                    create_credential_manager_user: {
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    credential_manager_acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential_provisioning_automation: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/assign: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_method: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    allowed_acs_entrance_ids: {
                                        default: (...)[];
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    assa_abloy_vostio_metadata: {
                                        description: string;
                                        properties: {
                                            join_all_guest_acs_entrances: ...;
                                            override_all_guest_acs_entrances: ...;
                                            override_guest_acs_entrance_ids: ...;
                                        };
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    is_multi_phone_sync_credential: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    salto_space_metadata: {
                                        description: string;
                                        properties: {
                                            assign_new_key: ...;
                                            update_current_key: ...;
                                        };
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    visionline_metadata: {
                                        description: string;
                                        properties: {
                                            assa_abloy_credential_service_mobile_endpoint_id: ...;
                                            auto_join: ...;
                                            card_format: ...;
                                            card_function_type: ...;
                                            is_override_key: ...;
                                            joiner_acs_credential_ids: ...;
                                            override: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/create_offline_code: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    allowed_acs_entrance_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                allOf: ({
                                    oneOf: ...;
                                    properties?: ...;
                                    type?: ...;
                                } | {
                                    oneOf?: ...;
                                    properties: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/unassign: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/unmanaged/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/unmanaged/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/encode_credential: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_encoders: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/scan_credential: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_encode_will_fail: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_encode_will_succeed: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                additionalProperties: boolean;
                                properties: {
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    scenario: {
                                        default: string;
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_scan_will_fail: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_scan_will_succeed: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/entrances/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrance: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    access_token?: undefined;
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token: never[];
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/entrances/grant_access: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/entrances/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/entrances/list_credentials_with_access: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_system: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/list_compatible_credential_manager_acs_systems: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/add_to_access_group: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        type: string;
                                    };
                                    acs_access_group_ids: {
                                        default: (...)[];
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    created_before: {
                                        format: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        exclusiveMinimum: boolean;
                                        minimum: number;
                                        type: string;
                                    };
                                    page_cursor: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    search: {
                                        description: string;
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_email_address: {
                                        description: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                        pagination: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/remove_from_access_group: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/revoke_access_to_all_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/suspend: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/users/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_email_address: {
                                        type: string;
                                    };
                                    user_identity_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_phone_number: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/users/unsuspend: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        nullable: boolean;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    hid_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        nullable: boolean;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    hid_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /action_attempts/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /action_attempts/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempts: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /bridges/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /bridges/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {};
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridges: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
        };
        /client_sessions/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /client_sessions/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/get_or_create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/grant_access: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /client_sessions/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_id: {
                                        type: string;
                                    };
                                    without_user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_sessions: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/revoke: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connect_webviews/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    accepted_providers: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    automatically_manage_new_devices: {
                                        default: boolean;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    custom_redirect_failure_url: {
                                        type: string;
                                    };
                                    custom_redirect_url: {
                                        type: string;
                                    };
                                    device_selection_mode: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    wait_for_device_creation: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connect_webviews/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connect_webviews/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connect_webviews/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webviews: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connected_accounts/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_accounts: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/update: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    automatically_manage_new_devices: {
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-undocumented: string;
            };
        };
        /devices/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /devices/list_device_providers: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_providers: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/simulate/connect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/simulate/disconnect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/simulate/remove: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/unmanaged/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /events/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_type: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event: {
                                            $ref: ...;
                                        };
                                        message: {
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /events/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    access_code_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_system_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    between: {
                                        items: {
                                            oneOf: ...;
                                        };
                                        maxItems: number;
                                        minItems: number;
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    event_types: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    since: {
                                        type: string;
                                    };
                                    unstable_offset: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        events: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        lock: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        locks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/lock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/unlock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /networks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    network_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        network: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /networks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {};
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        networks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        noise_sensors: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /noise_sensors/noise_thresholds/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_programmed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_thresholds: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /noise_sensors/simulate/trigger_noise_threshold: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /phones/deactivate: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /phones/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /phones/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    owner_user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phones: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /phones/simulate/create_sandbox_phone: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    assa_abloy_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            application_version: ...;
                                            ble_capability: ...;
                                            hce_capability: ...;
                                            nfc_capability: ...;
                                            seos_applet_version: ...;
                                            seos_tsm_endpoint_id: ...;
                                        };
                                        type: string;
                                    };
                                    custom_sdk_installation_id: {
                                        description: string;
                                        type: string;
                                    };
                                    phone_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            device_manufacturer: ...;
                                            device_model: ...;
                                            operating_system: ...;
                                            os_version: ...;
                                        };
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge_client_machine_identifier_key: {
                                        type: string;
                                    };
                                    bridge_client_name: {
                                        type: string;
                                    };
                                    bridge_client_time_zone: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    certified_client: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/get: {
            get: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-ignore: boolean;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
            post: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code: {
            post: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /thermostats/activate_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/cool: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/create_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        default: boolean;
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/delete_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /thermostats/heat: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/heat_cool: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                        thermostats: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/off: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        default: number;
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/schedules/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedules: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/set_fallback_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/set_fan_mode: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode: {
                                        deprecated: boolean;
                                        enum: (...)[];
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/set_hvac_mode: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/set_temperature_threshold: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/simulate/hvac_mode_adjusted: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/simulate/temperature_reached: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/update_climate_preset: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/add_acs_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/launch: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pool_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    create_credential_manager_user: {
                                        description: string;
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    credential_manager_acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automations: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/grant_access_to_device: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    credential_manager_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identities: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_accessible_devices: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        accessible_devices: {
                                            deprecated: ...;
                                            items: ...;
                                            type: ...;
                                            x-deprecated: ...;
                                        };
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_acs_systems: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_acs_users: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/remove_acs_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/revoke_access_to_device: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /webhooks/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        default: (...)[];
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    url: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /webhooks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/list: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/update: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /workspaces/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    company_name: {
                                        type: string;
                                    };
                                    connect_partner_name: {
                                        deprecated: boolean;
                                        nullable: boolean;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    is_sandbox: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    webview_logo_shape: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    webview_primary_button_color: {
                                        type: string;
                                    };
                                    webview_primary_button_text_color: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/get: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/list: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace: never[];
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace: never[];
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/reset_sandbox: {
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
    };
    servers: {
        url: string;
    }[];
    tags: {
        description: string;
        name: string;
    }[];
}

Type declaration

  • components: {
        schemas: {
            access_code: {
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    common_code_key: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at?: ...;
                                    error_code: ...;
                                    is_access_code_error: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_backup: {
                        description: string;
                        type: string;
                    };
                    is_backup_access_code_available: {
                        description: string;
                        type: string;
                    };
                    is_external_modification_allowed: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        description: string;
                        enum: boolean[];
                        type: string;
                    };
                    is_offline_access_code: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    is_scheduled_on_device: {
                        description: string;
                        type: string;
                    };
                    is_waiting_for_code_assignment: {
                        description: string;
                        type: string;
                    };
                    name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    pulled_backup_access_code_id: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_access_group: {
                description: string;
                properties: {
                    access_group_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    access_group_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                                warning_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential: {
                description: string;
                properties: {
                    access_method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_names: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            endpoint_id: {
                                type: string;
                            };
                            key_id: {
                                type: string;
                            };
                            key_issuing_request_id: {
                                type: string;
                            };
                            override_guest_acs_entrance_ids: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                    card_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        minLength: number;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_issued: {
                        description: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_multi_phone_sync_credential: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    issued_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    parent_acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            auto_join: {
                                type: string;
                            };
                            card_function_type: {
                                enum: string[];
                                type: string;
                            };
                            card_id: {
                                type: string;
                            };
                            common_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            credential_id: {
                                type: string;
                            };
                            guest_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            is_valid: {
                                type: string;
                            };
                            joiner_acs_credential_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential_pool: {
                properties: {
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    display_name: {
                        minLength: number;
                        type: string;
                    };
                    external_type: {
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_credential_provisioning_automation: {
                properties: {
                    acs_credential_provisioning_automation_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    credential_manager_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    user_identity_id: {
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_encoder: {
                description: string;
                properties: {
                    acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                error_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_entrance: {
                description: string;
                properties: {
                    acs_entrance_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_name: {
                                type: string;
                            };
                            door_number: {
                                format: string;
                                type: string;
                            };
                            door_type: {
                                enum: string[];
                                type: string;
                            };
                            pms_id: {
                                type: string;
                            };
                            stand_open: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    dormakaba_community_metadata: {
                        description: string;
                        properties: {
                            access_point_name: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    description: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    latch_metadata: {
                        description: string;
                        properties: {
                            accessibility_type: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            door_type: {
                                type: string;
                            };
                            is_connected: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    salto_ks_metadata: {
                        description: string;
                        properties: {
                            battery_level: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            intrusion_alarm: {
                                type: string;
                            };
                            left_open_alarm: {
                                type: string;
                            };
                            lock_type: {
                                type: string;
                            };
                            locked_state: {
                                type: string;
                            };
                            online: {
                                type: string;
                            };
                            privacy_mode: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    salto_space_metadata: {
                        description: string;
                        properties: {
                            door_description: {
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            ext_door_id: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            door_category: {
                                enum: string[];
                                type: string;
                            };
                            door_name: {
                                type: string;
                            };
                            profiles: {
                                items: {
                                    properties: {
                                        visionline_door_profile_id: {
                                            type: ...;
                                        };
                                        visionline_door_profile_type: {
                                            enum: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_system: {
                description: string;
                properties: {
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    can_add_acs_users_to_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    can_automate_enrollment: {
                        description: string;
                        type: string;
                    };
                    can_create_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    can_remove_acs_users_from_acs_access_groups: {
                        description: string;
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    connected_account_ids: {
                        deprecated: boolean;
                        description: string;
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                        x-deprecated: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    default_credential_manager_acs_system_id: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    image_alt_text: {
                        description: string;
                        type: string;
                    };
                    image_url: {
                        description: string;
                        type: string;
                    };
                    is_credential_manager: {
                        description: string;
                        type: string;
                    };
                    location: {
                        properties: {
                            time_zone: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    system_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    system_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    visionline_metadata: {
                        properties: {
                            lan_address: {
                                description: string;
                                type: string;
                            };
                            mobile_access_uuid: {
                                description: string;
                                type: string;
                            };
                            system_id: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    misconfigured_acs_entrance_ids?: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    misconfigured_acs_entrance_ids: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            acs_user: {
                description: string;
                properties: {
                    access_schedule: {
                        description: string;
                        properties: {
                            ends_at: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    full_name: {
                        description: string;
                        type: string;
                    };
                    hid_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    phone_number: {
                        description: string;
                        type: string;
                    };
                    user_identity_email_address: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_full_name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        type: string;
                    };
                    user_identity_phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            action_attempt: {
                oneOf: ({
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                type: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder: {
                                    description: ...;
                                    nullable: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                };
                                acs_credential_on_seam: {
                                    description: ...;
                                    nullable: ...;
                                    oneOf: ...;
                                    x-route-path: ...;
                                };
                                noise_threshold?: undefined;
                                warnings: {
                                    items: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf: {
                                properties: ...;
                                required: ...;
                                type: ...;
                            }[];
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description: string;
                            nullable?: undefined;
                            oneOf: {
                                description: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                                x-route-path: ...;
                            }[];
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path: string;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                type: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        result: {
                            description?: undefined;
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code: {};
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold?: undefined;
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                } | {
                    description?: undefined;
                    properties: {
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                            x-title: string;
                        };
                        action_type: {
                            enum: string[];
                            type: string;
                        };
                        error: {
                            nullable: boolean;
                            oneOf?: undefined;
                            properties?: undefined;
                            required?: undefined;
                            type?: undefined;
                        };
                        result: {
                            description?: undefined;
                            nullable?: undefined;
                            oneOf?: undefined;
                            properties: {
                                access_code?: undefined;
                                acs_credential_on_encoder?: undefined;
                                acs_credential_on_seam?: undefined;
                                noise_threshold: {};
                                warnings?: undefined;
                            };
                            required?: undefined;
                            type: string;
                            x-route-path?: undefined;
                        };
                        status: {
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                })[];
                x-route-path: string;
            };
            client_session: {
                properties: {
                    client_session_id: {
                        format: string;
                        type: string;
                    };
                    connect_webview_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    device_count: {
                        format: string;
                        type: string;
                    };
                    expires_at: {
                        format: string;
                        type: string;
                    };
                    token: {
                        type: string;
                    };
                    user_identifier_key: {
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            connect_webview: {
                properties: {
                    accepted_devices: {
                        deprecated: boolean;
                        items: {
                            type: string;
                        };
                        type: string;
                        x-deprecated: string;
                    };
                    accepted_providers: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    any_device_allowed: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    any_provider_allowed: {
                        type: string;
                    };
                    authorized_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    automatically_manage_new_devices: {
                        type: string;
                    };
                    connect_webview_id: {
                        format: string;
                        type: string;
                    };
                    connected_account_id: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    custom_redirect_failure_url: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    custom_redirect_url: {
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    device_selection_mode: {
                        enum: string[];
                        type: string;
                    };
                    login_successful: {
                        type: string;
                    };
                    selected_provider: {
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                    url: {
                        format: string;
                        type: string;
                    };
                    wait_for_device_creation: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            connected_account: {
                properties: {
                    account_type: {
                        type: string;
                    };
                    account_type_display_name: {
                        type: string;
                    };
                    automatically_manage_new_devices: {
                        type: string;
                    };
                    connected_account_id: {
                        format: string;
                        type: string;
                    };
                    created_at: {
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    errors: {
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    message: ...;
                                    salto_ks_metadata?: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    message: ...;
                                    salto_ks_metadata: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    user_identifier: {
                        properties: {
                            api_url: {
                                type: string;
                            };
                            email: {
                                type: string;
                            };
                            exclusive: {
                                type: string;
                            };
                            phone: {
                                type: string;
                            };
                            username: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                    warnings: {
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    salto_ks_metadata?: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    message: ...;
                                    salto_ks_metadata: ...;
                                    warning_code: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            device: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    capabilities_supported: {
                        description: string;
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        oneOf: ({
                            description?: undefined;
                            enum: string[];
                            type: string;
                        } | {
                            description: string;
                            enum: string[];
                            type: string;
                        })[];
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        description: string;
                        enum: boolean[];
                        type: string;
                    };
                    location: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            location_name: {
                                description: string;
                                type: string;
                            };
                            timezone: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                    nickname: {
                        description: string;
                        type: string;
                    };
                    properties: {
                        allOf: ({
                            allOf: ((...) | (...))[];
                        } | {
                            allOf: ((...) | (...))[];
                        })[];
                        description: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            device_provider: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    device_provider_name: {
                        enum: string[];
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    image_url: {
                        type: string;
                    };
                    provider_categories: {
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            enrollment_automation: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    credential_manager_acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    enrollment_automation_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            event: {
                discriminator: {
                    propertyName: string;
                };
                oneOf: ({
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code: {
                            description: string;
                            nullable?: undefined;
                            type: string;
                        };
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code: {
                            description: string;
                            nullable: boolean;
                            type: string;
                        };
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id: {
                            type: string;
                        };
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id: {
                            format: string;
                            type: string;
                        };
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            format: string;
                            type: string;
                        };
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id: {
                            format: string;
                            type: string;
                        };
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id: {
                            format: string;
                            type: string;
                        };
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated: boolean;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated: string;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        action_type: {
                            description: string;
                            type: string;
                        };
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status: {
                            description: string;
                            type: string;
                        };
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level: {
                            description: string;
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level: {
                            description: string;
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        battery_status: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata: {
                            additionalProperties: {};
                            description: string;
                            type: string;
                        };
                        noise_level_decibels: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_level_nrs: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_threshold_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        noise_threshold_name: {
                            description: string;
                            type: string;
                        };
                        noiseaware_metadata: {
                            additionalProperties: {};
                            description: string;
                            type: string;
                        };
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key: {
                            description: string;
                            type: string;
                        };
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset: {
                            description: string;
                            type: string;
                        };
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        heating_set_point_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        heating_set_point_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        hvac_mode_setting: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        lower_limit_fahrenheit: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        upper_limit_fahrenheit: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        temperature_fahrenheit: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name: {
                            description: string;
                            type: string;
                        };
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id?: undefined;
                        device_name?: undefined;
                        enrollment_automation_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                } | {
                    deprecated?: undefined;
                    description: string;
                    properties: {
                        access_code_id?: undefined;
                        acs_access_group_id?: undefined;
                        acs_credential_id?: undefined;
                        acs_encoder_id?: undefined;
                        acs_entrance_id?: undefined;
                        acs_system_id?: undefined;
                        acs_user_id?: undefined;
                        action_attempt_id?: undefined;
                        action_type?: undefined;
                        backup_access_code_id?: undefined;
                        battery_level?: undefined;
                        battery_status?: undefined;
                        client_session_id?: undefined;
                        climate_preset_key?: undefined;
                        code?: undefined;
                        connect_webview_id?: undefined;
                        connected_account_id?: undefined;
                        cooling_set_point_celsius?: undefined;
                        cooling_set_point_fahrenheit?: undefined;
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        desired_temperature_celsius?: undefined;
                        desired_temperature_fahrenheit?: undefined;
                        device_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        device_name?: undefined;
                        enrollment_automation_id?: undefined;
                        error_code?: undefined;
                        event_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        event_type: {
                            enum: string[];
                            type: string;
                        };
                        fan_mode_setting?: undefined;
                        heating_set_point_celsius?: undefined;
                        heating_set_point_fahrenheit?: undefined;
                        hvac_mode_setting?: undefined;
                        is_fallback_climate_preset?: undefined;
                        lower_limit_celsius?: undefined;
                        lower_limit_fahrenheit?: undefined;
                        method?: undefined;
                        minut_metadata?: undefined;
                        noise_level_decibels?: undefined;
                        noise_level_nrs?: undefined;
                        noise_threshold_id?: undefined;
                        noise_threshold_name?: undefined;
                        noiseaware_metadata?: undefined;
                        occurred_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        status?: undefined;
                        temperature_celsius?: undefined;
                        temperature_fahrenheit?: undefined;
                        thermostat_schedule_id?: undefined;
                        upper_limit_celsius?: undefined;
                        upper_limit_fahrenheit?: undefined;
                        workspace_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                    x-deprecated?: undefined;
                    x-route-path: string;
                })[];
                x-route-path: string;
            };
            network: {
                properties: {
                    created_at: {
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    network_id: {
                        format: string;
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            noise_threshold: {
                properties: {
                    device_id: {
                        format: string;
                        type: string;
                    };
                    ends_daily_at: {
                        type: string;
                    };
                    name: {
                        type: string;
                    };
                    noise_threshold_decibels: {
                        format: string;
                        type: string;
                    };
                    noise_threshold_id: {
                        format: string;
                        type: string;
                    };
                    noise_threshold_nrs: {
                        format: string;
                        type: string;
                    };
                    starts_daily_at: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            pagination: {
                description: string;
                properties: {
                    has_next_page: {
                        description: string;
                        type: string;
                    };
                    next_page_cursor: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    next_page_url: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            };
            phone: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    custom_metadata: {
                        additionalProperties: {
                            oneOf: {
                                type: string;
                            }[];
                        };
                        description: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    nickname: {
                        description: string;
                        type: string;
                    };
                    properties: {
                        description: string;
                        properties: {
                            assa_abloy_credential_service_metadata: {
                                description: string;
                                properties: {
                                    endpoints: {
                                        description: string;
                                        items: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    has_active_endpoint: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            salto_space_credential_service_metadata: {
                                description: string;
                                properties: {
                                    has_active_phone: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            properties: {
                                message: {
                                    type: string;
                                };
                                warning_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            thermostat_schedule: {
                description: string;
                properties: {
                    climate_preset_key: {
                        description: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    description: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    max_override_period_minutes: {
                        description: string;
                        minimum: number;
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    thermostat_schedule_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    unstable_is_override_allowed: {
                        description: string;
                        type: string;
                        x-undocumented: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_access_code: {
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at?: ...;
                                    error_code: ...;
                                    is_access_code_error: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_access_code_error?: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                    type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_access_group: {
                properties: {
                    access_group_type: {
                        deprecated: boolean;
                        enum: string[];
                        type: string;
                        x-deprecated: string;
                    };
                    access_group_type_display_name: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    name: {
                        description: string;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                message: {
                                    description: string;
                                    type: string;
                                };
                                warning_code: {
                                    description: string;
                                    enum: string[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_credential: {
                description: string;
                properties: {
                    access_method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_credential_pool_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            door_names: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                            endpoint_id: {
                                type: string;
                            };
                            key_id: {
                                type: string;
                            };
                            key_issuing_request_id: {
                                type: string;
                            };
                            override_guest_acs_entrance_ids: {
                                items: {
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                    card_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        minLength: number;
                        type: string;
                    };
                    ends_at: {
                        description: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            properties: {
                                error_code: {
                                    type: string;
                                };
                                message: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    is_issued: {
                        description: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_multi_phone_sync_credential: {
                        description: string;
                        type: string;
                    };
                    is_one_time_use: {
                        description: string;
                        type: string;
                    };
                    issued_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    parent_acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        type: string;
                    };
                    visionline_metadata: {
                        description: string;
                        properties: {
                            auto_join: {
                                type: string;
                            };
                            card_function_type: {
                                enum: string[];
                                type: string;
                            };
                            card_id: {
                                type: string;
                            };
                            common_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            credential_id: {
                                type: string;
                            };
                            guest_acs_entrance_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                            is_valid: {
                                type: string;
                            };
                            joiner_acs_credential_ids: {
                                items: {
                                    format: string;
                                    type: string;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_acs_user: {
                description: string;
                properties: {
                    access_schedule: {
                        description: string;
                        properties: {
                            ends_at: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        description: string;
                        type: string;
                    };
                    email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    errors: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    error_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    external_type: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    external_type_display_name: {
                        description: string;
                        type: string;
                    };
                    full_name: {
                        description: string;
                        type: string;
                    };
                    hid_acs_system_id: {
                        format: string;
                        type: string;
                    };
                    is_latest_desired_state_synced_with_provider: {
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    latest_desired_state_synced_with_provider_at: {
                        format: string;
                        nullable: boolean;
                        type: string;
                        x-undocumented: string;
                    };
                    phone_number: {
                        description: string;
                        type: string;
                    };
                    user_identity_email_address: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_full_name: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        type: string;
                    };
                    user_identity_phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            description: string;
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        description: ...;
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        description: ...;
                                        type: ...;
                                    };
                                    warning_code: {
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            unmanaged_device: {
                properties: {
                    can_hvac_cool: {
                        type: string;
                    };
                    can_hvac_heat: {
                        type: string;
                    };
                    can_hvac_heat_cool: {
                        type: string;
                    };
                    can_program_offline_access_codes: {
                        type: string;
                    };
                    can_program_online_access_codes: {
                        type: string;
                    };
                    can_remotely_lock: {
                        type: string;
                    };
                    can_remotely_unlock: {
                        type: string;
                    };
                    can_simulate_connection: {
                        type: string;
                    };
                    can_simulate_disconnection: {
                        type: string;
                    };
                    can_simulate_removal: {
                        type: string;
                    };
                    can_turn_off_hvac: {
                        type: string;
                    };
                    capabilities_supported: {
                        description: string;
                        items: {
                            enum: string[];
                            type: string;
                        };
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_type: {
                        description: string;
                        oneOf: ({
                            description?: undefined;
                            enum: string[];
                            type: string;
                        } | {
                            description: string;
                            enum: string[];
                            type: string;
                        })[];
                    };
                    errors: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error?: ...;
                                    is_device_error: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            } | {
                                description: string;
                                properties: {
                                    created_at: ...;
                                    error_code: ...;
                                    is_connected_account_error: ...;
                                    is_device_error?: ...;
                                    message: ...;
                                };
                                required: (...)[];
                                type: string;
                            })[];
                        };
                        type: string;
                    };
                    is_managed: {
                        enum: boolean[];
                        type: string;
                    };
                    location: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            location_name: {
                                description: string;
                                type: string;
                            };
                            timezone: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                    properties: {
                        properties: {
                            accessory_keypad: {
                                description: string;
                                properties: {
                                    battery: {
                                        description: string;
                                        properties: {
                                            level: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    is_connected: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            battery: {
                                description: string;
                                properties: {
                                    level: {
                                        format: string;
                                        maximum: number;
                                        minimum: number;
                                        type: string;
                                    };
                                    status: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            battery_level: {
                                description: string;
                                format: string;
                                maximum: number;
                                minimum: number;
                                type: string;
                            };
                            image_alt_text: {
                                description: string;
                                type: string;
                            };
                            image_url: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                type: string;
                            };
                            model: {
                                properties: {
                                    accessory_keypad_supported: {
                                        deprecated: boolean;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    can_connect_accessory_keypad: {
                                        description: string;
                                        type: string;
                                    };
                                    display_name: {
                                        description: string;
                                        type: string;
                                    };
                                    has_built_in_keypad: {
                                        description: string;
                                        type: string;
                                    };
                                    manufacturer_display_name: {
                                        description: string;
                                        type: string;
                                    };
                                    offline_access_codes_supported: {
                                        description: string;
                                        type: string;
                                    };
                                    online_access_codes_supported: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            name: {
                                deprecated: boolean;
                                description: string;
                                type: string;
                                x-deprecated: string;
                            };
                            offline_access_codes_enabled: {
                                description: string;
                                type: string;
                            };
                            online: {
                                description: string;
                                type: string;
                            };
                            online_access_codes_enabled: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    warnings: {
                        description: string;
                        items: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: {
                                description: string;
                                properties: {
                                    created_at: {
                                        format: ...;
                                        type: ...;
                                    };
                                    message: {
                                        type: ...;
                                    };
                                    warning_code: {
                                        description: ...;
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            }[];
                        };
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            user_identity: {
                description: string;
                properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    display_name: {
                        minLength: number;
                        type: string;
                    };
                    email_address: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    full_name: {
                        minLength: number;
                        nullable: boolean;
                        type: string;
                    };
                    phone_number: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    user_identity_key: {
                        description: string;
                        minLength: number;
                        nullable: boolean;
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            webhook: {
                properties: {
                    event_types: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    secret: {
                        type: string;
                    };
                    url: {
                        type: string;
                    };
                    webhook_id: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
            workspace: {
                properties: {
                    company_name: {
                        type: string;
                    };
                    connect_partner_name: {
                        deprecated: boolean;
                        nullable: boolean;
                        type: string;
                        x-deprecated: string;
                    };
                    is_sandbox: {
                        type: string;
                    };
                    is_suspended: {
                        description: string;
                        type: string;
                    };
                    name: {
                        type: string;
                    };
                    workspace_id: {
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-route-path: string;
            };
        };
        securitySchemes: {
            access_token: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            api_key: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            bridge_client_session: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            certified_client: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            client_session: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            client_session_token: {
                in: string;
                name: string;
                type: string;
            };
            console_session_with_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            console_session_without_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            pat_with_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            pat_without_workspace: {
                bearerFormat: string;
                scheme: string;
                type: string;
            };
            publishable_key: {
                in: string;
                name: string;
                type: string;
            };
            seam_client_session_token: {
                in: string;
                name: string;
                type: string;
            };
            seam_workspace: {
                in: string;
                name: string;
                type: string;
            };
        };
    }
    • schemas: {
          access_code: {
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  code: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  common_code_key: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  ends_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at?: ...;
                                  error_code: ...;
                                  is_access_code_error: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  is_backup: {
                      description: string;
                      type: string;
                  };
                  is_backup_access_code_available: {
                      description: string;
                      type: string;
                  };
                  is_external_modification_allowed: {
                      description: string;
                      type: string;
                  };
                  is_managed: {
                      description: string;
                      enum: boolean[];
                      type: string;
                  };
                  is_offline_access_code: {
                      description: string;
                      type: string;
                  };
                  is_one_time_use: {
                      description: string;
                      type: string;
                  };
                  is_scheduled_on_device: {
                      description: string;
                      type: string;
                  };
                  is_waiting_for_code_assignment: {
                      description: string;
                      type: string;
                  };
                  name: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  pulled_backup_access_code_id: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  status: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  message: {
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_access_group: {
              description: string;
              properties: {
                  access_group_type: {
                      deprecated: boolean;
                      enum: string[];
                      type: string;
                      x-deprecated: string;
                  };
                  access_group_type_display_name: {
                      deprecated: boolean;
                      type: string;
                      x-deprecated: string;
                  };
                  acs_access_group_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  name: {
                      description: string;
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              message: {
                                  description: string;
                                  type: string;
                              };
                              warning_code: {
                                  description: string;
                                  enum: string[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_credential: {
              description: string;
              properties: {
                  access_method: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  acs_credential_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_credential_pool_id: {
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  assa_abloy_vostio_metadata: {
                      description: string;
                      properties: {
                          door_names: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                          endpoint_id: {
                              type: string;
                          };
                          key_id: {
                              type: string;
                          };
                          key_issuing_request_id: {
                              type: string;
                          };
                          override_guest_acs_entrance_ids: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  };
                  card_number: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  code: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      minLength: number;
                      type: string;
                  };
                  ends_at: {
                      description: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          properties: {
                              error_code: {
                                  type: string;
                              };
                              message: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  is_issued: {
                      description: string;
                      type: string;
                  };
                  is_latest_desired_state_synced_with_provider: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  is_multi_phone_sync_credential: {
                      description: string;
                      type: string;
                  };
                  is_one_time_use: {
                      description: string;
                      type: string;
                  };
                  issued_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  latest_desired_state_synced_with_provider_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  parent_acs_credential_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      type: string;
                  };
                  visionline_metadata: {
                      description: string;
                      properties: {
                          auto_join: {
                              type: string;
                          };
                          card_function_type: {
                              enum: string[];
                              type: string;
                          };
                          card_id: {
                              type: string;
                          };
                          common_acs_entrance_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                          credential_id: {
                              type: string;
                          };
                          guest_acs_entrance_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                          is_valid: {
                              type: string;
                          };
                          joiner_acs_credential_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_credential_pool: {
              properties: {
                  acs_credential_pool_id: {
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      format: string;
                      type: string;
                  };
                  created_at: {
                      format: string;
                      type: string;
                  };
                  display_name: {
                      minLength: number;
                      type: string;
                  };
                  external_type: {
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_credential_provisioning_automation: {
              properties: {
                  acs_credential_provisioning_automation_id: {
                      format: string;
                      type: string;
                  };
                  created_at: {
                      format: string;
                      type: string;
                  };
                  credential_manager_acs_system_id: {
                      format: string;
                      type: string;
                  };
                  user_identity_id: {
                      format: string;
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_encoder: {
              description: string;
              properties: {
                  acs_encoder_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              error_code: {
                                  description: string;
                                  enum: string[];
                                  type: string;
                              };
                              message: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_entrance: {
              description: string;
              properties: {
                  acs_entrance_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  assa_abloy_vostio_metadata: {
                      description: string;
                      properties: {
                          door_name: {
                              type: string;
                          };
                          door_number: {
                              format: string;
                              type: string;
                          };
                          door_type: {
                              enum: string[];
                              type: string;
                          };
                          pms_id: {
                              type: string;
                          };
                          stand_open: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  dormakaba_community_metadata: {
                      description: string;
                      properties: {
                          access_point_name: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          properties: {
                              error_code: {
                                  description: string;
                                  type: string;
                              };
                              message: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  latch_metadata: {
                      description: string;
                      properties: {
                          accessibility_type: {
                              type: string;
                          };
                          door_name: {
                              type: string;
                          };
                          door_type: {
                              type: string;
                          };
                          is_connected: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  salto_ks_metadata: {
                      description: string;
                      properties: {
                          battery_level: {
                              type: string;
                          };
                          door_name: {
                              type: string;
                          };
                          intrusion_alarm: {
                              type: string;
                          };
                          left_open_alarm: {
                              type: string;
                          };
                          lock_type: {
                              type: string;
                          };
                          locked_state: {
                              type: string;
                          };
                          online: {
                              type: string;
                          };
                          privacy_mode: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  salto_space_metadata: {
                      description: string;
                      properties: {
                          door_description: {
                              type: string;
                          };
                          door_name: {
                              type: string;
                          };
                          ext_door_id: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  visionline_metadata: {
                      description: string;
                      properties: {
                          door_category: {
                              enum: string[];
                              type: string;
                          };
                          door_name: {
                              type: string;
                          };
                          profiles: {
                              items: {
                                  properties: {
                                      visionline_door_profile_id: {
                                          type: ...;
                                      };
                                      visionline_door_profile_type: {
                                          enum: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_system: {
              description: string;
              properties: {
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  can_add_acs_users_to_acs_access_groups: {
                      description: string;
                      type: string;
                  };
                  can_automate_enrollment: {
                      description: string;
                      type: string;
                  };
                  can_create_acs_access_groups: {
                      description: string;
                      type: string;
                  };
                  can_remove_acs_users_from_acs_access_groups: {
                      description: string;
                      type: string;
                  };
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  connected_account_ids: {
                      deprecated: boolean;
                      description: string;
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                      x-deprecated: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  default_credential_manager_acs_system_id: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  error_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  image_alt_text: {
                      description: string;
                      type: string;
                  };
                  image_url: {
                      description: string;
                      type: string;
                  };
                  is_credential_manager: {
                      description: string;
                      type: string;
                  };
                  location: {
                      properties: {
                          time_zone: {
                              description: string;
                              nullable: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  name: {
                      description: string;
                      type: string;
                  };
                  system_type: {
                      deprecated: boolean;
                      enum: string[];
                      type: string;
                      x-deprecated: string;
                  };
                  system_type_display_name: {
                      deprecated: boolean;
                      type: string;
                      x-deprecated: string;
                  };
                  visionline_metadata: {
                      properties: {
                          lan_address: {
                              description: string;
                              type: string;
                          };
                          mobile_access_uuid: {
                              description: string;
                              type: string;
                          };
                          system_id: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at: ...;
                                  message: ...;
                                  misconfigured_acs_entrance_ids?: ...;
                                  warning_code: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  message: ...;
                                  misconfigured_acs_entrance_ids: ...;
                                  warning_code: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          acs_user: {
              description: string;
              properties: {
                  access_schedule: {
                      description: string;
                      properties: {
                          ends_at: {
                              description: string;
                              format: string;
                              nullable: boolean;
                              type: string;
                          };
                          starts_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  email: {
                      deprecated: boolean;
                      format: string;
                      type: string;
                      x-deprecated: string;
                  };
                  email_address: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  error_code: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  full_name: {
                      description: string;
                      type: string;
                  };
                  hid_acs_system_id: {
                      format: string;
                      type: string;
                  };
                  is_latest_desired_state_synced_with_provider: {
                      nullable: boolean;
                      type: string;
                      x-undocumented: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  is_suspended: {
                      description: string;
                      type: string;
                  };
                  latest_desired_state_synced_with_provider_at: {
                      format: string;
                      nullable: boolean;
                      type: string;
                      x-undocumented: string;
                  };
                  phone_number: {
                      description: string;
                      type: string;
                  };
                  user_identity_email_address: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_full_name: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_id: {
                      description: string;
                      type: string;
                  };
                  user_identity_phone_number: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                                  warning_code: {
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          action_attempt: {
              oneOf: ({
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              access_code?: undefined;
                              acs_credential_on_encoder?: undefined;
                              acs_credential_on_seam?: undefined;
                              noise_threshold?: undefined;
                              warnings?: undefined;
                          };
                          required?: undefined;
                          type: string;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              message: {
                                  type: ...;
                              };
                              type: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      result: {
                          description?: undefined;
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              access_code?: undefined;
                              acs_credential_on_encoder: {
                                  description: ...;
                                  nullable: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              };
                              acs_credential_on_seam: {
                                  description: ...;
                                  nullable: ...;
                                  oneOf: ...;
                                  x-route-path: ...;
                              };
                              noise_threshold?: undefined;
                              warnings: {
                                  items: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable?: undefined;
                          oneOf: {
                              properties: ...;
                              required: ...;
                              type: ...;
                          }[];
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description: string;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description: string;
                          nullable?: undefined;
                          oneOf: {
                              description: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                              x-route-path: ...;
                          }[];
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path: string;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description?: undefined;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description?: undefined;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              access_code?: undefined;
                              acs_credential_on_encoder?: undefined;
                              acs_credential_on_seam?: undefined;
                              noise_threshold?: undefined;
                              warnings?: undefined;
                          };
                          required?: undefined;
                          type: string;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description?: undefined;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              message: {
                                  type: ...;
                              };
                              type: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      result: {
                          description?: undefined;
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description?: undefined;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              access_code: {};
                              acs_credential_on_encoder?: undefined;
                              acs_credential_on_seam?: undefined;
                              noise_threshold?: undefined;
                              warnings?: undefined;
                          };
                          required?: undefined;
                          type: string;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              } | {
                  description?: undefined;
                  properties: {
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                          x-title: string;
                      };
                      action_type: {
                          enum: string[];
                          type: string;
                      };
                      error: {
                          nullable: boolean;
                          oneOf?: undefined;
                          properties?: undefined;
                          required?: undefined;
                          type?: undefined;
                      };
                      result: {
                          description?: undefined;
                          nullable?: undefined;
                          oneOf?: undefined;
                          properties: {
                              access_code?: undefined;
                              acs_credential_on_encoder?: undefined;
                              acs_credential_on_seam?: undefined;
                              noise_threshold: {};
                              warnings?: undefined;
                          };
                          required?: undefined;
                          type: string;
                          x-route-path?: undefined;
                      };
                      status: {
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              })[];
              x-route-path: string;
          };
          client_session: {
              properties: {
                  client_session_id: {
                      format: string;
                      type: string;
                  };
                  connect_webview_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  connected_account_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  created_at: {
                      format: string;
                      type: string;
                  };
                  device_count: {
                      format: string;
                      type: string;
                  };
                  expires_at: {
                      format: string;
                      type: string;
                  };
                  token: {
                      type: string;
                  };
                  user_identifier_key: {
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          connect_webview: {
              properties: {
                  accepted_devices: {
                      deprecated: boolean;
                      items: {
                          type: string;
                      };
                      type: string;
                      x-deprecated: string;
                  };
                  accepted_providers: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
                  any_device_allowed: {
                      deprecated: boolean;
                      type: string;
                      x-deprecated: string;
                  };
                  any_provider_allowed: {
                      type: string;
                  };
                  authorized_at: {
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  automatically_manage_new_devices: {
                      type: string;
                  };
                  connect_webview_id: {
                      format: string;
                      type: string;
                  };
                  connected_account_id: {
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  created_at: {
                      format: string;
                      type: string;
                  };
                  custom_metadata: {
                      additionalProperties: {
                          oneOf: {
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  custom_redirect_failure_url: {
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  custom_redirect_url: {
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  device_selection_mode: {
                      enum: string[];
                      type: string;
                  };
                  login_successful: {
                      type: string;
                  };
                  selected_provider: {
                      nullable: boolean;
                      type: string;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
                  url: {
                      format: string;
                      type: string;
                  };
                  wait_for_device_creation: {
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          connected_account: {
              properties: {
                  account_type: {
                      type: string;
                  };
                  account_type_display_name: {
                      type: string;
                  };
                  automatically_manage_new_devices: {
                      type: string;
                  };
                  connected_account_id: {
                      format: string;
                      type: string;
                  };
                  created_at: {
                      format: string;
                      type: string;
                  };
                  custom_metadata: {
                      additionalProperties: {
                          oneOf: {
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  errors: {
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  message: ...;
                                  salto_ks_metadata?: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  message: ...;
                                  salto_ks_metadata: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  user_identifier: {
                      properties: {
                          api_url: {
                              type: string;
                          };
                          email: {
                              type: string;
                          };
                          exclusive: {
                              type: string;
                          };
                          phone: {
                              type: string;
                          };
                          username: {
                              type: string;
                          };
                      };
                      type: string;
                  };
                  warnings: {
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at: ...;
                                  message: ...;
                                  salto_ks_metadata?: ...;
                                  warning_code: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  message: ...;
                                  salto_ks_metadata: ...;
                                  warning_code: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          device: {
              properties: {
                  can_hvac_cool: {
                      type: string;
                  };
                  can_hvac_heat: {
                      type: string;
                  };
                  can_hvac_heat_cool: {
                      type: string;
                  };
                  can_program_offline_access_codes: {
                      type: string;
                  };
                  can_program_online_access_codes: {
                      type: string;
                  };
                  can_remotely_lock: {
                      type: string;
                  };
                  can_remotely_unlock: {
                      type: string;
                  };
                  can_simulate_connection: {
                      type: string;
                  };
                  can_simulate_disconnection: {
                      type: string;
                  };
                  can_simulate_removal: {
                      type: string;
                  };
                  can_turn_off_hvac: {
                      type: string;
                  };
                  capabilities_supported: {
                      description: string;
                      items: {
                          enum: string[];
                          type: string;
                      };
                      type: string;
                  };
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  custom_metadata: {
                      additionalProperties: {
                          oneOf: {
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_type: {
                      description: string;
                      oneOf: ({
                          description?: undefined;
                          enum: string[];
                          type: string;
                      } | {
                          description: string;
                          enum: string[];
                          type: string;
                      })[];
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  is_managed: {
                      description: string;
                      enum: boolean[];
                      type: string;
                  };
                  location: {
                      description: string;
                      nullable: boolean;
                      properties: {
                          location_name: {
                              description: string;
                              type: string;
                          };
                          timezone: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
                  nickname: {
                      description: string;
                      type: string;
                  };
                  properties: {
                      allOf: ({
                          allOf: ((...) | (...))[];
                      } | {
                          allOf: ((...) | (...))[];
                      })[];
                      description: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          device_provider: {
              properties: {
                  can_hvac_cool: {
                      type: string;
                  };
                  can_hvac_heat: {
                      type: string;
                  };
                  can_hvac_heat_cool: {
                      type: string;
                  };
                  can_program_offline_access_codes: {
                      type: string;
                  };
                  can_program_online_access_codes: {
                      type: string;
                  };
                  can_remotely_lock: {
                      type: string;
                  };
                  can_remotely_unlock: {
                      type: string;
                  };
                  can_simulate_connection: {
                      type: string;
                  };
                  can_simulate_disconnection: {
                      type: string;
                  };
                  can_simulate_removal: {
                      type: string;
                  };
                  can_turn_off_hvac: {
                      type: string;
                  };
                  device_provider_name: {
                      enum: string[];
                      type: string;
                  };
                  display_name: {
                      type: string;
                  };
                  image_url: {
                      type: string;
                  };
                  provider_categories: {
                      items: {
                          enum: string[];
                          type: string;
                      };
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          enrollment_automation: {
              description: string;
              properties: {
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  credential_manager_acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  enrollment_automation_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  user_identity_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          event: {
              discriminator: {
                  propertyName: string;
              };
              oneOf: ({
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code: {
                          description: string;
                          nullable?: undefined;
                          type: string;
                      };
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code: {
                          description: string;
                          nullable: boolean;
                          type: string;
                      };
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id: {
                          type: string;
                      };
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id: {
                          format: string;
                          type: string;
                      };
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          format: string;
                          type: string;
                      };
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_entrance_id?: undefined;
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id: {
                          format: string;
                          type: string;
                      };
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id: {
                          format: string;
                          type: string;
                      };
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id?: undefined;
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated: boolean;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated: string;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      action_type: {
                          description: string;
                          type: string;
                      };
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id?: undefined;
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status: {
                          description: string;
                          type: string;
                      };
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      connected_account_id?: undefined;
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level: {
                          description: string;
                          format: string;
                          maximum: number;
                          minimum: number;
                          type: string;
                      };
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level: {
                          description: string;
                          format: string;
                          maximum: number;
                          minimum: number;
                          type: string;
                      };
                      battery_status: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata: {
                          additionalProperties: {};
                          description: string;
                          type: string;
                      };
                      noise_level_decibels: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      noise_level_nrs: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      noise_threshold_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      noise_threshold_name: {
                          description: string;
                          type: string;
                      };
                      noiseaware_metadata: {
                          additionalProperties: {};
                          description: string;
                          type: string;
                      };
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key: {
                          description: string;
                          type: string;
                      };
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset: {
                          description: string;
                          type: string;
                      };
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      heating_set_point_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      heating_set_point_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      hvac_mode_setting: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      lower_limit_fahrenheit: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      temperature_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      upper_limit_fahrenheit: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      temperature_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      temperature_fahrenheit: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name: {
                          description: string;
                          type: string;
                      };
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id?: undefined;
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id?: undefined;
                      device_name?: undefined;
                      enrollment_automation_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              } | {
                  deprecated?: undefined;
                  description: string;
                  properties: {
                      access_code_id?: undefined;
                      acs_access_group_id?: undefined;
                      acs_credential_id?: undefined;
                      acs_encoder_id?: undefined;
                      acs_entrance_id?: undefined;
                      acs_system_id?: undefined;
                      acs_user_id?: undefined;
                      action_attempt_id?: undefined;
                      action_type?: undefined;
                      backup_access_code_id?: undefined;
                      battery_level?: undefined;
                      battery_status?: undefined;
                      client_session_id?: undefined;
                      climate_preset_key?: undefined;
                      code?: undefined;
                      connect_webview_id?: undefined;
                      connected_account_id?: undefined;
                      cooling_set_point_celsius?: undefined;
                      cooling_set_point_fahrenheit?: undefined;
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      desired_temperature_celsius?: undefined;
                      desired_temperature_fahrenheit?: undefined;
                      device_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      device_name?: undefined;
                      enrollment_automation_id?: undefined;
                      error_code?: undefined;
                      event_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      event_type: {
                          enum: string[];
                          type: string;
                      };
                      fan_mode_setting?: undefined;
                      heating_set_point_celsius?: undefined;
                      heating_set_point_fahrenheit?: undefined;
                      hvac_mode_setting?: undefined;
                      is_fallback_climate_preset?: undefined;
                      lower_limit_celsius?: undefined;
                      lower_limit_fahrenheit?: undefined;
                      method?: undefined;
                      minut_metadata?: undefined;
                      noise_level_decibels?: undefined;
                      noise_level_nrs?: undefined;
                      noise_threshold_id?: undefined;
                      noise_threshold_name?: undefined;
                      noiseaware_metadata?: undefined;
                      occurred_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      status?: undefined;
                      temperature_celsius?: undefined;
                      temperature_fahrenheit?: undefined;
                      thermostat_schedule_id?: undefined;
                      upper_limit_celsius?: undefined;
                      upper_limit_fahrenheit?: undefined;
                      workspace_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
                  x-deprecated?: undefined;
                  x-route-path: string;
              })[];
              x-route-path: string;
          };
          network: {
              properties: {
                  created_at: {
                      format: string;
                      type: string;
                  };
                  display_name: {
                      type: string;
                  };
                  network_id: {
                      format: string;
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          noise_threshold: {
              properties: {
                  device_id: {
                      format: string;
                      type: string;
                  };
                  ends_daily_at: {
                      type: string;
                  };
                  name: {
                      type: string;
                  };
                  noise_threshold_decibels: {
                      format: string;
                      type: string;
                  };
                  noise_threshold_id: {
                      format: string;
                      type: string;
                  };
                  noise_threshold_nrs: {
                      format: string;
                      type: string;
                  };
                  starts_daily_at: {
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          pagination: {
              description: string;
              properties: {
                  has_next_page: {
                      description: string;
                      type: string;
                  };
                  next_page_cursor: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  next_page_url: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
              };
              required: string[];
              type: string;
          };
          phone: {
              description: string;
              properties: {
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  custom_metadata: {
                      additionalProperties: {
                          oneOf: {
                              type: string;
                          }[];
                      };
                      description: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          properties: {
                              error_code: {
                                  type: string;
                              };
                              message: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  nickname: {
                      description: string;
                      type: string;
                  };
                  properties: {
                      description: string;
                      properties: {
                          assa_abloy_credential_service_metadata: {
                              description: string;
                              properties: {
                                  endpoints: {
                                      description: string;
                                      items: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  has_active_endpoint: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                          salto_space_credential_service_metadata: {
                              description: string;
                              properties: {
                                  has_active_phone: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          properties: {
                              message: {
                                  type: string;
                              };
                              warning_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          thermostat_schedule: {
              description: string;
              properties: {
                  climate_preset_key: {
                      description: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  ends_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          properties: {
                              error_code: {
                                  description: string;
                                  type: string;
                              };
                              message: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  max_override_period_minutes: {
                      description: string;
                      minimum: number;
                      type: string;
                  };
                  name: {
                      description: string;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  thermostat_schedule_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  unstable_is_override_allowed: {
                      description: string;
                      type: string;
                      x-undocumented: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          unmanaged_access_code: {
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  code: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  ends_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at?: ...;
                                  error_code: ...;
                                  is_access_code_error: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_access_code_error?: ...;
                                  is_connected_account_error: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  name: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
                  type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  message: {
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          unmanaged_acs_access_group: {
              properties: {
                  access_group_type: {
                      deprecated: boolean;
                      enum: string[];
                      type: string;
                      x-deprecated: string;
                  };
                  access_group_type_display_name: {
                      deprecated: boolean;
                      type: string;
                      x-deprecated: string;
                  };
                  acs_access_group_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  name: {
                      description: string;
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              message: {
                                  description: string;
                                  type: string;
                              };
                              warning_code: {
                                  description: string;
                                  enum: string[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          unmanaged_acs_credential: {
              description: string;
              properties: {
                  access_method: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  acs_credential_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_credential_pool_id: {
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  assa_abloy_vostio_metadata: {
                      description: string;
                      properties: {
                          door_names: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                          endpoint_id: {
                              type: string;
                          };
                          key_id: {
                              type: string;
                          };
                          key_issuing_request_id: {
                              type: string;
                          };
                          override_guest_acs_entrance_ids: {
                              items: {
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  };
                  card_number: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  code: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      minLength: number;
                      type: string;
                  };
                  ends_at: {
                      description: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          properties: {
                              error_code: {
                                  type: string;
                              };
                              message: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  is_issued: {
                      description: string;
                      type: string;
                  };
                  is_latest_desired_state_synced_with_provider: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  is_multi_phone_sync_credential: {
                      description: string;
                      type: string;
                  };
                  is_one_time_use: {
                      description: string;
                      type: string;
                  };
                  issued_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  latest_desired_state_synced_with_provider_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  parent_acs_credential_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      type: string;
                  };
                  visionline_metadata: {
                      description: string;
                      properties: {
                          auto_join: {
                              type: string;
                          };
                          card_function_type: {
                              enum: string[];
                              type: string;
                          };
                          card_id: {
                              type: string;
                          };
                          common_acs_entrance_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                          credential_id: {
                              type: string;
                          };
                          guest_acs_entrance_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                          is_valid: {
                              type: string;
                          };
                          joiner_acs_credential_ids: {
                              items: {
                                  format: string;
                                  type: string;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          unmanaged_acs_user: {
              description: string;
              properties: {
                  access_schedule: {
                      description: string;
                      properties: {
                          ends_at: {
                              description: string;
                              format: string;
                              nullable: boolean;
                              type: string;
                          };
                          starts_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      description: string;
                      type: string;
                  };
                  email: {
                      deprecated: boolean;
                      format: string;
                      type: string;
                      x-deprecated: string;
                  };
                  email_address: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  errors: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  error_code: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  external_type: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  external_type_display_name: {
                      description: string;
                      type: string;
                  };
                  full_name: {
                      description: string;
                      type: string;
                  };
                  hid_acs_system_id: {
                      format: string;
                      type: string;
                  };
                  is_latest_desired_state_synced_with_provider: {
                      nullable: boolean;
                      type: string;
                      x-undocumented: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  is_suspended: {
                      description: string;
                      type: string;
                  };
                  latest_desired_state_synced_with_provider_at: {
                      format: string;
                      nullable: boolean;
                      type: string;
                      x-undocumented: string;
                  };
                  phone_number: {
                      description: string;
                      type: string;
                  };
                  user_identity_email_address: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_full_name: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_id: {
                      description: string;
                      type: string;
                  };
                  user_identity_phone_number: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          description: string;
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      description: ...;
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      description: ...;
                                      type: ...;
                                  };
                                  warning_code: {
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          unmanaged_device: {
              properties: {
                  can_hvac_cool: {
                      type: string;
                  };
                  can_hvac_heat: {
                      type: string;
                  };
                  can_hvac_heat_cool: {
                      type: string;
                  };
                  can_program_offline_access_codes: {
                      type: string;
                  };
                  can_program_online_access_codes: {
                      type: string;
                  };
                  can_remotely_lock: {
                      type: string;
                  };
                  can_remotely_unlock: {
                      type: string;
                  };
                  can_simulate_connection: {
                      type: string;
                  };
                  can_simulate_disconnection: {
                      type: string;
                  };
                  can_simulate_removal: {
                      type: string;
                  };
                  can_turn_off_hvac: {
                      type: string;
                  };
                  capabilities_supported: {
                      description: string;
                      items: {
                          enum: string[];
                          type: string;
                      };
                      type: string;
                  };
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_type: {
                      description: string;
                      oneOf: ({
                          description?: undefined;
                          enum: string[];
                          type: string;
                      } | {
                          description: string;
                          enum: string[];
                          type: string;
                      })[];
                  };
                  errors: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: ({
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error?: ...;
                                  is_device_error: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          } | {
                              description: string;
                              properties: {
                                  created_at: ...;
                                  error_code: ...;
                                  is_connected_account_error: ...;
                                  is_device_error?: ...;
                                  message: ...;
                              };
                              required: (...)[];
                              type: string;
                          })[];
                      };
                      type: string;
                  };
                  is_managed: {
                      enum: boolean[];
                      type: string;
                  };
                  location: {
                      description: string;
                      nullable: boolean;
                      properties: {
                          location_name: {
                              description: string;
                              type: string;
                          };
                          timezone: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
                  properties: {
                      properties: {
                          accessory_keypad: {
                              description: string;
                              properties: {
                                  battery: {
                                      description: string;
                                      properties: {
                                          level: ...;
                                      };
                                      required: (...)[];
                                      type: string;
                                  };
                                  is_connected: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                          battery: {
                              description: string;
                              properties: {
                                  level: {
                                      format: string;
                                      maximum: number;
                                      minimum: number;
                                      type: string;
                                  };
                                  status: {
                                      enum: (...)[];
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                          battery_level: {
                              description: string;
                              format: string;
                              maximum: number;
                              minimum: number;
                              type: string;
                          };
                          image_alt_text: {
                              description: string;
                              type: string;
                          };
                          image_url: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          manufacturer: {
                              description: string;
                              type: string;
                          };
                          model: {
                              properties: {
                                  accessory_keypad_supported: {
                                      deprecated: boolean;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  can_connect_accessory_keypad: {
                                      description: string;
                                      type: string;
                                  };
                                  display_name: {
                                      description: string;
                                      type: string;
                                  };
                                  has_built_in_keypad: {
                                      description: string;
                                      type: string;
                                  };
                                  manufacturer_display_name: {
                                      description: string;
                                      type: string;
                                  };
                                  offline_access_codes_supported: {
                                      description: string;
                                      type: string;
                                  };
                                  online_access_codes_supported: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                          name: {
                              deprecated: boolean;
                              description: string;
                              type: string;
                              x-deprecated: string;
                          };
                          offline_access_codes_enabled: {
                              description: string;
                              type: string;
                          };
                          online: {
                              description: string;
                              type: string;
                          };
                          online_access_codes_enabled: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  warnings: {
                      description: string;
                      items: {
                          discriminator: {
                              propertyName: string;
                          };
                          oneOf: {
                              description: string;
                              properties: {
                                  created_at: {
                                      format: ...;
                                      type: ...;
                                  };
                                  message: {
                                      type: ...;
                                  };
                                  warning_code: {
                                      description: ...;
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }[];
                      };
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          user_identity: {
              description: string;
              properties: {
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  display_name: {
                      minLength: number;
                      type: string;
                  };
                  email_address: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  full_name: {
                      minLength: number;
                      nullable: boolean;
                      type: string;
                  };
                  phone_number: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  user_identity_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  user_identity_key: {
                      description: string;
                      minLength: number;
                      nullable: boolean;
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          webhook: {
              properties: {
                  event_types: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
                  secret: {
                      type: string;
                  };
                  url: {
                      type: string;
                  };
                  webhook_id: {
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
          workspace: {
              properties: {
                  company_name: {
                      type: string;
                  };
                  connect_partner_name: {
                      deprecated: boolean;
                      nullable: boolean;
                      type: string;
                      x-deprecated: string;
                  };
                  is_sandbox: {
                      type: string;
                  };
                  is_suspended: {
                      description: string;
                      type: string;
                  };
                  name: {
                      type: string;
                  };
                  workspace_id: {
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-route-path: string;
          };
      }
      • access_code: {
            properties: {
                access_code_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                code: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                common_code_key: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                ends_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at?: ...;
                                error_code: ...;
                                is_access_code_error: ...;
                                is_connected_account_error?: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error?: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                is_backup: {
                    description: string;
                    type: string;
                };
                is_backup_access_code_available: {
                    description: string;
                    type: string;
                };
                is_external_modification_allowed: {
                    description: string;
                    type: string;
                };
                is_managed: {
                    description: string;
                    enum: boolean[];
                    type: string;
                };
                is_offline_access_code: {
                    description: string;
                    type: string;
                };
                is_one_time_use: {
                    description: string;
                    type: string;
                };
                is_scheduled_on_device: {
                    description: string;
                    type: string;
                };
                is_waiting_for_code_assignment: {
                    description: string;
                    type: string;
                };
                name: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                pulled_backup_access_code_id: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                starts_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                status: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              access_code_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              code: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              common_code_key: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              ends_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at?: ...;
                              error_code: ...;
                              is_access_code_error: ...;
                              is_connected_account_error?: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error?: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              is_backup: {
                  description: string;
                  type: string;
              };
              is_backup_access_code_available: {
                  description: string;
                  type: string;
              };
              is_external_modification_allowed: {
                  description: string;
                  type: string;
              };
              is_managed: {
                  description: string;
                  enum: boolean[];
                  type: string;
              };
              is_offline_access_code: {
                  description: string;
                  type: string;
              };
              is_one_time_use: {
                  description: string;
                  type: string;
              };
              is_scheduled_on_device: {
                  description: string;
                  type: string;
              };
              is_waiting_for_code_assignment: {
                  description: string;
                  type: string;
              };
              name: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              pulled_backup_access_code_id: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              starts_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              status: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              message: {
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
          }
          • access_code_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • code: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • common_code_key: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • ends_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • errors: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at?: ...;
                            error_code: ...;
                            is_access_code_error: ...;
                            is_connected_account_error?: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error?: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at?: ...;
                          error_code: ...;
                          is_access_code_error: ...;
                          is_connected_account_error?: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error?: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at?: ...;
                        error_code: ...;
                        is_access_code_error: ...;
                        is_connected_account_error?: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error?: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • is_backup: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_backup_access_code_available: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_external_modification_allowed: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_managed: {
                description: string;
                enum: boolean[];
                type: string;
            }
            • description: string
            • enum: boolean[]
            • type: string
          • is_offline_access_code: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_one_time_use: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_scheduled_on_device: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_waiting_for_code_assignment: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • name: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • pulled_backup_access_code_id: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • starts_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • status: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            message: {
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          message: {
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        message: {
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_access_group: {
            description: string;
            properties: {
                access_group_type: {
                    deprecated: boolean;
                    enum: string[];
                    type: string;
                    x-deprecated: string;
                };
                access_group_type_display_name: {
                    deprecated: boolean;
                    type: string;
                    x-deprecated: string;
                };
                acs_access_group_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                name: {
                    description: string;
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        properties: {
                            created_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            message: {
                                description: string;
                                type: string;
                            };
                            warning_code: {
                                description: string;
                                enum: string[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              access_group_type: {
                  deprecated: boolean;
                  enum: string[];
                  type: string;
                  x-deprecated: string;
              };
              access_group_type_display_name: {
                  deprecated: boolean;
                  type: string;
                  x-deprecated: string;
              };
              acs_access_group_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              name: {
                  description: string;
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      properties: {
                          created_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          message: {
                              description: string;
                              type: string;
                          };
                          warning_code: {
                              description: string;
                              enum: string[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_group_type: {
                deprecated: boolean;
                enum: string[];
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • enum: string[]
            • type: string
            • x-deprecated: string
          • access_group_type_display_name: {
                deprecated: boolean;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • type: string
            • x-deprecated: string
          • acs_access_group_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                type: string;
            }
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    properties: {
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        message: {
                            description: string;
                            type: string;
                        };
                        warning_code: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  properties: {
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      message: {
                          description: string;
                          type: string;
                      };
                      warning_code: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • description: string
              • properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    message: {
                        description: string;
                        type: string;
                    };
                    warning_code: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                }
                • created_at: {
                      description: string;
                      format: string;
                      type: string;
                  }
                  • description: string
                  • format: string
                  • type: string
                • message: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
                • warning_code: {
                      description: string;
                      enum: string[];
                      type: string;
                  }
                  • description: string
                  • enum: string[]
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_credential: {
            description: string;
            properties: {
                access_method: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                acs_credential_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_credential_pool_id: {
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_user_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                assa_abloy_vostio_metadata: {
                    description: string;
                    properties: {
                        door_names: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        endpoint_id: {
                            type: string;
                        };
                        key_id: {
                            type: string;
                        };
                        key_issuing_request_id: {
                            type: string;
                        };
                        override_guest_acs_entrance_ids: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                    };
                    type: string;
                };
                card_number: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                code: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    minLength: number;
                    type: string;
                };
                ends_at: {
                    description: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        properties: {
                            error_code: {
                                type: string;
                            };
                            message: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                is_issued: {
                    description: string;
                    type: string;
                };
                is_latest_desired_state_synced_with_provider: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                is_multi_phone_sync_credential: {
                    description: string;
                    type: string;
                };
                is_one_time_use: {
                    description: string;
                    type: string;
                };
                issued_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                latest_desired_state_synced_with_provider_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                parent_acs_credential_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                starts_at: {
                    description: string;
                    type: string;
                };
                visionline_metadata: {
                    description: string;
                    properties: {
                        auto_join: {
                            type: string;
                        };
                        card_function_type: {
                            enum: string[];
                            type: string;
                        };
                        card_id: {
                            type: string;
                        };
                        common_acs_entrance_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                        credential_id: {
                            type: string;
                        };
                        guest_acs_entrance_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                        is_valid: {
                            type: string;
                        };
                        joiner_acs_credential_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              access_method: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              acs_credential_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_credential_pool_id: {
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_user_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              assa_abloy_vostio_metadata: {
                  description: string;
                  properties: {
                      door_names: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      endpoint_id: {
                          type: string;
                      };
                      key_id: {
                          type: string;
                      };
                      key_issuing_request_id: {
                          type: string;
                      };
                      override_guest_acs_entrance_ids: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                  };
                  type: string;
              };
              card_number: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              code: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  minLength: number;
                  type: string;
              };
              ends_at: {
                  description: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      properties: {
                          error_code: {
                              type: string;
                          };
                          message: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              is_issued: {
                  description: string;
                  type: string;
              };
              is_latest_desired_state_synced_with_provider: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              is_multi_phone_sync_credential: {
                  description: string;
                  type: string;
              };
              is_one_time_use: {
                  description: string;
                  type: string;
              };
              issued_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              latest_desired_state_synced_with_provider_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              parent_acs_credential_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              starts_at: {
                  description: string;
                  type: string;
              };
              visionline_metadata: {
                  description: string;
                  properties: {
                      auto_join: {
                          type: string;
                      };
                      card_function_type: {
                          enum: string[];
                          type: string;
                      };
                      card_id: {
                          type: string;
                      };
                      common_acs_entrance_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                      credential_id: {
                          type: string;
                      };
                      guest_acs_entrance_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                      is_valid: {
                          type: string;
                      };
                      joiner_acs_credential_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_method: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • acs_credential_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_credential_pool_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_user_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • assa_abloy_vostio_metadata: {
                description: string;
                properties: {
                    door_names: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    endpoint_id: {
                        type: string;
                    };
                    key_id: {
                        type: string;
                    };
                    key_issuing_request_id: {
                        type: string;
                    };
                    override_guest_acs_entrance_ids: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                };
                type: string;
            }
            • description: string
            • properties: {
                  door_names: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
                  endpoint_id: {
                      type: string;
                  };
                  key_id: {
                      type: string;
                  };
                  key_issuing_request_id: {
                      type: string;
                  };
                  override_guest_acs_entrance_ids: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
              }
              • door_names: {
                    items: {
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      type: string;
                  }
                  • type: string
                • type: string
              • endpoint_id: {
                    type: string;
                }
                • type: string
              • key_id: {
                    type: string;
                }
                • type: string
              • key_issuing_request_id: {
                    type: string;
                }
                • type: string
              • override_guest_acs_entrance_ids: {
                    items: {
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      type: string;
                  }
                  • type: string
                • type: string
            • type: string
          • card_number: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • code: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                minLength: number;
                type: string;
            }
            • description: string
            • minLength: number
            • type: string
          • ends_at: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • errors: {
                description: string;
                items: {
                    properties: {
                        error_code: {
                            type: string;
                        };
                        message: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      error_code: {
                          type: string;
                      };
                      message: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    error_code: {
                        type: string;
                    };
                    message: {
                        type: string;
                    };
                }
                • error_code: {
                      type: string;
                  }
                  • type: string
                • message: {
                      type: string;
                  }
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_issued: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_latest_desired_state_synced_with_provider: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • is_multi_phone_sync_credential: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_one_time_use: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • issued_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • latest_desired_state_synced_with_provider_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • parent_acs_credential_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • starts_at: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • visionline_metadata: {
                description: string;
                properties: {
                    auto_join: {
                        type: string;
                    };
                    card_function_type: {
                        enum: string[];
                        type: string;
                    };
                    card_id: {
                        type: string;
                    };
                    common_acs_entrance_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    credential_id: {
                        type: string;
                    };
                    guest_acs_entrance_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    is_valid: {
                        type: string;
                    };
                    joiner_acs_credential_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  auto_join: {
                      type: string;
                  };
                  card_function_type: {
                      enum: string[];
                      type: string;
                  };
                  card_id: {
                      type: string;
                  };
                  common_acs_entrance_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  credential_id: {
                      type: string;
                  };
                  guest_acs_entrance_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  is_valid: {
                      type: string;
                  };
                  joiner_acs_credential_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
              }
              • auto_join: {
                    type: string;
                }
                • type: string
              • card_function_type: {
                    enum: string[];
                    type: string;
                }
                • enum: string[]
                • type: string
              • card_id: {
                    type: string;
                }
                • type: string
              • common_acs_entrance_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
              • credential_id: {
                    type: string;
                }
                • type: string
              • guest_acs_entrance_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
              • is_valid: {
                    type: string;
                }
                • type: string
              • joiner_acs_credential_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
            • required: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_credential_pool: {
            properties: {
                acs_credential_pool_id: {
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    format: string;
                    type: string;
                };
                created_at: {
                    format: string;
                    type: string;
                };
                display_name: {
                    minLength: number;
                    type: string;
                };
                external_type: {
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              acs_credential_pool_id: {
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  format: string;
                  type: string;
              };
              created_at: {
                  format: string;
                  type: string;
              };
              display_name: {
                  minLength: number;
                  type: string;
              };
              external_type: {
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • acs_credential_pool_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • acs_system_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • display_name: {
                minLength: number;
                type: string;
            }
            • minLength: number
            • type: string
          • external_type: {
                enum: string[];
                type: string;
            }
            • enum: string[]
            • type: string
          • external_type_display_name: {
                type: string;
            }
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_credential_provisioning_automation: {
            properties: {
                acs_credential_provisioning_automation_id: {
                    format: string;
                    type: string;
                };
                created_at: {
                    format: string;
                    type: string;
                };
                credential_manager_acs_system_id: {
                    format: string;
                    type: string;
                };
                user_identity_id: {
                    format: string;
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              acs_credential_provisioning_automation_id: {
                  format: string;
                  type: string;
              };
              created_at: {
                  format: string;
                  type: string;
              };
              credential_manager_acs_system_id: {
                  format: string;
                  type: string;
              };
              user_identity_id: {
                  format: string;
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • acs_credential_provisioning_automation_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • credential_manager_acs_system_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • user_identity_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_encoder: {
            description: string;
            properties: {
                acs_encoder_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        description: string;
                        properties: {
                            created_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            error_code: {
                                description: string;
                                enum: string[];
                                type: string;
                            };
                            message: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              acs_encoder_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      description: string;
                      properties: {
                          created_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          error_code: {
                              description: string;
                              enum: string[];
                              type: string;
                          };
                          message: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • acs_encoder_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • errors: {
                description: string;
                items: {
                    description: string;
                    properties: {
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        error_code: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                        message: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  properties: {
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      error_code: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                      message: {
                          description: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • description: string
              • properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    error_code: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    message: {
                        description: string;
                        type: string;
                    };
                }
                • created_at: {
                      description: string;
                      format: string;
                      type: string;
                  }
                  • description: string
                  • format: string
                  • type: string
                • error_code: {
                      description: string;
                      enum: string[];
                      type: string;
                  }
                  • description: string
                  • enum: string[]
                  • type: string
                • message: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_entrance: {
            description: string;
            properties: {
                acs_entrance_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                assa_abloy_vostio_metadata: {
                    description: string;
                    properties: {
                        door_name: {
                            type: string;
                        };
                        door_number: {
                            format: string;
                            type: string;
                        };
                        door_type: {
                            enum: string[];
                            type: string;
                        };
                        pms_id: {
                            type: string;
                        };
                        stand_open: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    type: string;
                };
                dormakaba_community_metadata: {
                    description: string;
                    properties: {
                        access_point_name: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        properties: {
                            error_code: {
                                description: string;
                                type: string;
                            };
                            message: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                latch_metadata: {
                    description: string;
                    properties: {
                        accessibility_type: {
                            type: string;
                        };
                        door_name: {
                            type: string;
                        };
                        door_type: {
                            type: string;
                        };
                        is_connected: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                salto_ks_metadata: {
                    description: string;
                    properties: {
                        battery_level: {
                            type: string;
                        };
                        door_name: {
                            type: string;
                        };
                        intrusion_alarm: {
                            type: string;
                        };
                        left_open_alarm: {
                            type: string;
                        };
                        lock_type: {
                            type: string;
                        };
                        locked_state: {
                            type: string;
                        };
                        online: {
                            type: string;
                        };
                        privacy_mode: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                salto_space_metadata: {
                    description: string;
                    properties: {
                        door_description: {
                            type: string;
                        };
                        door_name: {
                            type: string;
                        };
                        ext_door_id: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                visionline_metadata: {
                    description: string;
                    properties: {
                        door_category: {
                            enum: string[];
                            type: string;
                        };
                        door_name: {
                            type: string;
                        };
                        profiles: {
                            items: {
                                properties: {
                                    visionline_door_profile_id: {
                                        type: ...;
                                    };
                                    visionline_door_profile_type: {
                                        enum: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              acs_entrance_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              assa_abloy_vostio_metadata: {
                  description: string;
                  properties: {
                      door_name: {
                          type: string;
                      };
                      door_number: {
                          format: string;
                          type: string;
                      };
                      door_type: {
                          enum: string[];
                          type: string;
                      };
                      pms_id: {
                          type: string;
                      };
                      stand_open: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  type: string;
              };
              dormakaba_community_metadata: {
                  description: string;
                  properties: {
                      access_point_name: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      properties: {
                          error_code: {
                              description: string;
                              type: string;
                          };
                          message: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              latch_metadata: {
                  description: string;
                  properties: {
                      accessibility_type: {
                          type: string;
                      };
                      door_name: {
                          type: string;
                      };
                      door_type: {
                          type: string;
                      };
                      is_connected: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              salto_ks_metadata: {
                  description: string;
                  properties: {
                      battery_level: {
                          type: string;
                      };
                      door_name: {
                          type: string;
                      };
                      intrusion_alarm: {
                          type: string;
                      };
                      left_open_alarm: {
                          type: string;
                      };
                      lock_type: {
                          type: string;
                      };
                      locked_state: {
                          type: string;
                      };
                      online: {
                          type: string;
                      };
                      privacy_mode: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              salto_space_metadata: {
                  description: string;
                  properties: {
                      door_description: {
                          type: string;
                      };
                      door_name: {
                          type: string;
                      };
                      ext_door_id: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              visionline_metadata: {
                  description: string;
                  properties: {
                      door_category: {
                          enum: string[];
                          type: string;
                      };
                      door_name: {
                          type: string;
                      };
                      profiles: {
                          items: {
                              properties: {
                                  visionline_door_profile_id: {
                                      type: ...;
                                  };
                                  visionline_door_profile_type: {
                                      enum: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
          }
          • acs_entrance_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • assa_abloy_vostio_metadata: {
                description: string;
                properties: {
                    door_name: {
                        type: string;
                    };
                    door_number: {
                        format: string;
                        type: string;
                    };
                    door_type: {
                        enum: string[];
                        type: string;
                    };
                    pms_id: {
                        type: string;
                    };
                    stand_open: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  door_name: {
                      type: string;
                  };
                  door_number: {
                      format: string;
                      type: string;
                  };
                  door_type: {
                      enum: string[];
                      type: string;
                  };
                  pms_id: {
                      type: string;
                  };
                  stand_open: {
                      type: string;
                  };
              }
              • door_name: {
                    type: string;
                }
                • type: string
              • door_number: {
                    format: string;
                    type: string;
                }
                • format: string
                • type: string
              • door_type: {
                    enum: string[];
                    type: string;
                }
                • enum: string[]
                • type: string
              • pms_id: {
                    type: string;
                }
                • type: string
              • stand_open: {
                    type: string;
                }
                • type: string
            • required: string[]
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • dormakaba_community_metadata: {
                description: string;
                properties: {
                    access_point_name: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  access_point_name: {
                      type: string;
                  };
              }
              • access_point_name: {
                    type: string;
                }
                • type: string
            • required: string[]
            • type: string
          • errors: {
                description: string;
                items: {
                    properties: {
                        error_code: {
                            description: string;
                            type: string;
                        };
                        message: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      error_code: {
                          description: string;
                          type: string;
                      };
                      message: {
                          description: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    error_code: {
                        description: string;
                        type: string;
                    };
                    message: {
                        description: string;
                        type: string;
                    };
                }
                • error_code: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
                • message: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • latch_metadata: {
                description: string;
                properties: {
                    accessibility_type: {
                        type: string;
                    };
                    door_name: {
                        type: string;
                    };
                    door_type: {
                        type: string;
                    };
                    is_connected: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  accessibility_type: {
                      type: string;
                  };
                  door_name: {
                      type: string;
                  };
                  door_type: {
                      type: string;
                  };
                  is_connected: {
                      type: string;
                  };
              }
              • accessibility_type: {
                    type: string;
                }
                • type: string
              • door_name: {
                    type: string;
                }
                • type: string
              • door_type: {
                    type: string;
                }
                • type: string
              • is_connected: {
                    type: string;
                }
                • type: string
            • required: string[]
            • type: string
          • salto_ks_metadata: {
                description: string;
                properties: {
                    battery_level: {
                        type: string;
                    };
                    door_name: {
                        type: string;
                    };
                    intrusion_alarm: {
                        type: string;
                    };
                    left_open_alarm: {
                        type: string;
                    };
                    lock_type: {
                        type: string;
                    };
                    locked_state: {
                        type: string;
                    };
                    online: {
                        type: string;
                    };
                    privacy_mode: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  battery_level: {
                      type: string;
                  };
                  door_name: {
                      type: string;
                  };
                  intrusion_alarm: {
                      type: string;
                  };
                  left_open_alarm: {
                      type: string;
                  };
                  lock_type: {
                      type: string;
                  };
                  locked_state: {
                      type: string;
                  };
                  online: {
                      type: string;
                  };
                  privacy_mode: {
                      type: string;
                  };
              }
              • battery_level: {
                    type: string;
                }
                • type: string
              • door_name: {
                    type: string;
                }
                • type: string
              • intrusion_alarm: {
                    type: string;
                }
                • type: string
              • left_open_alarm: {
                    type: string;
                }
                • type: string
              • lock_type: {
                    type: string;
                }
                • type: string
              • locked_state: {
                    type: string;
                }
                • type: string
              • online: {
                    type: string;
                }
                • type: string
              • privacy_mode: {
                    type: string;
                }
                • type: string
            • required: string[]
            • type: string
          • salto_space_metadata: {
                description: string;
                properties: {
                    door_description: {
                        type: string;
                    };
                    door_name: {
                        type: string;
                    };
                    ext_door_id: {
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  door_description: {
                      type: string;
                  };
                  door_name: {
                      type: string;
                  };
                  ext_door_id: {
                      type: string;
                  };
              }
              • door_description: {
                    type: string;
                }
                • type: string
              • door_name: {
                    type: string;
                }
                • type: string
              • ext_door_id: {
                    type: string;
                }
                • type: string
            • required: string[]
            • type: string
          • visionline_metadata: {
                description: string;
                properties: {
                    door_category: {
                        enum: string[];
                        type: string;
                    };
                    door_name: {
                        type: string;
                    };
                    profiles: {
                        items: {
                            properties: {
                                visionline_door_profile_id: {
                                    type: ...;
                                };
                                visionline_door_profile_type: {
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  door_category: {
                      enum: string[];
                      type: string;
                  };
                  door_name: {
                      type: string;
                  };
                  profiles: {
                      items: {
                          properties: {
                              visionline_door_profile_id: {
                                  type: ...;
                              };
                              visionline_door_profile_type: {
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      type: string;
                  };
              }
              • door_category: {
                    enum: string[];
                    type: string;
                }
                • enum: string[]
                • type: string
              • door_name: {
                    type: string;
                }
                • type: string
              • profiles: {
                    items: {
                        properties: {
                            visionline_door_profile_id: {
                                type: ...;
                            };
                            visionline_door_profile_type: {
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      properties: {
                          visionline_door_profile_id: {
                              type: ...;
                          };
                          visionline_door_profile_type: {
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        visionline_door_profile_id: {
                            type: ...;
                        };
                        visionline_door_profile_type: {
                            enum: ...;
                            type: ...;
                        };
                    }
                    • visionline_door_profile_id: {
                          type: ...;
                      }
                      • type: ...
                    • visionline_door_profile_type: {
                          enum: ...;
                          type: ...;
                      }
                      • enum: ...
                      • type: ...
                  • required: string[]
                  • type: string
                • type: string
            • required: string[]
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_system: {
            description: string;
            properties: {
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                can_add_acs_users_to_acs_access_groups: {
                    description: string;
                    type: string;
                };
                can_automate_enrollment: {
                    description: string;
                    type: string;
                };
                can_create_acs_access_groups: {
                    description: string;
                    type: string;
                };
                can_remove_acs_users_from_acs_access_groups: {
                    description: string;
                    type: string;
                };
                connected_account_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                connected_account_ids: {
                    deprecated: boolean;
                    description: string;
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                    x-deprecated: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                default_credential_manager_acs_system_id: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                error_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                image_alt_text: {
                    description: string;
                    type: string;
                };
                image_url: {
                    description: string;
                    type: string;
                };
                is_credential_manager: {
                    description: string;
                    type: string;
                };
                location: {
                    properties: {
                        time_zone: {
                            description: string;
                            nullable: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                name: {
                    description: string;
                    type: string;
                };
                system_type: {
                    deprecated: boolean;
                    enum: string[];
                    type: string;
                    x-deprecated: string;
                };
                system_type_display_name: {
                    deprecated: boolean;
                    type: string;
                    x-deprecated: string;
                };
                visionline_metadata: {
                    properties: {
                        lan_address: {
                            description: string;
                            type: string;
                        };
                        mobile_access_uuid: {
                            description: string;
                            type: string;
                        };
                        system_id: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at: ...;
                                message: ...;
                                misconfigured_acs_entrance_ids?: ...;
                                warning_code: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                message: ...;
                                misconfigured_acs_entrance_ids: ...;
                                warning_code: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              can_add_acs_users_to_acs_access_groups: {
                  description: string;
                  type: string;
              };
              can_automate_enrollment: {
                  description: string;
                  type: string;
              };
              can_create_acs_access_groups: {
                  description: string;
                  type: string;
              };
              can_remove_acs_users_from_acs_access_groups: {
                  description: string;
                  type: string;
              };
              connected_account_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              connected_account_ids: {
                  deprecated: boolean;
                  description: string;
                  items: {
                      format: string;
                      type: string;
                  };
                  type: string;
                  x-deprecated: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              default_credential_manager_acs_system_id: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              error_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              image_alt_text: {
                  description: string;
                  type: string;
              };
              image_url: {
                  description: string;
                  type: string;
              };
              is_credential_manager: {
                  description: string;
                  type: string;
              };
              location: {
                  properties: {
                      time_zone: {
                          description: string;
                          nullable: boolean;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              name: {
                  description: string;
                  type: string;
              };
              system_type: {
                  deprecated: boolean;
                  enum: string[];
                  type: string;
                  x-deprecated: string;
              };
              system_type_display_name: {
                  deprecated: boolean;
                  type: string;
                  x-deprecated: string;
              };
              visionline_metadata: {
                  properties: {
                      lan_address: {
                          description: string;
                          type: string;
                      };
                      mobile_access_uuid: {
                          description: string;
                          type: string;
                      };
                      system_id: {
                          description: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at: ...;
                              message: ...;
                              misconfigured_acs_entrance_ids?: ...;
                              warning_code: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              message: ...;
                              misconfigured_acs_entrance_ids: ...;
                              warning_code: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • can_add_acs_users_to_acs_access_groups: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • can_automate_enrollment: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • can_create_acs_access_groups: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • can_remove_acs_users_from_acs_access_groups: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • connected_account_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • connected_account_ids: {
                deprecated: boolean;
                description: string;
                items: {
                    format: string;
                    type: string;
                };
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • description: string
            • items: {
                  format: string;
                  type: string;
              }
              • format: string
              • type: string
            • type: string
            • x-deprecated: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • default_credential_manager_acs_system_id: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • errors: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            error_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          error_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        error_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • image_alt_text: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • image_url: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_credential_manager: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • location: {
                properties: {
                    time_zone: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • properties: {
                  time_zone: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
              }
              • time_zone: {
                    description: string;
                    nullable: boolean;
                    type: string;
                }
                • description: string
                • nullable: boolean
                • type: string
            • required: string[]
            • type: string
          • name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • system_type: {
                deprecated: boolean;
                enum: string[];
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • enum: string[]
            • type: string
            • x-deprecated: string
          • system_type_display_name: {
                deprecated: boolean;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • type: string
            • x-deprecated: string
          • visionline_metadata: {
                properties: {
                    lan_address: {
                        description: string;
                        type: string;
                    };
                    mobile_access_uuid: {
                        description: string;
                        type: string;
                    };
                    system_id: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • properties: {
                  lan_address: {
                      description: string;
                      type: string;
                  };
                  mobile_access_uuid: {
                      description: string;
                      type: string;
                  };
                  system_id: {
                      description: string;
                      type: string;
                  };
              }
              • lan_address: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • mobile_access_uuid: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • system_id: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
            • required: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at: ...;
                            message: ...;
                            misconfigured_acs_entrance_ids?: ...;
                            warning_code: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            message: ...;
                            misconfigured_acs_entrance_ids: ...;
                            warning_code: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at: ...;
                          message: ...;
                          misconfigured_acs_entrance_ids?: ...;
                          warning_code: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          message: ...;
                          misconfigured_acs_entrance_ids: ...;
                          warning_code: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at: ...;
                        message: ...;
                        misconfigured_acs_entrance_ids?: ...;
                        warning_code: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        message: ...;
                        misconfigured_acs_entrance_ids: ...;
                        warning_code: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • acs_user: {
            description: string;
            properties: {
                access_schedule: {
                    description: string;
                    properties: {
                        ends_at: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        starts_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_user_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    type: string;
                };
                email: {
                    deprecated: boolean;
                    format: string;
                    type: string;
                    x-deprecated: string;
                };
                email_address: {
                    description: string;
                    format: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                error_code: {
                                    enum: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                full_name: {
                    description: string;
                    type: string;
                };
                hid_acs_system_id: {
                    format: string;
                    type: string;
                };
                is_latest_desired_state_synced_with_provider: {
                    nullable: boolean;
                    type: string;
                    x-undocumented: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                is_suspended: {
                    description: string;
                    type: string;
                };
                latest_desired_state_synced_with_provider_at: {
                    format: string;
                    nullable: boolean;
                    type: string;
                    x-undocumented: string;
                };
                phone_number: {
                    description: string;
                    type: string;
                };
                user_identity_email_address: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                user_identity_full_name: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                user_identity_id: {
                    description: string;
                    type: string;
                };
                user_identity_phone_number: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                                warning_code: {
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              access_schedule: {
                  description: string;
                  properties: {
                      ends_at: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      starts_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_user_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  type: string;
              };
              email: {
                  deprecated: boolean;
                  format: string;
                  type: string;
                  x-deprecated: string;
              };
              email_address: {
                  description: string;
                  format: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              error_code: {
                                  enum: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              full_name: {
                  description: string;
                  type: string;
              };
              hid_acs_system_id: {
                  format: string;
                  type: string;
              };
              is_latest_desired_state_synced_with_provider: {
                  nullable: boolean;
                  type: string;
                  x-undocumented: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              is_suspended: {
                  description: string;
                  type: string;
              };
              latest_desired_state_synced_with_provider_at: {
                  format: string;
                  nullable: boolean;
                  type: string;
                  x-undocumented: string;
              };
              phone_number: {
                  description: string;
                  type: string;
              };
              user_identity_email_address: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              user_identity_full_name: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              user_identity_id: {
                  description: string;
                  type: string;
              };
              user_identity_phone_number: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                              warning_code: {
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_schedule: {
                description: string;
                properties: {
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  ends_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
              }
              • ends_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                }
                • description: string
                • format: string
                • nullable: boolean
                • type: string
              • starts_at: {
                    description: string;
                    format: string;
                    type: string;
                }
                • description: string
                • format: string
                • type: string
            • required: string[]
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_user_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • email: {
                deprecated: boolean;
                format: string;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • format: string
            • type: string
            • x-deprecated: string
          • email_address: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • errors: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            error_code: {
                                enum: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          error_code: {
                              enum: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        error_code: {
                            enum: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • full_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • hid_acs_system_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • is_latest_desired_state_synced_with_provider: {
                nullable: boolean;
                type: string;
                x-undocumented: string;
            }
            • nullable: boolean
            • type: string
            • x-undocumented: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • is_suspended: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • latest_desired_state_synced_with_provider_at: {
                format: string;
                nullable: boolean;
                type: string;
                x-undocumented: string;
            }
            • format: string
            • nullable: boolean
            • type: string
            • x-undocumented: string
          • phone_number: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • user_identity_email_address: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • user_identity_full_name: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • user_identity_id: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • user_identity_phone_number: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                            warning_code: {
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                          warning_code: {
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                        warning_code: {
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • action_attempt: {
            oneOf: ({
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            access_code?: undefined;
                            acs_credential_on_encoder?: undefined;
                            acs_credential_on_seam?: undefined;
                            noise_threshold?: undefined;
                            warnings?: undefined;
                        };
                        required?: undefined;
                        type: string;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            message: {
                                type: ...;
                            };
                            type: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    result: {
                        description?: undefined;
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            access_code?: undefined;
                            acs_credential_on_encoder: {
                                description: ...;
                                nullable: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            };
                            acs_credential_on_seam: {
                                description: ...;
                                nullable: ...;
                                oneOf: ...;
                                x-route-path: ...;
                            };
                            noise_threshold?: undefined;
                            warnings: {
                                items: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable?: undefined;
                        oneOf: {
                            properties: ...;
                            required: ...;
                            type: ...;
                        }[];
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description: string;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description: string;
                        nullable?: undefined;
                        oneOf: {
                            description: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                            x-route-path: ...;
                        }[];
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path: string;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description?: undefined;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description?: undefined;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            access_code?: undefined;
                            acs_credential_on_encoder?: undefined;
                            acs_credential_on_seam?: undefined;
                            noise_threshold?: undefined;
                            warnings?: undefined;
                        };
                        required?: undefined;
                        type: string;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description?: undefined;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            message: {
                                type: ...;
                            };
                            type: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    result: {
                        description?: undefined;
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description?: undefined;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            access_code: {};
                            acs_credential_on_encoder?: undefined;
                            acs_credential_on_seam?: undefined;
                            noise_threshold?: undefined;
                            warnings?: undefined;
                        };
                        required?: undefined;
                        type: string;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            } | {
                description?: undefined;
                properties: {
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                        x-title: string;
                    };
                    action_type: {
                        enum: string[];
                        type: string;
                    };
                    error: {
                        nullable: boolean;
                        oneOf?: undefined;
                        properties?: undefined;
                        required?: undefined;
                        type?: undefined;
                    };
                    result: {
                        description?: undefined;
                        nullable?: undefined;
                        oneOf?: undefined;
                        properties: {
                            access_code?: undefined;
                            acs_credential_on_encoder?: undefined;
                            acs_credential_on_seam?: undefined;
                            noise_threshold: {};
                            warnings?: undefined;
                        };
                        required?: undefined;
                        type: string;
                        x-route-path?: undefined;
                    };
                    status: {
                        enum: string[];
                        type: string;
                    };
                };
                required: string[];
                type: string;
            })[];
            x-route-path: string;
        }
        • oneOf: ({
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          access_code?: undefined;
                          acs_credential_on_encoder?: undefined;
                          acs_credential_on_seam?: undefined;
                          noise_threshold?: undefined;
                          warnings?: undefined;
                      };
                      required?: undefined;
                      type: string;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          message: {
                              type: ...;
                          };
                          type: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  result: {
                      description?: undefined;
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          access_code?: undefined;
                          acs_credential_on_encoder: {
                              description: ...;
                              nullable: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          };
                          acs_credential_on_seam: {
                              description: ...;
                              nullable: ...;
                              oneOf: ...;
                              x-route-path: ...;
                          };
                          noise_threshold?: undefined;
                          warnings: {
                              items: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable?: undefined;
                      oneOf: {
                          properties: ...;
                          required: ...;
                          type: ...;
                      }[];
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description: string;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description: string;
                      nullable?: undefined;
                      oneOf: {
                          description: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                          x-route-path: ...;
                      }[];
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path: string;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description?: undefined;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description?: undefined;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          access_code?: undefined;
                          acs_credential_on_encoder?: undefined;
                          acs_credential_on_seam?: undefined;
                          noise_threshold?: undefined;
                          warnings?: undefined;
                      };
                      required?: undefined;
                      type: string;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description?: undefined;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          message: {
                              type: ...;
                          };
                          type: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  result: {
                      description?: undefined;
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description?: undefined;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          access_code: {};
                          acs_credential_on_encoder?: undefined;
                          acs_credential_on_seam?: undefined;
                          noise_threshold?: undefined;
                          warnings?: undefined;
                      };
                      required?: undefined;
                      type: string;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          } | {
              description?: undefined;
              properties: {
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                      x-title: string;
                  };
                  action_type: {
                      enum: string[];
                      type: string;
                  };
                  error: {
                      nullable: boolean;
                      oneOf?: undefined;
                      properties?: undefined;
                      required?: undefined;
                      type?: undefined;
                  };
                  result: {
                      description?: undefined;
                      nullable?: undefined;
                      oneOf?: undefined;
                      properties: {
                          access_code?: undefined;
                          acs_credential_on_encoder?: undefined;
                          acs_credential_on_seam?: undefined;
                          noise_threshold: {};
                          warnings?: undefined;
                      };
                      required?: undefined;
                      type: string;
                      x-route-path?: undefined;
                  };
                  status: {
                      enum: string[];
                      type: string;
                  };
              };
              required: string[];
              type: string;
          })[]
        • x-route-path: string
      • client_session: {
            properties: {
                client_session_id: {
                    format: string;
                    type: string;
                };
                connect_webview_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                };
                connected_account_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                };
                created_at: {
                    format: string;
                    type: string;
                };
                device_count: {
                    format: string;
                    type: string;
                };
                expires_at: {
                    format: string;
                    type: string;
                };
                token: {
                    type: string;
                };
                user_identifier_key: {
                    nullable: boolean;
                    type: string;
                };
                user_identity_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              client_session_id: {
                  format: string;
                  type: string;
              };
              connect_webview_ids: {
                  items: {
                      format: string;
                      type: string;
                  };
                  type: string;
              };
              connected_account_ids: {
                  items: {
                      format: string;
                      type: string;
                  };
                  type: string;
              };
              created_at: {
                  format: string;
                  type: string;
              };
              device_count: {
                  format: string;
                  type: string;
              };
              expires_at: {
                  format: string;
                  type: string;
              };
              token: {
                  type: string;
              };
              user_identifier_key: {
                  nullable: boolean;
                  type: string;
              };
              user_identity_ids: {
                  items: {
                      format: string;
                      type: string;
                  };
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • client_session_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • connect_webview_ids: {
                items: {
                    format: string;
                    type: string;
                };
                type: string;
            }
            • items: {
                  format: string;
                  type: string;
              }
              • format: string
              • type: string
            • type: string
          • connected_account_ids: {
                items: {
                    format: string;
                    type: string;
                };
                type: string;
            }
            • items: {
                  format: string;
                  type: string;
              }
              • format: string
              • type: string
            • type: string
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • device_count: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • expires_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • token: {
                type: string;
            }
            • type: string
          • user_identifier_key: {
                nullable: boolean;
                type: string;
            }
            • nullable: boolean
            • type: string
          • user_identity_ids: {
                items: {
                    format: string;
                    type: string;
                };
                type: string;
            }
            • items: {
                  format: string;
                  type: string;
              }
              • format: string
              • type: string
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • connect_webview: {
            properties: {
                accepted_devices: {
                    deprecated: boolean;
                    items: {
                        type: string;
                    };
                    type: string;
                    x-deprecated: string;
                };
                accepted_providers: {
                    items: {
                        type: string;
                    };
                    type: string;
                };
                any_device_allowed: {
                    deprecated: boolean;
                    type: string;
                    x-deprecated: string;
                };
                any_provider_allowed: {
                    type: string;
                };
                authorized_at: {
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                automatically_manage_new_devices: {
                    type: string;
                };
                connect_webview_id: {
                    format: string;
                    type: string;
                };
                connected_account_id: {
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                created_at: {
                    format: string;
                    type: string;
                };
                custom_metadata: {
                    additionalProperties: {
                        oneOf: {
                            type: string;
                        }[];
                    };
                    type: string;
                };
                custom_redirect_failure_url: {
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                custom_redirect_url: {
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                device_selection_mode: {
                    enum: string[];
                    type: string;
                };
                login_successful: {
                    type: string;
                };
                selected_provider: {
                    nullable: boolean;
                    type: string;
                };
                status: {
                    enum: string[];
                    type: string;
                };
                url: {
                    format: string;
                    type: string;
                };
                wait_for_device_creation: {
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              accepted_devices: {
                  deprecated: boolean;
                  items: {
                      type: string;
                  };
                  type: string;
                  x-deprecated: string;
              };
              accepted_providers: {
                  items: {
                      type: string;
                  };
                  type: string;
              };
              any_device_allowed: {
                  deprecated: boolean;
                  type: string;
                  x-deprecated: string;
              };
              any_provider_allowed: {
                  type: string;
              };
              authorized_at: {
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              automatically_manage_new_devices: {
                  type: string;
              };
              connect_webview_id: {
                  format: string;
                  type: string;
              };
              connected_account_id: {
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              created_at: {
                  format: string;
                  type: string;
              };
              custom_metadata: {
                  additionalProperties: {
                      oneOf: {
                          type: string;
                      }[];
                  };
                  type: string;
              };
              custom_redirect_failure_url: {
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              custom_redirect_url: {
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              device_selection_mode: {
                  enum: string[];
                  type: string;
              };
              login_successful: {
                  type: string;
              };
              selected_provider: {
                  nullable: boolean;
                  type: string;
              };
              status: {
                  enum: string[];
                  type: string;
              };
              url: {
                  format: string;
                  type: string;
              };
              wait_for_device_creation: {
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • accepted_devices: {
                deprecated: boolean;
                items: {
                    type: string;
                };
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • items: {
                  type: string;
              }
              • type: string
            • type: string
            • x-deprecated: string
          • accepted_providers: {
                items: {
                    type: string;
                };
                type: string;
            }
            • items: {
                  type: string;
              }
              • type: string
            • type: string
          • any_device_allowed: {
                deprecated: boolean;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • type: string
            • x-deprecated: string
          • any_provider_allowed: {
                type: string;
            }
            • type: string
          • authorized_at: {
                format: string;
                nullable: boolean;
                type: string;
            }
            • format: string
            • nullable: boolean
            • type: string
          • automatically_manage_new_devices: {
                type: string;
            }
            • type: string
          • connect_webview_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • connected_account_id: {
                format: string;
                nullable: boolean;
                type: string;
            }
            • format: string
            • nullable: boolean
            • type: string
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • custom_metadata: {
                additionalProperties: {
                    oneOf: {
                        type: string;
                    }[];
                };
                type: string;
            }
            • additionalProperties: {
                  oneOf: {
                      type: string;
                  }[];
              }
              • oneOf: {
                    type: string;
                }[]
            • type: string
          • custom_redirect_failure_url: {
                format: string;
                nullable: boolean;
                type: string;
            }
            • format: string
            • nullable: boolean
            • type: string
          • custom_redirect_url: {
                format: string;
                nullable: boolean;
                type: string;
            }
            • format: string
            • nullable: boolean
            • type: string
          • device_selection_mode: {
                enum: string[];
                type: string;
            }
            • enum: string[]
            • type: string
          • login_successful: {
                type: string;
            }
            • type: string
          • selected_provider: {
                nullable: boolean;
                type: string;
            }
            • nullable: boolean
            • type: string
          • status: {
                enum: string[];
                type: string;
            }
            • enum: string[]
            • type: string
          • url: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • wait_for_device_creation: {
                type: string;
            }
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • connected_account: {
            properties: {
                account_type: {
                    type: string;
                };
                account_type_display_name: {
                    type: string;
                };
                automatically_manage_new_devices: {
                    type: string;
                };
                connected_account_id: {
                    format: string;
                    type: string;
                };
                created_at: {
                    format: string;
                    type: string;
                };
                custom_metadata: {
                    additionalProperties: {
                        oneOf: {
                            type: string;
                        }[];
                    };
                    type: string;
                };
                errors: {
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                message: ...;
                                salto_ks_metadata?: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                message: ...;
                                salto_ks_metadata: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                user_identifier: {
                    properties: {
                        api_url: {
                            type: string;
                        };
                        email: {
                            type: string;
                        };
                        exclusive: {
                            type: string;
                        };
                        phone: {
                            type: string;
                        };
                        username: {
                            type: string;
                        };
                    };
                    type: string;
                };
                warnings: {
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at: ...;
                                message: ...;
                                salto_ks_metadata?: ...;
                                warning_code: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                message: ...;
                                salto_ks_metadata: ...;
                                warning_code: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              account_type: {
                  type: string;
              };
              account_type_display_name: {
                  type: string;
              };
              automatically_manage_new_devices: {
                  type: string;
              };
              connected_account_id: {
                  format: string;
                  type: string;
              };
              created_at: {
                  format: string;
                  type: string;
              };
              custom_metadata: {
                  additionalProperties: {
                      oneOf: {
                          type: string;
                      }[];
                  };
                  type: string;
              };
              errors: {
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              message: ...;
                              salto_ks_metadata?: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              message: ...;
                              salto_ks_metadata: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              user_identifier: {
                  properties: {
                      api_url: {
                          type: string;
                      };
                      email: {
                          type: string;
                      };
                      exclusive: {
                          type: string;
                      };
                      phone: {
                          type: string;
                      };
                      username: {
                          type: string;
                      };
                  };
                  type: string;
              };
              warnings: {
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at: ...;
                              message: ...;
                              salto_ks_metadata?: ...;
                              warning_code: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              message: ...;
                              salto_ks_metadata: ...;
                              warning_code: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
          }
          • account_type: {
                type: string;
            }
            • type: string
          • account_type_display_name: {
                type: string;
            }
            • type: string
          • automatically_manage_new_devices: {
                type: string;
            }
            • type: string
          • connected_account_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • custom_metadata: {
                additionalProperties: {
                    oneOf: {
                        type: string;
                    }[];
                };
                type: string;
            }
            • additionalProperties: {
                  oneOf: {
                      type: string;
                  }[];
              }
              • oneOf: {
                    type: string;
                }[]
            • type: string
          • errors: {
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            message: ...;
                            salto_ks_metadata?: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            message: ...;
                            salto_ks_metadata: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          message: ...;
                          salto_ks_metadata?: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          message: ...;
                          salto_ks_metadata: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        message: ...;
                        salto_ks_metadata?: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        message: ...;
                        salto_ks_metadata: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • user_identifier: {
                properties: {
                    api_url: {
                        type: string;
                    };
                    email: {
                        type: string;
                    };
                    exclusive: {
                        type: string;
                    };
                    phone: {
                        type: string;
                    };
                    username: {
                        type: string;
                    };
                };
                type: string;
            }
            • properties: {
                  api_url: {
                      type: string;
                  };
                  email: {
                      type: string;
                  };
                  exclusive: {
                      type: string;
                  };
                  phone: {
                      type: string;
                  };
                  username: {
                      type: string;
                  };
              }
              • api_url: {
                    type: string;
                }
                • type: string
              • email: {
                    type: string;
                }
                • type: string
              • exclusive: {
                    type: string;
                }
                • type: string
              • phone: {
                    type: string;
                }
                • type: string
              • username: {
                    type: string;
                }
                • type: string
            • type: string
          • warnings: {
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at: ...;
                            message: ...;
                            salto_ks_metadata?: ...;
                            warning_code: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            message: ...;
                            salto_ks_metadata: ...;
                            warning_code: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at: ...;
                          message: ...;
                          salto_ks_metadata?: ...;
                          warning_code: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          message: ...;
                          salto_ks_metadata: ...;
                          warning_code: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at: ...;
                        message: ...;
                        salto_ks_metadata?: ...;
                        warning_code: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        message: ...;
                        salto_ks_metadata: ...;
                        warning_code: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • device: {
            properties: {
                can_hvac_cool: {
                    type: string;
                };
                can_hvac_heat: {
                    type: string;
                };
                can_hvac_heat_cool: {
                    type: string;
                };
                can_program_offline_access_codes: {
                    type: string;
                };
                can_program_online_access_codes: {
                    type: string;
                };
                can_remotely_lock: {
                    type: string;
                };
                can_remotely_unlock: {
                    type: string;
                };
                can_simulate_connection: {
                    type: string;
                };
                can_simulate_disconnection: {
                    type: string;
                };
                can_simulate_removal: {
                    type: string;
                };
                can_turn_off_hvac: {
                    type: string;
                };
                capabilities_supported: {
                    description: string;
                    items: {
                        enum: string[];
                        type: string;
                    };
                    type: string;
                };
                connected_account_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                custom_metadata: {
                    additionalProperties: {
                        oneOf: {
                            type: string;
                        }[];
                    };
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_type: {
                    description: string;
                    oneOf: ({
                        description?: undefined;
                        enum: string[];
                        type: string;
                    } | {
                        description: string;
                        enum: string[];
                        type: string;
                    })[];
                };
                display_name: {
                    description: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error?: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                is_managed: {
                    description: string;
                    enum: boolean[];
                    type: string;
                };
                location: {
                    description: string;
                    nullable: boolean;
                    properties: {
                        location_name: {
                            description: string;
                            type: string;
                        };
                        timezone: {
                            description: string;
                            type: string;
                        };
                    };
                    type: string;
                };
                nickname: {
                    description: string;
                    type: string;
                };
                properties: {
                    allOf: ({
                        allOf: ((...) | (...))[];
                    } | {
                        allOf: ((...) | (...))[];
                    })[];
                    description: string;
                };
                warnings: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              can_hvac_cool: {
                  type: string;
              };
              can_hvac_heat: {
                  type: string;
              };
              can_hvac_heat_cool: {
                  type: string;
              };
              can_program_offline_access_codes: {
                  type: string;
              };
              can_program_online_access_codes: {
                  type: string;
              };
              can_remotely_lock: {
                  type: string;
              };
              can_remotely_unlock: {
                  type: string;
              };
              can_simulate_connection: {
                  type: string;
              };
              can_simulate_disconnection: {
                  type: string;
              };
              can_simulate_removal: {
                  type: string;
              };
              can_turn_off_hvac: {
                  type: string;
              };
              capabilities_supported: {
                  description: string;
                  items: {
                      enum: string[];
                      type: string;
                  };
                  type: string;
              };
              connected_account_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              custom_metadata: {
                  additionalProperties: {
                      oneOf: {
                          type: string;
                      }[];
                  };
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_type: {
                  description: string;
                  oneOf: ({
                      description?: undefined;
                      enum: string[];
                      type: string;
                  } | {
                      description: string;
                      enum: string[];
                      type: string;
                  })[];
              };
              display_name: {
                  description: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error?: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              is_managed: {
                  description: string;
                  enum: boolean[];
                  type: string;
              };
              location: {
                  description: string;
                  nullable: boolean;
                  properties: {
                      location_name: {
                          description: string;
                          type: string;
                      };
                      timezone: {
                          description: string;
                          type: string;
                      };
                  };
                  type: string;
              };
              nickname: {
                  description: string;
                  type: string;
              };
              properties: {
                  allOf: ({
                      allOf: ((...) | (...))[];
                  } | {
                      allOf: ((...) | (...))[];
                  })[];
                  description: string;
              };
              warnings: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • can_hvac_cool: {
                type: string;
            }
            • type: string
          • can_hvac_heat: {
                type: string;
            }
            • type: string
          • can_hvac_heat_cool: {
                type: string;
            }
            • type: string
          • can_program_offline_access_codes: {
                type: string;
            }
            • type: string
          • can_program_online_access_codes: {
                type: string;
            }
            • type: string
          • can_remotely_lock: {
                type: string;
            }
            • type: string
          • can_remotely_unlock: {
                type: string;
            }
            • type: string
          • can_simulate_connection: {
                type: string;
            }
            • type: string
          • can_simulate_disconnection: {
                type: string;
            }
            • type: string
          • can_simulate_removal: {
                type: string;
            }
            • type: string
          • can_turn_off_hvac: {
                type: string;
            }
            • type: string
          • capabilities_supported: {
                description: string;
                items: {
                    enum: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  enum: string[];
                  type: string;
              }
              • enum: string[]
              • type: string
            • type: string
          • connected_account_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • custom_metadata: {
                additionalProperties: {
                    oneOf: {
                        type: string;
                    }[];
                };
                type: string;
            }
            • additionalProperties: {
                  oneOf: {
                      type: string;
                  }[];
              }
              • oneOf: {
                    type: string;
                }[]
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_type: {
                description: string;
                oneOf: ({
                    description?: undefined;
                    enum: string[];
                    type: string;
                } | {
                    description: string;
                    enum: string[];
                    type: string;
                })[];
            }
            • description: string
            • oneOf: ({
                  description?: undefined;
                  enum: string[];
                  type: string;
              } | {
                  description: string;
                  enum: string[];
                  type: string;
              })[]
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • errors: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error?: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error?: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error?: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • is_managed: {
                description: string;
                enum: boolean[];
                type: string;
            }
            • description: string
            • enum: boolean[]
            • type: string
          • location: {
                description: string;
                nullable: boolean;
                properties: {
                    location_name: {
                        description: string;
                        type: string;
                    };
                    timezone: {
                        description: string;
                        type: string;
                    };
                };
                type: string;
            }
            • description: string
            • nullable: boolean
            • properties: {
                  location_name: {
                      description: string;
                      type: string;
                  };
                  timezone: {
                      description: string;
                      type: string;
                  };
              }
              • location_name: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • timezone: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
            • type: string
          • nickname: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • properties: {
                allOf: ({
                    allOf: ((...) | (...))[];
                } | {
                    allOf: ((...) | (...))[];
                })[];
                description: string;
            }
            • allOf: ({
                  allOf: ((...) | (...))[];
              } | {
                  allOf: ((...) | (...))[];
              })[]
            • description: string
          • warnings: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                format: ...;
                                type: ...;
                            };
                            message: {
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              format: ...;
                              type: ...;
                          };
                          message: {
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            format: ...;
                            type: ...;
                        };
                        message: {
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • device_provider: {
            properties: {
                can_hvac_cool: {
                    type: string;
                };
                can_hvac_heat: {
                    type: string;
                };
                can_hvac_heat_cool: {
                    type: string;
                };
                can_program_offline_access_codes: {
                    type: string;
                };
                can_program_online_access_codes: {
                    type: string;
                };
                can_remotely_lock: {
                    type: string;
                };
                can_remotely_unlock: {
                    type: string;
                };
                can_simulate_connection: {
                    type: string;
                };
                can_simulate_disconnection: {
                    type: string;
                };
                can_simulate_removal: {
                    type: string;
                };
                can_turn_off_hvac: {
                    type: string;
                };
                device_provider_name: {
                    enum: string[];
                    type: string;
                };
                display_name: {
                    type: string;
                };
                image_url: {
                    type: string;
                };
                provider_categories: {
                    items: {
                        enum: string[];
                        type: string;
                    };
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              can_hvac_cool: {
                  type: string;
              };
              can_hvac_heat: {
                  type: string;
              };
              can_hvac_heat_cool: {
                  type: string;
              };
              can_program_offline_access_codes: {
                  type: string;
              };
              can_program_online_access_codes: {
                  type: string;
              };
              can_remotely_lock: {
                  type: string;
              };
              can_remotely_unlock: {
                  type: string;
              };
              can_simulate_connection: {
                  type: string;
              };
              can_simulate_disconnection: {
                  type: string;
              };
              can_simulate_removal: {
                  type: string;
              };
              can_turn_off_hvac: {
                  type: string;
              };
              device_provider_name: {
                  enum: string[];
                  type: string;
              };
              display_name: {
                  type: string;
              };
              image_url: {
                  type: string;
              };
              provider_categories: {
                  items: {
                      enum: string[];
                      type: string;
                  };
                  type: string;
              };
          }
          • can_hvac_cool: {
                type: string;
            }
            • type: string
          • can_hvac_heat: {
                type: string;
            }
            • type: string
          • can_hvac_heat_cool: {
                type: string;
            }
            • type: string
          • can_program_offline_access_codes: {
                type: string;
            }
            • type: string
          • can_program_online_access_codes: {
                type: string;
            }
            • type: string
          • can_remotely_lock: {
                type: string;
            }
            • type: string
          • can_remotely_unlock: {
                type: string;
            }
            • type: string
          • can_simulate_connection: {
                type: string;
            }
            • type: string
          • can_simulate_disconnection: {
                type: string;
            }
            • type: string
          • can_simulate_removal: {
                type: string;
            }
            • type: string
          • can_turn_off_hvac: {
                type: string;
            }
            • type: string
          • device_provider_name: {
                enum: string[];
                type: string;
            }
            • enum: string[]
            • type: string
          • display_name: {
                type: string;
            }
            • type: string
          • image_url: {
                type: string;
            }
            • type: string
          • provider_categories: {
                items: {
                    enum: string[];
                    type: string;
                };
                type: string;
            }
            • items: {
                  enum: string[];
                  type: string;
              }
              • enum: string[]
              • type: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • enrollment_automation: {
            description: string;
            properties: {
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                credential_manager_acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                enrollment_automation_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                user_identity_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              credential_manager_acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              enrollment_automation_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              user_identity_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • credential_manager_acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • enrollment_automation_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • user_identity_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • event: {
            discriminator: {
                propertyName: string;
            };
            oneOf: ({
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code: {
                        description: string;
                        nullable?: undefined;
                        type: string;
                    };
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    };
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id: {
                        type: string;
                    };
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id: {
                        format: string;
                        type: string;
                    };
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id: {
                        format: string;
                        type: string;
                    };
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_entrance_id?: undefined;
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id: {
                        format: string;
                        type: string;
                    };
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id: {
                        format: string;
                        type: string;
                    };
                    acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id?: undefined;
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated: boolean;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated: string;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    action_type: {
                        description: string;
                        type: string;
                    };
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id?: undefined;
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status: {
                        description: string;
                        type: string;
                    };
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    connected_account_id?: undefined;
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level: {
                        description: string;
                        format: string;
                        maximum: number;
                        minimum: number;
                        type: string;
                    };
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level: {
                        description: string;
                        format: string;
                        maximum: number;
                        minimum: number;
                        type: string;
                    };
                    battery_status: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata: {
                        additionalProperties: {};
                        description: string;
                        type: string;
                    };
                    noise_level_decibels: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    noise_level_nrs: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    noise_threshold_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    noise_threshold_name: {
                        description: string;
                        type: string;
                    };
                    noiseaware_metadata: {
                        additionalProperties: {};
                        description: string;
                        type: string;
                    };
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key: {
                        description: string;
                        type: string;
                    };
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset: {
                        description: string;
                        type: string;
                    };
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    heating_set_point_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    heating_set_point_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    hvac_mode_setting: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    lower_limit_fahrenheit: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    temperature_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    upper_limit_fahrenheit: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    temperature_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    temperature_fahrenheit: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name: {
                        description: string;
                        type: string;
                    };
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id?: undefined;
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id?: undefined;
                    device_name?: undefined;
                    enrollment_automation_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            } | {
                deprecated?: undefined;
                description: string;
                properties: {
                    access_code_id?: undefined;
                    acs_access_group_id?: undefined;
                    acs_credential_id?: undefined;
                    acs_encoder_id?: undefined;
                    acs_entrance_id?: undefined;
                    acs_system_id?: undefined;
                    acs_user_id?: undefined;
                    action_attempt_id?: undefined;
                    action_type?: undefined;
                    backup_access_code_id?: undefined;
                    battery_level?: undefined;
                    battery_status?: undefined;
                    client_session_id?: undefined;
                    climate_preset_key?: undefined;
                    code?: undefined;
                    connect_webview_id?: undefined;
                    connected_account_id?: undefined;
                    cooling_set_point_celsius?: undefined;
                    cooling_set_point_fahrenheit?: undefined;
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    desired_temperature_celsius?: undefined;
                    desired_temperature_fahrenheit?: undefined;
                    device_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    device_name?: undefined;
                    enrollment_automation_id?: undefined;
                    error_code?: undefined;
                    event_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    event_type: {
                        enum: string[];
                        type: string;
                    };
                    fan_mode_setting?: undefined;
                    heating_set_point_celsius?: undefined;
                    heating_set_point_fahrenheit?: undefined;
                    hvac_mode_setting?: undefined;
                    is_fallback_climate_preset?: undefined;
                    lower_limit_celsius?: undefined;
                    lower_limit_fahrenheit?: undefined;
                    method?: undefined;
                    minut_metadata?: undefined;
                    noise_level_decibels?: undefined;
                    noise_level_nrs?: undefined;
                    noise_threshold_id?: undefined;
                    noise_threshold_name?: undefined;
                    noiseaware_metadata?: undefined;
                    occurred_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    status?: undefined;
                    temperature_celsius?: undefined;
                    temperature_fahrenheit?: undefined;
                    thermostat_schedule_id?: undefined;
                    upper_limit_celsius?: undefined;
                    upper_limit_fahrenheit?: undefined;
                    workspace_id: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
                x-deprecated?: undefined;
                x-route-path: string;
            })[];
            x-route-path: string;
        }
        • discriminator: {
              propertyName: string;
          }
          • propertyName: string
        • oneOf: ({
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code: {
                      description: string;
                      nullable?: undefined;
                      type: string;
                  };
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code: {
                      description: string;
                      nullable: boolean;
                      type: string;
                  };
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id: {
                      type: string;
                  };
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id: {
                      format: string;
                      type: string;
                  };
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id: {
                      format: string;
                      type: string;
                  };
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_entrance_id?: undefined;
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id: {
                      format: string;
                      type: string;
                  };
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id: {
                      format: string;
                      type: string;
                  };
                  acs_system_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id?: undefined;
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated: boolean;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated: string;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  action_type: {
                      description: string;
                      type: string;
                  };
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id?: undefined;
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status: {
                      description: string;
                      type: string;
                  };
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  connected_account_id?: undefined;
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level: {
                      description: string;
                      format: string;
                      maximum: number;
                      minimum: number;
                      type: string;
                  };
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level: {
                      description: string;
                      format: string;
                      maximum: number;
                      minimum: number;
                      type: string;
                  };
                  battery_status: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata: {
                      additionalProperties: {};
                      description: string;
                      type: string;
                  };
                  noise_level_decibels: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  noise_level_nrs: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  noise_threshold_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  noise_threshold_name: {
                      description: string;
                      type: string;
                  };
                  noiseaware_metadata: {
                      additionalProperties: {};
                      description: string;
                      type: string;
                  };
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key: {
                      description: string;
                      type: string;
                  };
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset: {
                      description: string;
                      type: string;
                  };
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  heating_set_point_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  heating_set_point_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  hvac_mode_setting: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method: {
                      description: string;
                      enum: string[];
                      type: string;
                  };
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  lower_limit_fahrenheit: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  temperature_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  upper_limit_fahrenheit: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  temperature_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  temperature_fahrenheit: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name: {
                      description: string;
                      type: string;
                  };
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id?: undefined;
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id?: undefined;
                  device_name?: undefined;
                  enrollment_automation_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          } | {
              deprecated?: undefined;
              description: string;
              properties: {
                  access_code_id?: undefined;
                  acs_access_group_id?: undefined;
                  acs_credential_id?: undefined;
                  acs_encoder_id?: undefined;
                  acs_entrance_id?: undefined;
                  acs_system_id?: undefined;
                  acs_user_id?: undefined;
                  action_attempt_id?: undefined;
                  action_type?: undefined;
                  backup_access_code_id?: undefined;
                  battery_level?: undefined;
                  battery_status?: undefined;
                  client_session_id?: undefined;
                  climate_preset_key?: undefined;
                  code?: undefined;
                  connect_webview_id?: undefined;
                  connected_account_id?: undefined;
                  cooling_set_point_celsius?: undefined;
                  cooling_set_point_fahrenheit?: undefined;
                  created_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  desired_temperature_celsius?: undefined;
                  desired_temperature_fahrenheit?: undefined;
                  device_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  device_name?: undefined;
                  enrollment_automation_id?: undefined;
                  error_code?: undefined;
                  event_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  event_type: {
                      enum: string[];
                      type: string;
                  };
                  fan_mode_setting?: undefined;
                  heating_set_point_celsius?: undefined;
                  heating_set_point_fahrenheit?: undefined;
                  hvac_mode_setting?: undefined;
                  is_fallback_climate_preset?: undefined;
                  lower_limit_celsius?: undefined;
                  lower_limit_fahrenheit?: undefined;
                  method?: undefined;
                  minut_metadata?: undefined;
                  noise_level_decibels?: undefined;
                  noise_level_nrs?: undefined;
                  noise_threshold_id?: undefined;
                  noise_threshold_name?: undefined;
                  noiseaware_metadata?: undefined;
                  occurred_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  status?: undefined;
                  temperature_celsius?: undefined;
                  temperature_fahrenheit?: undefined;
                  thermostat_schedule_id?: undefined;
                  upper_limit_celsius?: undefined;
                  upper_limit_fahrenheit?: undefined;
                  workspace_id: {
                      description: string;
                      format: string;
                      type: string;
                  };
              };
              required: string[];
              type: string;
              x-deprecated?: undefined;
              x-route-path: string;
          })[]
        • x-route-path: string
      • network: {
            properties: {
                created_at: {
                    format: string;
                    type: string;
                };
                display_name: {
                    type: string;
                };
                network_id: {
                    format: string;
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              created_at: {
                  format: string;
                  type: string;
              };
              display_name: {
                  type: string;
              };
              network_id: {
                  format: string;
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • created_at: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • display_name: {
                type: string;
            }
            • type: string
          • network_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • noise_threshold: {
            properties: {
                device_id: {
                    format: string;
                    type: string;
                };
                ends_daily_at: {
                    type: string;
                };
                name: {
                    type: string;
                };
                noise_threshold_decibels: {
                    format: string;
                    type: string;
                };
                noise_threshold_id: {
                    format: string;
                    type: string;
                };
                noise_threshold_nrs: {
                    format: string;
                    type: string;
                };
                starts_daily_at: {
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              device_id: {
                  format: string;
                  type: string;
              };
              ends_daily_at: {
                  type: string;
              };
              name: {
                  type: string;
              };
              noise_threshold_decibels: {
                  format: string;
                  type: string;
              };
              noise_threshold_id: {
                  format: string;
                  type: string;
              };
              noise_threshold_nrs: {
                  format: string;
                  type: string;
              };
              starts_daily_at: {
                  type: string;
              };
          }
          • device_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • ends_daily_at: {
                type: string;
            }
            • type: string
          • name: {
                type: string;
            }
            • type: string
          • noise_threshold_decibels: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • noise_threshold_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • noise_threshold_nrs: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • starts_daily_at: {
                type: string;
            }
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • pagination: {
            description: string;
            properties: {
                has_next_page: {
                    description: string;
                    type: string;
                };
                next_page_cursor: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                next_page_url: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
            };
            required: string[];
            type: string;
        }
        • description: string
        • properties: {
              has_next_page: {
                  description: string;
                  type: string;
              };
              next_page_cursor: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              next_page_url: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
          }
          • has_next_page: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • next_page_cursor: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • next_page_url: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
        • required: string[]
        • type: string
      • phone: {
            description: string;
            properties: {
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                custom_metadata: {
                    additionalProperties: {
                        oneOf: {
                            type: string;
                        }[];
                    };
                    description: string;
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                display_name: {
                    description: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        properties: {
                            error_code: {
                                type: string;
                            };
                            message: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                nickname: {
                    description: string;
                    type: string;
                };
                properties: {
                    description: string;
                    properties: {
                        assa_abloy_credential_service_metadata: {
                            description: string;
                            properties: {
                                endpoints: {
                                    description: string;
                                    items: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                has_active_endpoint: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        salto_space_credential_service_metadata: {
                            description: string;
                            properties: {
                                has_active_phone: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        properties: {
                            message: {
                                type: string;
                            };
                            warning_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              custom_metadata: {
                  additionalProperties: {
                      oneOf: {
                          type: string;
                      }[];
                  };
                  description: string;
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              display_name: {
                  description: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      properties: {
                          error_code: {
                              type: string;
                          };
                          message: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              nickname: {
                  description: string;
                  type: string;
              };
              properties: {
                  description: string;
                  properties: {
                      assa_abloy_credential_service_metadata: {
                          description: string;
                          properties: {
                              endpoints: {
                                  description: string;
                                  items: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              has_active_endpoint: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      salto_space_credential_service_metadata: {
                          description: string;
                          properties: {
                              has_active_phone: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      properties: {
                          message: {
                              type: string;
                          };
                          warning_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • custom_metadata: {
                additionalProperties: {
                    oneOf: {
                        type: string;
                    }[];
                };
                description: string;
                type: string;
            }
            • additionalProperties: {
                  oneOf: {
                      type: string;
                  }[];
              }
              • oneOf: {
                    type: string;
                }[]
            • description: string
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • errors: {
                description: string;
                items: {
                    properties: {
                        error_code: {
                            type: string;
                        };
                        message: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      error_code: {
                          type: string;
                      };
                      message: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    error_code: {
                        type: string;
                    };
                    message: {
                        type: string;
                    };
                }
                • error_code: {
                      type: string;
                  }
                  • type: string
                • message: {
                      type: string;
                  }
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • nickname: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • properties: {
                description: string;
                properties: {
                    assa_abloy_credential_service_metadata: {
                        description: string;
                        properties: {
                            endpoints: {
                                description: string;
                                items: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            has_active_endpoint: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    salto_space_credential_service_metadata: {
                        description: string;
                        properties: {
                            has_active_phone: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
                type: string;
            }
            • description: string
            • properties: {
                  assa_abloy_credential_service_metadata: {
                      description: string;
                      properties: {
                          endpoints: {
                              description: string;
                              items: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          has_active_endpoint: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  salto_space_credential_service_metadata: {
                      description: string;
                      properties: {
                          has_active_phone: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • assa_abloy_credential_service_metadata: {
                    description: string;
                    properties: {
                        endpoints: {
                            description: string;
                            items: {
                                properties: ...;
                                required: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        has_active_endpoint: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • description: string
                • properties: {
                      endpoints: {
                          description: string;
                          items: {
                              properties: ...;
                              required: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      has_active_endpoint: {
                          description: string;
                          type: string;
                      };
                  }
                  • endpoints: {
                        description: string;
                        items: {
                            properties: ...;
                            required: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • description: string
                    • items: {
                          properties: ...;
                          required: ...;
                          type: ...;
                      }
                      • properties: ...
                      • required: ...
                      • type: ...
                    • type: string
                  • has_active_endpoint: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
              • salto_space_credential_service_metadata: {
                    description: string;
                    properties: {
                        has_active_phone: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • description: string
                • properties: {
                      has_active_phone: {
                          description: string;
                          type: string;
                      };
                  }
                  • has_active_phone: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
            • type: string
          • warnings: {
                description: string;
                items: {
                    properties: {
                        message: {
                            type: string;
                        };
                        warning_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      message: {
                          type: string;
                      };
                      warning_code: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    message: {
                        type: string;
                    };
                    warning_code: {
                        type: string;
                    };
                }
                • message: {
                      type: string;
                  }
                  • type: string
                • warning_code: {
                      type: string;
                  }
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • thermostat_schedule: {
            description: string;
            properties: {
                climate_preset_key: {
                    description: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                ends_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        properties: {
                            error_code: {
                                description: string;
                                type: string;
                            };
                            message: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                max_override_period_minutes: {
                    description: string;
                    minimum: number;
                    type: string;
                };
                name: {
                    description: string;
                    type: string;
                };
                starts_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                thermostat_schedule_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                unstable_is_override_allowed: {
                    description: string;
                    type: string;
                    x-undocumented: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              climate_preset_key: {
                  description: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              ends_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      properties: {
                          error_code: {
                              description: string;
                              type: string;
                          };
                          message: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              max_override_period_minutes: {
                  description: string;
                  minimum: number;
                  type: string;
              };
              name: {
                  description: string;
                  type: string;
              };
              starts_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              thermostat_schedule_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              unstable_is_override_allowed: {
                  description: string;
                  type: string;
                  x-undocumented: string;
              };
          }
          • climate_preset_key: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • ends_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • errors: {
                description: string;
                items: {
                    properties: {
                        error_code: {
                            description: string;
                            type: string;
                        };
                        message: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      error_code: {
                          description: string;
                          type: string;
                      };
                      message: {
                          description: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    error_code: {
                        description: string;
                        type: string;
                    };
                    message: {
                        description: string;
                        type: string;
                    };
                }
                • error_code: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
                • message: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • max_override_period_minutes: {
                description: string;
                minimum: number;
                type: string;
            }
            • description: string
            • minimum: number
            • type: string
          • name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • starts_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • thermostat_schedule_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • unstable_is_override_allowed: {
                description: string;
                type: string;
                x-undocumented: string;
            }
            • description: string
            • type: string
            • x-undocumented: string
        • required: string[]
        • type: string
        • x-route-path: string
      • unmanaged_access_code: {
            properties: {
                access_code_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                code: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                ends_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at?: ...;
                                error_code: ...;
                                is_access_code_error: ...;
                                is_connected_account_error?: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error?: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_access_code_error?: ...;
                                is_connected_account_error: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                name: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                starts_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                status: {
                    enum: string[];
                    type: string;
                };
                type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                message: {
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              access_code_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              code: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              ends_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at?: ...;
                              error_code: ...;
                              is_access_code_error: ...;
                              is_connected_account_error?: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error?: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_access_code_error?: ...;
                              is_connected_account_error: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              name: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              starts_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              status: {
                  enum: string[];
                  type: string;
              };
              type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              message: {
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
          }
          • access_code_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • code: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • ends_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • errors: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at?: ...;
                            error_code: ...;
                            is_access_code_error: ...;
                            is_connected_account_error?: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error?: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_access_code_error?: ...;
                            is_connected_account_error: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at?: ...;
                          error_code: ...;
                          is_access_code_error: ...;
                          is_connected_account_error?: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error?: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_access_code_error?: ...;
                          is_connected_account_error: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at?: ...;
                        error_code: ...;
                        is_access_code_error: ...;
                        is_connected_account_error?: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error?: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_access_code_error?: ...;
                        is_connected_account_error: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • name: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • starts_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • status: {
                enum: string[];
                type: string;
            }
            • enum: string[]
            • type: string
          • type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            message: {
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          message: {
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        message: {
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • unmanaged_acs_access_group: {
            properties: {
                access_group_type: {
                    deprecated: boolean;
                    enum: string[];
                    type: string;
                    x-deprecated: string;
                };
                access_group_type_display_name: {
                    deprecated: boolean;
                    type: string;
                    x-deprecated: string;
                };
                acs_access_group_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                name: {
                    description: string;
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        properties: {
                            created_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            message: {
                                description: string;
                                type: string;
                            };
                            warning_code: {
                                description: string;
                                enum: string[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              access_group_type: {
                  deprecated: boolean;
                  enum: string[];
                  type: string;
                  x-deprecated: string;
              };
              access_group_type_display_name: {
                  deprecated: boolean;
                  type: string;
                  x-deprecated: string;
              };
              acs_access_group_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              name: {
                  description: string;
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      properties: {
                          created_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          message: {
                              description: string;
                              type: string;
                          };
                          warning_code: {
                              description: string;
                              enum: string[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_group_type: {
                deprecated: boolean;
                enum: string[];
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • enum: string[]
            • type: string
            • x-deprecated: string
          • access_group_type_display_name: {
                deprecated: boolean;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • type: string
            • x-deprecated: string
          • acs_access_group_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                type: string;
            }
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    properties: {
                        created_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        message: {
                            description: string;
                            type: string;
                        };
                        warning_code: {
                            description: string;
                            enum: string[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  properties: {
                      created_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      message: {
                          description: string;
                          type: string;
                      };
                      warning_code: {
                          description: string;
                          enum: string[];
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • description: string
              • properties: {
                    created_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    message: {
                        description: string;
                        type: string;
                    };
                    warning_code: {
                        description: string;
                        enum: string[];
                        type: string;
                    };
                }
                • created_at: {
                      description: string;
                      format: string;
                      type: string;
                  }
                  • description: string
                  • format: string
                  • type: string
                • message: {
                      description: string;
                      type: string;
                  }
                  • description: string
                  • type: string
                • warning_code: {
                      description: string;
                      enum: string[];
                      type: string;
                  }
                  • description: string
                  • enum: string[]
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • unmanaged_acs_credential: {
            description: string;
            properties: {
                access_method: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                acs_credential_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_credential_pool_id: {
                    format: string;
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_user_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                assa_abloy_vostio_metadata: {
                    description: string;
                    properties: {
                        door_names: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                        endpoint_id: {
                            type: string;
                        };
                        key_id: {
                            type: string;
                        };
                        key_issuing_request_id: {
                            type: string;
                        };
                        override_guest_acs_entrance_ids: {
                            items: {
                                type: string;
                            };
                            type: string;
                        };
                    };
                    type: string;
                };
                card_number: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                code: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    minLength: number;
                    type: string;
                };
                ends_at: {
                    description: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        properties: {
                            error_code: {
                                type: string;
                            };
                            message: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                is_issued: {
                    description: string;
                    type: string;
                };
                is_latest_desired_state_synced_with_provider: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                is_multi_phone_sync_credential: {
                    description: string;
                    type: string;
                };
                is_one_time_use: {
                    description: string;
                    type: string;
                };
                issued_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                latest_desired_state_synced_with_provider_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                parent_acs_credential_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                starts_at: {
                    description: string;
                    type: string;
                };
                visionline_metadata: {
                    description: string;
                    properties: {
                        auto_join: {
                            type: string;
                        };
                        card_function_type: {
                            enum: string[];
                            type: string;
                        };
                        card_id: {
                            type: string;
                        };
                        common_acs_entrance_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                        credential_id: {
                            type: string;
                        };
                        guest_acs_entrance_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                        is_valid: {
                            type: string;
                        };
                        joiner_acs_credential_ids: {
                            items: {
                                format: string;
                                type: string;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              access_method: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              acs_credential_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_credential_pool_id: {
                  format: string;
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_user_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              assa_abloy_vostio_metadata: {
                  description: string;
                  properties: {
                      door_names: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                      endpoint_id: {
                          type: string;
                      };
                      key_id: {
                          type: string;
                      };
                      key_issuing_request_id: {
                          type: string;
                      };
                      override_guest_acs_entrance_ids: {
                          items: {
                              type: string;
                          };
                          type: string;
                      };
                  };
                  type: string;
              };
              card_number: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              code: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  minLength: number;
                  type: string;
              };
              ends_at: {
                  description: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      properties: {
                          error_code: {
                              type: string;
                          };
                          message: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              is_issued: {
                  description: string;
                  type: string;
              };
              is_latest_desired_state_synced_with_provider: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              is_multi_phone_sync_credential: {
                  description: string;
                  type: string;
              };
              is_one_time_use: {
                  description: string;
                  type: string;
              };
              issued_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              latest_desired_state_synced_with_provider_at: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              parent_acs_credential_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              starts_at: {
                  description: string;
                  type: string;
              };
              visionline_metadata: {
                  description: string;
                  properties: {
                      auto_join: {
                          type: string;
                      };
                      card_function_type: {
                          enum: string[];
                          type: string;
                      };
                      card_id: {
                          type: string;
                      };
                      common_acs_entrance_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                      credential_id: {
                          type: string;
                      };
                      guest_acs_entrance_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                      is_valid: {
                          type: string;
                      };
                      joiner_acs_credential_ids: {
                          items: {
                              format: string;
                              type: string;
                          };
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_method: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • acs_credential_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_credential_pool_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_user_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • assa_abloy_vostio_metadata: {
                description: string;
                properties: {
                    door_names: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                    endpoint_id: {
                        type: string;
                    };
                    key_id: {
                        type: string;
                    };
                    key_issuing_request_id: {
                        type: string;
                    };
                    override_guest_acs_entrance_ids: {
                        items: {
                            type: string;
                        };
                        type: string;
                    };
                };
                type: string;
            }
            • description: string
            • properties: {
                  door_names: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
                  endpoint_id: {
                      type: string;
                  };
                  key_id: {
                      type: string;
                  };
                  key_issuing_request_id: {
                      type: string;
                  };
                  override_guest_acs_entrance_ids: {
                      items: {
                          type: string;
                      };
                      type: string;
                  };
              }
              • door_names: {
                    items: {
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      type: string;
                  }
                  • type: string
                • type: string
              • endpoint_id: {
                    type: string;
                }
                • type: string
              • key_id: {
                    type: string;
                }
                • type: string
              • key_issuing_request_id: {
                    type: string;
                }
                • type: string
              • override_guest_acs_entrance_ids: {
                    items: {
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      type: string;
                  }
                  • type: string
                • type: string
            • type: string
          • card_number: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • code: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                minLength: number;
                type: string;
            }
            • description: string
            • minLength: number
            • type: string
          • ends_at: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • errors: {
                description: string;
                items: {
                    properties: {
                        error_code: {
                            type: string;
                        };
                        message: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  properties: {
                      error_code: {
                          type: string;
                      };
                      message: {
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              }
              • properties: {
                    error_code: {
                        type: string;
                    };
                    message: {
                        type: string;
                    };
                }
                • error_code: {
                      type: string;
                  }
                  • type: string
                • message: {
                      type: string;
                  }
                  • type: string
              • required: string[]
              • type: string
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_issued: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_latest_desired_state_synced_with_provider: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • is_multi_phone_sync_credential: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • is_one_time_use: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • issued_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • latest_desired_state_synced_with_provider_at: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • parent_acs_credential_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • starts_at: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • visionline_metadata: {
                description: string;
                properties: {
                    auto_join: {
                        type: string;
                    };
                    card_function_type: {
                        enum: string[];
                        type: string;
                    };
                    card_id: {
                        type: string;
                    };
                    common_acs_entrance_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    credential_id: {
                        type: string;
                    };
                    guest_acs_entrance_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                    is_valid: {
                        type: string;
                    };
                    joiner_acs_credential_ids: {
                        items: {
                            format: string;
                            type: string;
                        };
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  auto_join: {
                      type: string;
                  };
                  card_function_type: {
                      enum: string[];
                      type: string;
                  };
                  card_id: {
                      type: string;
                  };
                  common_acs_entrance_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  credential_id: {
                      type: string;
                  };
                  guest_acs_entrance_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
                  is_valid: {
                      type: string;
                  };
                  joiner_acs_credential_ids: {
                      items: {
                          format: string;
                          type: string;
                      };
                      type: string;
                  };
              }
              • auto_join: {
                    type: string;
                }
                • type: string
              • card_function_type: {
                    enum: string[];
                    type: string;
                }
                • enum: string[]
                • type: string
              • card_id: {
                    type: string;
                }
                • type: string
              • common_acs_entrance_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
              • credential_id: {
                    type: string;
                }
                • type: string
              • guest_acs_entrance_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
              • is_valid: {
                    type: string;
                }
                • type: string
              • joiner_acs_credential_ids: {
                    items: {
                        format: string;
                        type: string;
                    };
                    type: string;
                }
                • items: {
                      format: string;
                      type: string;
                  }
                  • format: string
                  • type: string
                • type: string
            • required: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • unmanaged_acs_user: {
            description: string;
            properties: {
                access_schedule: {
                    description: string;
                    properties: {
                        ends_at: {
                            description: string;
                            format: string;
                            nullable: boolean;
                            type: string;
                        };
                        starts_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                acs_system_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                acs_user_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    description: string;
                    type: string;
                };
                email: {
                    deprecated: boolean;
                    format: string;
                    type: string;
                    x-deprecated: string;
                };
                email_address: {
                    description: string;
                    format: string;
                    type: string;
                };
                errors: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                error_code: {
                                    enum: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                external_type: {
                    description: string;
                    enum: string[];
                    type: string;
                };
                external_type_display_name: {
                    description: string;
                    type: string;
                };
                full_name: {
                    description: string;
                    type: string;
                };
                hid_acs_system_id: {
                    format: string;
                    type: string;
                };
                is_latest_desired_state_synced_with_provider: {
                    nullable: boolean;
                    type: string;
                    x-undocumented: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                is_suspended: {
                    description: string;
                    type: string;
                };
                latest_desired_state_synced_with_provider_at: {
                    format: string;
                    nullable: boolean;
                    type: string;
                    x-undocumented: string;
                };
                phone_number: {
                    description: string;
                    type: string;
                };
                user_identity_email_address: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                user_identity_full_name: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                user_identity_id: {
                    description: string;
                    type: string;
                };
                user_identity_phone_number: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        description: string;
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    description: ...;
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    description: ...;
                                    type: ...;
                                };
                                warning_code: {
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              access_schedule: {
                  description: string;
                  properties: {
                      ends_at: {
                          description: string;
                          format: string;
                          nullable: boolean;
                          type: string;
                      };
                      starts_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              acs_system_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              acs_user_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  description: string;
                  type: string;
              };
              email: {
                  deprecated: boolean;
                  format: string;
                  type: string;
                  x-deprecated: string;
              };
              email_address: {
                  description: string;
                  format: string;
                  type: string;
              };
              errors: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              error_code: {
                                  enum: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              external_type: {
                  description: string;
                  enum: string[];
                  type: string;
              };
              external_type_display_name: {
                  description: string;
                  type: string;
              };
              full_name: {
                  description: string;
                  type: string;
              };
              hid_acs_system_id: {
                  format: string;
                  type: string;
              };
              is_latest_desired_state_synced_with_provider: {
                  nullable: boolean;
                  type: string;
                  x-undocumented: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              is_suspended: {
                  description: string;
                  type: string;
              };
              latest_desired_state_synced_with_provider_at: {
                  format: string;
                  nullable: boolean;
                  type: string;
                  x-undocumented: string;
              };
              phone_number: {
                  description: string;
                  type: string;
              };
              user_identity_email_address: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              user_identity_full_name: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              user_identity_id: {
                  description: string;
                  type: string;
              };
              user_identity_phone_number: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      description: string;
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  description: ...;
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  description: ...;
                                  type: ...;
                              };
                              warning_code: {
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • access_schedule: {
                description: string;
                properties: {
                    ends_at: {
                        description: string;
                        format: string;
                        nullable: boolean;
                        type: string;
                    };
                    starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • description: string
            • properties: {
                  ends_at: {
                      description: string;
                      format: string;
                      nullable: boolean;
                      type: string;
                  };
                  starts_at: {
                      description: string;
                      format: string;
                      type: string;
                  };
              }
              • ends_at: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                }
                • description: string
                • format: string
                • nullable: boolean
                • type: string
              • starts_at: {
                    description: string;
                    format: string;
                    type: string;
                }
                • description: string
                • format: string
                • type: string
            • required: string[]
            • type: string
          • acs_system_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • acs_user_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • email: {
                deprecated: boolean;
                format: string;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • format: string
            • type: string
            • x-deprecated: string
          • email_address: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • errors: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            error_code: {
                                enum: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          error_code: {
                              enum: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        error_code: {
                            enum: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • external_type: {
                description: string;
                enum: string[];
                type: string;
            }
            • description: string
            • enum: string[]
            • type: string
          • external_type_display_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • full_name: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • hid_acs_system_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
          • is_latest_desired_state_synced_with_provider: {
                nullable: boolean;
                type: string;
                x-undocumented: string;
            }
            • nullable: boolean
            • type: string
            • x-undocumented: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • is_suspended: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • latest_desired_state_synced_with_provider_at: {
                format: string;
                nullable: boolean;
                type: string;
                x-undocumented: string;
            }
            • format: string
            • nullable: boolean
            • type: string
            • x-undocumented: string
          • phone_number: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • user_identity_email_address: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • user_identity_full_name: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • user_identity_id: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • user_identity_phone_number: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • warnings: {
                description: string;
                items: {
                    description: string;
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                description: ...;
                                format: ...;
                                type: ...;
                            };
                            message: {
                                description: ...;
                                type: ...;
                            };
                            warning_code: {
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  description: string;
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              description: ...;
                              format: ...;
                              type: ...;
                          };
                          message: {
                              description: ...;
                              type: ...;
                          };
                          warning_code: {
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • description: string
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            description: ...;
                            format: ...;
                            type: ...;
                        };
                        message: {
                            description: ...;
                            type: ...;
                        };
                        warning_code: {
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • unmanaged_device: {
            properties: {
                can_hvac_cool: {
                    type: string;
                };
                can_hvac_heat: {
                    type: string;
                };
                can_hvac_heat_cool: {
                    type: string;
                };
                can_program_offline_access_codes: {
                    type: string;
                };
                can_program_online_access_codes: {
                    type: string;
                };
                can_remotely_lock: {
                    type: string;
                };
                can_remotely_unlock: {
                    type: string;
                };
                can_simulate_connection: {
                    type: string;
                };
                can_simulate_disconnection: {
                    type: string;
                };
                can_simulate_removal: {
                    type: string;
                };
                can_turn_off_hvac: {
                    type: string;
                };
                capabilities_supported: {
                    description: string;
                    items: {
                        enum: string[];
                        type: string;
                    };
                    type: string;
                };
                connected_account_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                device_type: {
                    description: string;
                    oneOf: ({
                        description?: undefined;
                        enum: string[];
                        type: string;
                    } | {
                        description: string;
                        enum: string[];
                        type: string;
                    })[];
                };
                errors: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: ({
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error?: ...;
                                is_device_error: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        } | {
                            description: string;
                            properties: {
                                created_at: ...;
                                error_code: ...;
                                is_connected_account_error: ...;
                                is_device_error?: ...;
                                message: ...;
                            };
                            required: (...)[];
                            type: string;
                        })[];
                    };
                    type: string;
                };
                is_managed: {
                    enum: boolean[];
                    type: string;
                };
                location: {
                    description: string;
                    nullable: boolean;
                    properties: {
                        location_name: {
                            description: string;
                            type: string;
                        };
                        timezone: {
                            description: string;
                            type: string;
                        };
                    };
                    type: string;
                };
                properties: {
                    properties: {
                        accessory_keypad: {
                            description: string;
                            properties: {
                                battery: {
                                    description: string;
                                    properties: {
                                        level: ...;
                                    };
                                    required: (...)[];
                                    type: string;
                                };
                                is_connected: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        battery: {
                            description: string;
                            properties: {
                                level: {
                                    format: string;
                                    maximum: number;
                                    minimum: number;
                                    type: string;
                                };
                                status: {
                                    enum: (...)[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        battery_level: {
                            description: string;
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        image_alt_text: {
                            description: string;
                            type: string;
                        };
                        image_url: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        manufacturer: {
                            description: string;
                            type: string;
                        };
                        model: {
                            properties: {
                                accessory_keypad_supported: {
                                    deprecated: boolean;
                                    type: string;
                                    x-deprecated: string;
                                };
                                can_connect_accessory_keypad: {
                                    description: string;
                                    type: string;
                                };
                                display_name: {
                                    description: string;
                                    type: string;
                                };
                                has_built_in_keypad: {
                                    description: string;
                                    type: string;
                                };
                                manufacturer_display_name: {
                                    description: string;
                                    type: string;
                                };
                                offline_access_codes_supported: {
                                    description: string;
                                    type: string;
                                };
                                online_access_codes_supported: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                        name: {
                            deprecated: boolean;
                            description: string;
                            type: string;
                            x-deprecated: string;
                        };
                        offline_access_codes_enabled: {
                            description: string;
                            type: string;
                        };
                        online: {
                            description: string;
                            type: string;
                        };
                        online_access_codes_enabled: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                };
                warnings: {
                    description: string;
                    items: {
                        discriminator: {
                            propertyName: string;
                        };
                        oneOf: {
                            description: string;
                            properties: {
                                created_at: {
                                    format: ...;
                                    type: ...;
                                };
                                message: {
                                    type: ...;
                                };
                                warning_code: {
                                    description: ...;
                                    enum: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        }[];
                    };
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              can_hvac_cool: {
                  type: string;
              };
              can_hvac_heat: {
                  type: string;
              };
              can_hvac_heat_cool: {
                  type: string;
              };
              can_program_offline_access_codes: {
                  type: string;
              };
              can_program_online_access_codes: {
                  type: string;
              };
              can_remotely_lock: {
                  type: string;
              };
              can_remotely_unlock: {
                  type: string;
              };
              can_simulate_connection: {
                  type: string;
              };
              can_simulate_disconnection: {
                  type: string;
              };
              can_simulate_removal: {
                  type: string;
              };
              can_turn_off_hvac: {
                  type: string;
              };
              capabilities_supported: {
                  description: string;
                  items: {
                      enum: string[];
                      type: string;
                  };
                  type: string;
              };
              connected_account_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              device_type: {
                  description: string;
                  oneOf: ({
                      description?: undefined;
                      enum: string[];
                      type: string;
                  } | {
                      description: string;
                      enum: string[];
                      type: string;
                  })[];
              };
              errors: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: ({
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error?: ...;
                              is_device_error: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      } | {
                          description: string;
                          properties: {
                              created_at: ...;
                              error_code: ...;
                              is_connected_account_error: ...;
                              is_device_error?: ...;
                              message: ...;
                          };
                          required: (...)[];
                          type: string;
                      })[];
                  };
                  type: string;
              };
              is_managed: {
                  enum: boolean[];
                  type: string;
              };
              location: {
                  description: string;
                  nullable: boolean;
                  properties: {
                      location_name: {
                          description: string;
                          type: string;
                      };
                      timezone: {
                          description: string;
                          type: string;
                      };
                  };
                  type: string;
              };
              properties: {
                  properties: {
                      accessory_keypad: {
                          description: string;
                          properties: {
                              battery: {
                                  description: string;
                                  properties: {
                                      level: ...;
                                  };
                                  required: (...)[];
                                  type: string;
                              };
                              is_connected: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      battery: {
                          description: string;
                          properties: {
                              level: {
                                  format: string;
                                  maximum: number;
                                  minimum: number;
                                  type: string;
                              };
                              status: {
                                  enum: (...)[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      battery_level: {
                          description: string;
                          format: string;
                          maximum: number;
                          minimum: number;
                          type: string;
                      };
                      image_alt_text: {
                          description: string;
                          type: string;
                      };
                      image_url: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      manufacturer: {
                          description: string;
                          type: string;
                      };
                      model: {
                          properties: {
                              accessory_keypad_supported: {
                                  deprecated: boolean;
                                  type: string;
                                  x-deprecated: string;
                              };
                              can_connect_accessory_keypad: {
                                  description: string;
                                  type: string;
                              };
                              display_name: {
                                  description: string;
                                  type: string;
                              };
                              has_built_in_keypad: {
                                  description: string;
                                  type: string;
                              };
                              manufacturer_display_name: {
                                  description: string;
                                  type: string;
                              };
                              offline_access_codes_supported: {
                                  description: string;
                                  type: string;
                              };
                              online_access_codes_supported: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                      name: {
                          deprecated: boolean;
                          description: string;
                          type: string;
                          x-deprecated: string;
                      };
                      offline_access_codes_enabled: {
                          description: string;
                          type: string;
                      };
                      online: {
                          description: string;
                          type: string;
                      };
                      online_access_codes_enabled: {
                          description: string;
                          type: string;
                      };
                  };
                  required: string[];
                  type: string;
              };
              warnings: {
                  description: string;
                  items: {
                      discriminator: {
                          propertyName: string;
                      };
                      oneOf: {
                          description: string;
                          properties: {
                              created_at: {
                                  format: ...;
                                  type: ...;
                              };
                              message: {
                                  type: ...;
                              };
                              warning_code: {
                                  description: ...;
                                  enum: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }[];
                  };
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • can_hvac_cool: {
                type: string;
            }
            • type: string
          • can_hvac_heat: {
                type: string;
            }
            • type: string
          • can_hvac_heat_cool: {
                type: string;
            }
            • type: string
          • can_program_offline_access_codes: {
                type: string;
            }
            • type: string
          • can_program_online_access_codes: {
                type: string;
            }
            • type: string
          • can_remotely_lock: {
                type: string;
            }
            • type: string
          • can_remotely_unlock: {
                type: string;
            }
            • type: string
          • can_simulate_connection: {
                type: string;
            }
            • type: string
          • can_simulate_disconnection: {
                type: string;
            }
            • type: string
          • can_simulate_removal: {
                type: string;
            }
            • type: string
          • can_turn_off_hvac: {
                type: string;
            }
            • type: string
          • capabilities_supported: {
                description: string;
                items: {
                    enum: string[];
                    type: string;
                };
                type: string;
            }
            • description: string
            • items: {
                  enum: string[];
                  type: string;
              }
              • enum: string[]
              • type: string
            • type: string
          • connected_account_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • device_type: {
                description: string;
                oneOf: ({
                    description?: undefined;
                    enum: string[];
                    type: string;
                } | {
                    description: string;
                    enum: string[];
                    type: string;
                })[];
            }
            • description: string
            • oneOf: ({
                  description?: undefined;
                  enum: string[];
                  type: string;
              } | {
                  description: string;
                  enum: string[];
                  type: string;
              })[]
          • errors: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: ({
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error?: ...;
                            is_device_error: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    } | {
                        description: string;
                        properties: {
                            created_at: ...;
                            error_code: ...;
                            is_connected_account_error: ...;
                            is_device_error?: ...;
                            message: ...;
                        };
                        required: (...)[];
                        type: string;
                    })[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: ({
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error?: ...;
                          is_device_error: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  } | {
                      description: string;
                      properties: {
                          created_at: ...;
                          error_code: ...;
                          is_connected_account_error: ...;
                          is_device_error?: ...;
                          message: ...;
                      };
                      required: (...)[];
                      type: string;
                  })[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: ({
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error?: ...;
                        is_device_error: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                } | {
                    description: string;
                    properties: {
                        created_at: ...;
                        error_code: ...;
                        is_connected_account_error: ...;
                        is_device_error?: ...;
                        message: ...;
                    };
                    required: (...)[];
                    type: string;
                })[]
            • type: string
          • is_managed: {
                enum: boolean[];
                type: string;
            }
            • enum: boolean[]
            • type: string
          • location: {
                description: string;
                nullable: boolean;
                properties: {
                    location_name: {
                        description: string;
                        type: string;
                    };
                    timezone: {
                        description: string;
                        type: string;
                    };
                };
                type: string;
            }
            • description: string
            • nullable: boolean
            • properties: {
                  location_name: {
                      description: string;
                      type: string;
                  };
                  timezone: {
                      description: string;
                      type: string;
                  };
              }
              • location_name: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • timezone: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
            • type: string
          • properties: {
                properties: {
                    accessory_keypad: {
                        description: string;
                        properties: {
                            battery: {
                                description: string;
                                properties: {
                                    level: ...;
                                };
                                required: (...)[];
                                type: string;
                            };
                            is_connected: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    battery: {
                        description: string;
                        properties: {
                            level: {
                                format: string;
                                maximum: number;
                                minimum: number;
                                type: string;
                            };
                            status: {
                                enum: (...)[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    battery_level: {
                        description: string;
                        format: string;
                        maximum: number;
                        minimum: number;
                        type: string;
                    };
                    image_alt_text: {
                        description: string;
                        type: string;
                    };
                    image_url: {
                        description: string;
                        format: string;
                        type: string;
                    };
                    manufacturer: {
                        description: string;
                        type: string;
                    };
                    model: {
                        properties: {
                            accessory_keypad_supported: {
                                deprecated: boolean;
                                type: string;
                                x-deprecated: string;
                            };
                            can_connect_accessory_keypad: {
                                description: string;
                                type: string;
                            };
                            display_name: {
                                description: string;
                                type: string;
                            };
                            has_built_in_keypad: {
                                description: string;
                                type: string;
                            };
                            manufacturer_display_name: {
                                description: string;
                                type: string;
                            };
                            offline_access_codes_supported: {
                                description: string;
                                type: string;
                            };
                            online_access_codes_supported: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                    name: {
                        deprecated: boolean;
                        description: string;
                        type: string;
                        x-deprecated: string;
                    };
                    offline_access_codes_enabled: {
                        description: string;
                        type: string;
                    };
                    online: {
                        description: string;
                        type: string;
                    };
                    online_access_codes_enabled: {
                        description: string;
                        type: string;
                    };
                };
                required: string[];
                type: string;
            }
            • properties: {
                  accessory_keypad: {
                      description: string;
                      properties: {
                          battery: {
                              description: string;
                              properties: {
                                  level: ...;
                              };
                              required: (...)[];
                              type: string;
                          };
                          is_connected: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  battery: {
                      description: string;
                      properties: {
                          level: {
                              format: string;
                              maximum: number;
                              minimum: number;
                              type: string;
                          };
                          status: {
                              enum: (...)[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  battery_level: {
                      description: string;
                      format: string;
                      maximum: number;
                      minimum: number;
                      type: string;
                  };
                  image_alt_text: {
                      description: string;
                      type: string;
                  };
                  image_url: {
                      description: string;
                      format: string;
                      type: string;
                  };
                  manufacturer: {
                      description: string;
                      type: string;
                  };
                  model: {
                      properties: {
                          accessory_keypad_supported: {
                              deprecated: boolean;
                              type: string;
                              x-deprecated: string;
                          };
                          can_connect_accessory_keypad: {
                              description: string;
                              type: string;
                          };
                          display_name: {
                              description: string;
                              type: string;
                          };
                          has_built_in_keypad: {
                              description: string;
                              type: string;
                          };
                          manufacturer_display_name: {
                              description: string;
                              type: string;
                          };
                          offline_access_codes_supported: {
                              description: string;
                              type: string;
                          };
                          online_access_codes_supported: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
                  name: {
                      deprecated: boolean;
                      description: string;
                      type: string;
                      x-deprecated: string;
                  };
                  offline_access_codes_enabled: {
                      description: string;
                      type: string;
                  };
                  online: {
                      description: string;
                      type: string;
                  };
                  online_access_codes_enabled: {
                      description: string;
                      type: string;
                  };
              }
              • accessory_keypad: {
                    description: string;
                    properties: {
                        battery: {
                            description: string;
                            properties: {
                                level: ...;
                            };
                            required: (...)[];
                            type: string;
                        };
                        is_connected: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • description: string
                • properties: {
                      battery: {
                          description: string;
                          properties: {
                              level: ...;
                          };
                          required: (...)[];
                          type: string;
                      };
                      is_connected: {
                          description: string;
                          type: string;
                      };
                  }
                  • battery: {
                        description: string;
                        properties: {
                            level: ...;
                        };
                        required: (...)[];
                        type: string;
                    }
                    • description: string
                    • properties: {
                          level: ...;
                      }
                      • level: ...
                    • required: (...)[]
                    • type: string
                  • is_connected: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
              • battery: {
                    description: string;
                    properties: {
                        level: {
                            format: string;
                            maximum: number;
                            minimum: number;
                            type: string;
                        };
                        status: {
                            enum: (...)[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • description: string
                • properties: {
                      level: {
                          format: string;
                          maximum: number;
                          minimum: number;
                          type: string;
                      };
                      status: {
                          enum: (...)[];
                          type: string;
                      };
                  }
                  • level: {
                        format: string;
                        maximum: number;
                        minimum: number;
                        type: string;
                    }
                    • format: string
                    • maximum: number
                    • minimum: number
                    • type: string
                  • status: {
                        enum: (...)[];
                        type: string;
                    }
                    • enum: (...)[]
                    • type: string
                • required: string[]
                • type: string
              • battery_level: {
                    description: string;
                    format: string;
                    maximum: number;
                    minimum: number;
                    type: string;
                }
                • description: string
                • format: string
                • maximum: number
                • minimum: number
                • type: string
              • image_alt_text: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • image_url: {
                    description: string;
                    format: string;
                    type: string;
                }
                • description: string
                • format: string
                • type: string
              • manufacturer: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • model: {
                    properties: {
                        accessory_keypad_supported: {
                            deprecated: boolean;
                            type: string;
                            x-deprecated: string;
                        };
                        can_connect_accessory_keypad: {
                            description: string;
                            type: string;
                        };
                        display_name: {
                            description: string;
                            type: string;
                        };
                        has_built_in_keypad: {
                            description: string;
                            type: string;
                        };
                        manufacturer_display_name: {
                            description: string;
                            type: string;
                        };
                        offline_access_codes_supported: {
                            description: string;
                            type: string;
                        };
                        online_access_codes_supported: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      accessory_keypad_supported: {
                          deprecated: boolean;
                          type: string;
                          x-deprecated: string;
                      };
                      can_connect_accessory_keypad: {
                          description: string;
                          type: string;
                      };
                      display_name: {
                          description: string;
                          type: string;
                      };
                      has_built_in_keypad: {
                          description: string;
                          type: string;
                      };
                      manufacturer_display_name: {
                          description: string;
                          type: string;
                      };
                      offline_access_codes_supported: {
                          description: string;
                          type: string;
                      };
                      online_access_codes_supported: {
                          description: string;
                          type: string;
                      };
                  }
                  • accessory_keypad_supported: {
                        deprecated: boolean;
                        type: string;
                        x-deprecated: string;
                    }
                    • deprecated: boolean
                    • type: string
                    • x-deprecated: string
                  • can_connect_accessory_keypad: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • display_name: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • has_built_in_keypad: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • manufacturer_display_name: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • offline_access_codes_supported: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • online_access_codes_supported: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
              • name: {
                    deprecated: boolean;
                    description: string;
                    type: string;
                    x-deprecated: string;
                }
                • deprecated: boolean
                • description: string
                • type: string
                • x-deprecated: string
              • offline_access_codes_enabled: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • online: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
              • online_access_codes_enabled: {
                    description: string;
                    type: string;
                }
                • description: string
                • type: string
            • required: string[]
            • type: string
          • warnings: {
                description: string;
                items: {
                    discriminator: {
                        propertyName: string;
                    };
                    oneOf: {
                        description: string;
                        properties: {
                            created_at: {
                                format: ...;
                                type: ...;
                            };
                            message: {
                                type: ...;
                            };
                            warning_code: {
                                description: ...;
                                enum: ...;
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }[];
                };
                type: string;
            }
            • description: string
            • items: {
                  discriminator: {
                      propertyName: string;
                  };
                  oneOf: {
                      description: string;
                      properties: {
                          created_at: {
                              format: ...;
                              type: ...;
                          };
                          message: {
                              type: ...;
                          };
                          warning_code: {
                              description: ...;
                              enum: ...;
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }[];
              }
              • discriminator: {
                    propertyName: string;
                }
                • propertyName: string
              • oneOf: {
                    description: string;
                    properties: {
                        created_at: {
                            format: ...;
                            type: ...;
                        };
                        message: {
                            type: ...;
                        };
                        warning_code: {
                            description: ...;
                            enum: ...;
                            type: ...;
                        };
                    };
                    required: string[];
                    type: string;
                }[]
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • user_identity: {
            description: string;
            properties: {
                created_at: {
                    description: string;
                    format: string;
                    type: string;
                };
                display_name: {
                    minLength: number;
                    type: string;
                };
                email_address: {
                    description: string;
                    format: string;
                    nullable: boolean;
                    type: string;
                };
                full_name: {
                    minLength: number;
                    nullable: boolean;
                    type: string;
                };
                phone_number: {
                    description: string;
                    nullable: boolean;
                    type: string;
                };
                user_identity_id: {
                    description: string;
                    format: string;
                    type: string;
                };
                user_identity_key: {
                    description: string;
                    minLength: number;
                    nullable: boolean;
                    type: string;
                };
                workspace_id: {
                    description: string;
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • description: string
        • properties: {
              created_at: {
                  description: string;
                  format: string;
                  type: string;
              };
              display_name: {
                  minLength: number;
                  type: string;
              };
              email_address: {
                  description: string;
                  format: string;
                  nullable: boolean;
                  type: string;
              };
              full_name: {
                  minLength: number;
                  nullable: boolean;
                  type: string;
              };
              phone_number: {
                  description: string;
                  nullable: boolean;
                  type: string;
              };
              user_identity_id: {
                  description: string;
                  format: string;
                  type: string;
              };
              user_identity_key: {
                  description: string;
                  minLength: number;
                  nullable: boolean;
                  type: string;
              };
              workspace_id: {
                  description: string;
                  format: string;
                  type: string;
              };
          }
          • created_at: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • display_name: {
                minLength: number;
                type: string;
            }
            • minLength: number
            • type: string
          • email_address: {
                description: string;
                format: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • format: string
            • nullable: boolean
            • type: string
          • full_name: {
                minLength: number;
                nullable: boolean;
                type: string;
            }
            • minLength: number
            • nullable: boolean
            • type: string
          • phone_number: {
                description: string;
                nullable: boolean;
                type: string;
            }
            • description: string
            • nullable: boolean
            • type: string
          • user_identity_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
          • user_identity_key: {
                description: string;
                minLength: number;
                nullable: boolean;
                type: string;
            }
            • description: string
            • minLength: number
            • nullable: boolean
            • type: string
          • workspace_id: {
                description: string;
                format: string;
                type: string;
            }
            • description: string
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • webhook: {
            properties: {
                event_types: {
                    items: {
                        type: string;
                    };
                    type: string;
                };
                secret: {
                    type: string;
                };
                url: {
                    type: string;
                };
                webhook_id: {
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              event_types: {
                  items: {
                      type: string;
                  };
                  type: string;
              };
              secret: {
                  type: string;
              };
              url: {
                  type: string;
              };
              webhook_id: {
                  type: string;
              };
          }
          • event_types: {
                items: {
                    type: string;
                };
                type: string;
            }
            • items: {
                  type: string;
              }
              • type: string
            • type: string
          • secret: {
                type: string;
            }
            • type: string
          • url: {
                type: string;
            }
            • type: string
          • webhook_id: {
                type: string;
            }
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
      • workspace: {
            properties: {
                company_name: {
                    type: string;
                };
                connect_partner_name: {
                    deprecated: boolean;
                    nullable: boolean;
                    type: string;
                    x-deprecated: string;
                };
                is_sandbox: {
                    type: string;
                };
                is_suspended: {
                    description: string;
                    type: string;
                };
                name: {
                    type: string;
                };
                workspace_id: {
                    format: string;
                    type: string;
                };
            };
            required: string[];
            type: string;
            x-route-path: string;
        }
        • properties: {
              company_name: {
                  type: string;
              };
              connect_partner_name: {
                  deprecated: boolean;
                  nullable: boolean;
                  type: string;
                  x-deprecated: string;
              };
              is_sandbox: {
                  type: string;
              };
              is_suspended: {
                  description: string;
                  type: string;
              };
              name: {
                  type: string;
              };
              workspace_id: {
                  format: string;
                  type: string;
              };
          }
          • company_name: {
                type: string;
            }
            • type: string
          • connect_partner_name: {
                deprecated: boolean;
                nullable: boolean;
                type: string;
                x-deprecated: string;
            }
            • deprecated: boolean
            • nullable: boolean
            • type: string
            • x-deprecated: string
          • is_sandbox: {
                type: string;
            }
            • type: string
          • is_suspended: {
                description: string;
                type: string;
            }
            • description: string
            • type: string
          • name: {
                type: string;
            }
            • type: string
          • workspace_id: {
                format: string;
                type: string;
            }
            • format: string
            • type: string
        • required: string[]
        • type: string
        • x-route-path: string
    • securitySchemes: {
          access_token: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          api_key: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          bridge_client_session: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          certified_client: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          client_session: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          client_session_token: {
              in: string;
              name: string;
              type: string;
          };
          console_session_with_workspace: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          console_session_without_workspace: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          pat_with_workspace: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          pat_without_workspace: {
              bearerFormat: string;
              scheme: string;
              type: string;
          };
          publishable_key: {
              in: string;
              name: string;
              type: string;
          };
          seam_client_session_token: {
              in: string;
              name: string;
              type: string;
          };
          seam_workspace: {
              in: string;
              name: string;
              type: string;
          };
      }
      • access_token: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • api_key: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • bridge_client_session: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • certified_client: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • client_session: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • client_session_token: {
            in: string;
            name: string;
            type: string;
        }
        • in: string
        • name: string
        • type: string
      • console_session_with_workspace: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • console_session_without_workspace: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • pat_with_workspace: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • pat_without_workspace: {
            bearerFormat: string;
            scheme: string;
            type: string;
        }
        • bearerFormat: string
        • scheme: string
        • type: string
      • publishable_key: {
            in: string;
            name: string;
            type: string;
        }
        • in: string
        • name: string
        • type: string
      • seam_client_session_token: {
            in: string;
            name: string;
            type: string;
        }
        • in: string
        • name: string
        • type: string
      • seam_workspace: {
            in: string;
            name: string;
            type: string;
        }
        • in: string
        • name: string
        • type: string
  • info: {
        title: string;
        version: string;
    }
    • title: string
    • version: string
  • openapi: string
  • paths: {
        /access_codes/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    common_code_key: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/create_multiple: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    behavior_when_code_cannot_be_shared: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    behavior_when_code_cannot_be_shared: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
        };
        /access_codes/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/generate_code: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        generated_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    access_token?: undefined;
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token: never[];
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/pull_backup_access_code: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        backup_access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/simulate/create_unmanaged_access_code: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/convert_to_managed: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/unmanaged/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    code: {
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_code: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        access_codes: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /access_codes/unmanaged/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    force: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /access_codes/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    allow_external_modification: {
                                        type: string;
                                    };
                                    attempt_for_offline_device: {
                                        default: boolean;
                                        type: string;
                                    };
                                    code: {
                                        maxLength: number;
                                        minLength: number;
                                        pattern: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    is_external_modification_allowed: {
                                        type: string;
                                    };
                                    is_managed: {
                                        type: string;
                                    };
                                    is_offline_access_code: {
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        type: string;
                                    };
                                    max_time_rounding: {
                                        default: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    prefer_native_scheduling: {
                                        type: string;
                                    };
                                    preferred_code_length: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                    type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    use_backup_access_code_pool: {
                                        type: string;
                                    };
                                    use_offline_access_code: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /access_codes/update_multiple: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    common_code_key: {
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    common_code_key: {
                                        type: string;
                                    };
                                    ends_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    starts_at: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /acs/access_groups/add_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/access_groups/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_group: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_groups: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/list_users: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/access_groups/remove_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/access_groups/unmanaged/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_group: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/access_groups/unmanaged/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_access_groups: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credential_pools/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential_pools: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credential_provisioning_automations/launch: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pool_id: {
                                        format: string;
                                        type: string;
                                    };
                                    create_credential_manager_user: {
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    credential_manager_acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential_provisioning_automation: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/assign: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_method: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    allowed_acs_entrance_ids: {
                                        default: (...)[];
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    assa_abloy_vostio_metadata: {
                                        description: string;
                                        properties: {
                                            join_all_guest_acs_entrances: ...;
                                            override_all_guest_acs_entrances: ...;
                                            override_guest_acs_entrance_ids: ...;
                                        };
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    is_multi_phone_sync_credential: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    salto_space_metadata: {
                                        description: string;
                                        properties: {
                                            assign_new_key: ...;
                                            update_current_key: ...;
                                        };
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    visionline_metadata: {
                                        description: string;
                                        properties: {
                                            assa_abloy_credential_service_mobile_endpoint_id: ...;
                                            auto_join: ...;
                                            card_format: ...;
                                            card_function_type: ...;
                                            is_override_key: ...;
                                            joiner_acs_credential_ids: ...;
                                            override: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/create_offline_code: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    allowed_acs_entrance_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    is_one_time_use: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                allOf: ({
                                    oneOf: ...;
                                    properties?: ...;
                                    type?: ...;
                                } | {
                                    oneOf?: ...;
                                    properties: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/credentials/unassign: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/credentials/unmanaged/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/unmanaged/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /acs/credentials/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        type: string;
                                    };
                                    code: {
                                        description: string;
                                        pattern: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/encode_credential: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_encoders: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/scan_credential: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_encode_will_fail: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_encode_will_succeed: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                additionalProperties: boolean;
                                properties: {
                                    acs_encoder_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    scenario: {
                                        default: string;
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_scan_will_fail: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/encoders/simulate/next_credential_scan_will_succeed: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    additionalProperties: ...;
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/entrances/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrance: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    access_token?: undefined;
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token: never[];
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                } | {
                    access_token?: undefined;
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/entrances/grant_access: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/entrances/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/entrances/list_credentials_with_access: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance_id: {
                                        format: string;
                                        type: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credentials: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_system: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/systems/list_compatible_credential_manager_acs_systems: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/add_to_access_group: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        type: string;
                                    };
                                    acs_access_group_ids: {
                                        default: (...)[];
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    created_before: {
                                        format: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        exclusiveMinimum: boolean;
                                        minimum: number;
                                        type: string;
                                    };
                                    page_cursor: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    search: {
                                        description: string;
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_email_address: {
                                        description: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                        pagination: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/list_accessible_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_entrances: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /acs/users/remove_from_access_group: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/revoke_access_to_all_entrances: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/suspend: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/users/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_email_address: {
                                        type: string;
                                    };
                                    user_identity_id: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_phone_number: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-undocumented: string;
            };
        };
        /acs/users/unsuspend: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /acs/users/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        nullable: boolean;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    hid_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_schedule: {
                                        description: string;
                                        nullable: boolean;
                                        properties: {
                                            ends_at: ...;
                                            starts_at: ...;
                                        };
                                        required: (...)[];
                                        type: string;
                                    };
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    email: {
                                        deprecated: boolean;
                                        format: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    email_address: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        type: string;
                                    };
                                    hid_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /action_attempts/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /action_attempts/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempts: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /bridges/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /bridges/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {};
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridges: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
        };
        /client_sessions/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /client_sessions/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/get_or_create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/grant_access: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /client_sessions/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_id: {
                                        type: string;
                                    };
                                    without_user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_sessions: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /client_sessions/revoke: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connect_webviews/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    accepted_providers: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    automatically_manage_new_devices: {
                                        default: boolean;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    custom_redirect_failure_url: {
                                        type: string;
                                    };
                                    custom_redirect_url: {
                                        type: string;
                                    };
                                    device_selection_mode: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    wait_for_device_creation: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connect_webviews/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connect_webviews/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connect_webviews/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webviews: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /connected_accounts/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_accounts: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /connected_accounts/update: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    automatically_manage_new_devices: {
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-undocumented: string;
            };
        };
        /devices/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /devices/list_device_providers: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_providers: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/simulate/connect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/simulate/disconnect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/simulate/remove: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /devices/unmanaged/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /devices/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /events/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_type: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event: {
                                            $ref: ...;
                                        };
                                        message: {
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /events/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    access_code_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_system_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    between: {
                                        items: {
                                            oneOf: ...;
                                        };
                                        maxItems: number;
                                        minItems: number;
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    event_types: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    since: {
                                        type: string;
                                    };
                                    unstable_offset: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        events: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        lock: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        locks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/lock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /locks/unlock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /networks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    network_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        network: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /networks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {};
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        networks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        noise_sensors: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /noise_sensors/noise_thresholds/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_programmed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_thresholds: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /noise_sensors/noise_thresholds/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /noise_sensors/simulate/trigger_noise_threshold: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /phones/deactivate: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /phones/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /phones/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    owner_user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phones: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /phones/simulate/create_sandbox_phone: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    assa_abloy_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            application_version: ...;
                                            ble_capability: ...;
                                            hce_capability: ...;
                                            nfc_capability: ...;
                                            seos_applet_version: ...;
                                            seos_tsm_endpoint_id: ...;
                                        };
                                        type: string;
                                    };
                                    custom_sdk_installation_id: {
                                        description: string;
                                        type: string;
                                    };
                                    phone_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            device_manufacturer: ...;
                                            device_model: ...;
                                            operating_system: ...;
                                            os_version: ...;
                                        };
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge_client_machine_identifier_key: {
                                        type: string;
                                    };
                                    bridge_client_name: {
                                        type: string;
                                    };
                                    bridge_client_time_zone: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    certified_client: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/get: {
            get: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-ignore: boolean;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
            post: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code: {
            post: {
                description: string;
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: {
                    bridge_client_session: never[];
                }[];
                summary: string;
                tags: never[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /thermostats/activate_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/cool: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/create_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        default: boolean;
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/delete_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
                x-undocumented: string;
            };
        };
        /thermostats/heat: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/heat_cool: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                        thermostats: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/off: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        default: number;
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/schedules/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedules: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/schedules/update: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/set_fallback_climate_preset: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/set_fan_mode: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode: {
                                        deprecated: boolean;
                                        enum: (...)[];
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/set_hvac_mode: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /thermostats/set_temperature_threshold: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/simulate/hvac_mode_adjusted: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/simulate/temperature_reached: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /thermostats/update_climate_preset: {
            patch: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/add_acs_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/create: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/delete: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/launch: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pool_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    create_credential_manager_user: {
                                        description: string;
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    credential_manager_acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/enrollment_automations/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automations: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/get: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/grant_access_to_device: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
            put: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    credential_manager_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identities: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_accessible_devices: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        accessible_devices: {
                                            deprecated: ...;
                                            items: ...;
                                            type: ...;
                                            x-deprecated: ...;
                                        };
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_acs_systems: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/list_acs_users: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        };
        /user_identities/remove_acs_user: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/revoke_access_to_device: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /user_identities/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
                x-title: string;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            };
        };
        /webhooks/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        default: (...)[];
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    url: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        };
        /webhooks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/list: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /webhooks/update: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
        };
        /workspaces/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    company_name: {
                                        type: string;
                                    };
                                    connect_partner_name: {
                                        deprecated: boolean;
                                        nullable: boolean;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    is_sandbox: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    webview_logo_shape: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    webview_primary_button_color: {
                                        type: string;
                                    };
                                    webview_primary_button_text_color: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/get: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/list: {
            get: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace: never[];
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace: never[];
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace: never[];
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    console_session_without_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    console_session_without_workspace: never[];
                    pat_with_workspace?: undefined;
                    pat_without_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
        /workspaces/reset_sandbox: {
            post: {
                operationId: string;
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        };
    }
    • /access_codes/create: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  common_code_key: {
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_code: {
                                          $ref: ...;
                                      };
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                common_code_key: {
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code: {
                                        $ref: ...;
                                    };
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              common_code_key: {
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            common_code_key: {
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          common_code_key: {
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        common_code_key: {
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      common_code_key: {
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • common_code_key: {
                        type: string;
                    }
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code: {
                                      $ref: ...;
                                  };
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code: {
                                    $ref: ...;
                                };
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code: {
                                  $ref: ...;
                              };
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code: {
                                $ref: ...;
                            };
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code: {
                              $ref: ...;
                          };
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_code: {
                            $ref: ...;
                        };
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/create_multiple: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  behavior_when_code_cannot_be_shared: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_codes: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
          put: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  behavior_when_code_cannot_be_shared: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_codes: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                behavior_when_code_cannot_be_shared: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_codes: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              behavior_when_code_cannot_be_shared: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            behavior_when_code_cannot_be_shared: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          behavior_when_code_cannot_be_shared: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        behavior_when_code_cannot_be_shared: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      behavior_when_code_cannot_be_shared: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • behavior_when_code_cannot_be_shared: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_ids: {
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_codes: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_codes: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_codes: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_codes: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_codes: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_codes: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_codes: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
      • put: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                behavior_when_code_cannot_be_shared: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_codes: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              behavior_when_code_cannot_be_shared: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            behavior_when_code_cannot_be_shared: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          behavior_when_code_cannot_be_shared: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        behavior_when_code_cannot_be_shared: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      behavior_when_code_cannot_be_shared: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • behavior_when_code_cannot_be_shared: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_ids: {
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_codes: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_codes: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_codes: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_codes: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_codes: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_codes: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_codes: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: string
    • /access_codes/delete: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
    • /access_codes/generate_code: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      generated_code: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    generated_code: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      device_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  generated_code: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                generated_code: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              generated_code: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            generated_code: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          generated_code: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        generated_code: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • generated_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/get: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  code: {
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_code: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  access_token?: undefined;
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
              } | {
                  access_token: never[];
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
              } | {
                  access_token?: undefined;
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
              } | {
                  access_token?: undefined;
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                code: {
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                access_token?: undefined;
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
            } | {
                access_token: never[];
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
            } | {
                access_token?: undefined;
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
            } | {
                access_token?: undefined;
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              code: {
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            code: {
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          code: {
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        code: {
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      code: {
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • code: {
                        type: string;
                    }
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_code: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              access_token?: undefined;
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
          } | {
              access_token: never[];
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
          } | {
              access_token?: undefined;
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
          } | {
              access_token?: undefined;
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_codes: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_codes: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      access_code_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      user_identifier_key: {
                          type: string;
                      };
                  }
                  • access_code_ids: {
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • user_identifier_key: {
                        type: string;
                    }
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_codes: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_codes: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_codes: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_codes: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_codes: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_codes: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_codes: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/pull_backup_access_code: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_code: {
                                          $ref: ...;
                                      };
                                      backup_access_code: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code: {
                                        $ref: ...;
                                    };
                                    backup_access_code: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code: {
                                      $ref: ...;
                                  };
                                  backup_access_code: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code: {
                                    $ref: ...;
                                };
                                backup_access_code: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code: {
                                  $ref: ...;
                              };
                              backup_access_code: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code: {
                                $ref: ...;
                            };
                            backup_access_code: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code: {
                              $ref: ...;
                          };
                          backup_access_code: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_code: {
                            $ref: ...;
                        };
                        backup_access_code: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • backup_access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/simulate/create_unmanaged_access_code: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_code: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                  }
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_code: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/unmanaged/convert_to_managed: {
          patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  force: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-ignore: boolean;
              x-response-key: null;
          };
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  force: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
      }
      • patch: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                force: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-ignore: boolean;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              force: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            force: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          force: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        force: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      force: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • force: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-ignore: boolean
        • x-response-key: null
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                force: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              force: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            force: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          force: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        force: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      force: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • force: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
    • /access_codes/unmanaged/delete: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
    • /access_codes/unmanaged/get: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  code: {
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_code: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                code: {
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              code: {
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            code: {
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          code: {
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        code: {
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      code: {
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • code: {
                        type: string;
                    }
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_code: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_code: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/unmanaged/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      access_codes: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_codes: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      device_id: {
                          format: string;
                          type: string;
                      };
                      user_identifier_key: {
                          type: string;
                      };
                  }
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • user_identifier_key: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_codes: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_codes: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_codes: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_codes: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_codes: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        access_codes: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • access_codes: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /access_codes/unmanaged/update: {
          patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  force: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_managed: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
          };
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  force: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_managed: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
      }
      • patch: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                force: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_managed: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              force: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_managed: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            force: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_managed: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          force: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_managed: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        force: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_managed: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      force: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_managed: {
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • force: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_managed: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                force: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_managed: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              force: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_managed: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            force: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_managed: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          force: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_managed: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        force: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_managed: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      force: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_managed: {
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • force: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_managed: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
    • /access_codes/update: {
          patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_managed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                                  type: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-ignore: boolean;
              x-response-key: null;
          };
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_managed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                                  type: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
          put: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  allow_external_modification: {
                                      type: string;
                                  };
                                  attempt_for_offline_device: {
                                      default: boolean;
                                      type: string;
                                  };
                                  code: {
                                      maxLength: number;
                                      minLength: number;
                                      pattern: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  is_external_modification_allowed: {
                                      type: string;
                                  };
                                  is_managed: {
                                      type: string;
                                  };
                                  is_offline_access_code: {
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      type: string;
                                  };
                                  max_time_rounding: {
                                      default: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  prefer_native_scheduling: {
                                      type: string;
                                  };
                                  preferred_code_length: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                                  type: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  use_backup_access_code_pool: {
                                      type: string;
                                  };
                                  use_offline_access_code: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-ignore: boolean;
              x-response-key: null;
          };
      }
      • patch: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_managed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                                type: {
                                    enum: (...)[];
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-ignore: boolean;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_managed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                              type: {
                                  enum: (...)[];
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_managed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                            type: {
                                enum: (...)[];
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_managed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                          type: {
                              enum: (...)[];
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_managed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                        type: {
                            enum: (...)[];
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_managed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                      type: {
                          enum: (...)[];
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_managed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • type: {
                        enum: (...)[];
                        type: string;
                    }
                    • enum: (...)[]
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-ignore: boolean
        • x-response-key: null
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_managed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                                type: {
                                    enum: (...)[];
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_managed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                              type: {
                                  enum: (...)[];
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_managed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                            type: {
                                enum: (...)[];
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_managed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                          type: {
                              enum: (...)[];
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_managed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                        type: {
                            enum: (...)[];
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_managed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                      type: {
                          enum: (...)[];
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_managed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • type: {
                        enum: (...)[];
                        type: string;
                    }
                    • enum: (...)[]
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
      • put: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                allow_external_modification: {
                                    type: string;
                                };
                                attempt_for_offline_device: {
                                    default: boolean;
                                    type: string;
                                };
                                code: {
                                    maxLength: number;
                                    minLength: number;
                                    pattern: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                is_external_modification_allowed: {
                                    type: string;
                                };
                                is_managed: {
                                    type: string;
                                };
                                is_offline_access_code: {
                                    type: string;
                                };
                                is_one_time_use: {
                                    type: string;
                                };
                                max_time_rounding: {
                                    default: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                prefer_native_scheduling: {
                                    type: string;
                                };
                                preferred_code_length: {
                                    format: string;
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                                type: {
                                    enum: (...)[];
                                    type: string;
                                };
                                use_backup_access_code_pool: {
                                    type: string;
                                };
                                use_offline_access_code: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-ignore: boolean;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              allow_external_modification: {
                                  type: string;
                              };
                              attempt_for_offline_device: {
                                  default: boolean;
                                  type: string;
                              };
                              code: {
                                  maxLength: number;
                                  minLength: number;
                                  pattern: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              is_external_modification_allowed: {
                                  type: string;
                              };
                              is_managed: {
                                  type: string;
                              };
                              is_offline_access_code: {
                                  type: string;
                              };
                              is_one_time_use: {
                                  type: string;
                              };
                              max_time_rounding: {
                                  default: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              prefer_native_scheduling: {
                                  type: string;
                              };
                              preferred_code_length: {
                                  format: string;
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                              type: {
                                  enum: (...)[];
                                  type: string;
                              };
                              use_backup_access_code_pool: {
                                  type: string;
                              };
                              use_offline_access_code: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            allow_external_modification: {
                                type: string;
                            };
                            attempt_for_offline_device: {
                                default: boolean;
                                type: string;
                            };
                            code: {
                                maxLength: number;
                                minLength: number;
                                pattern: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            is_external_modification_allowed: {
                                type: string;
                            };
                            is_managed: {
                                type: string;
                            };
                            is_offline_access_code: {
                                type: string;
                            };
                            is_one_time_use: {
                                type: string;
                            };
                            max_time_rounding: {
                                default: string;
                                enum: (...)[];
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            prefer_native_scheduling: {
                                type: string;
                            };
                            preferred_code_length: {
                                format: string;
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                            type: {
                                enum: (...)[];
                                type: string;
                            };
                            use_backup_access_code_pool: {
                                type: string;
                            };
                            use_offline_access_code: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          allow_external_modification: {
                              type: string;
                          };
                          attempt_for_offline_device: {
                              default: boolean;
                              type: string;
                          };
                          code: {
                              maxLength: number;
                              minLength: number;
                              pattern: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          is_external_modification_allowed: {
                              type: string;
                          };
                          is_managed: {
                              type: string;
                          };
                          is_offline_access_code: {
                              type: string;
                          };
                          is_one_time_use: {
                              type: string;
                          };
                          max_time_rounding: {
                              default: string;
                              enum: (...)[];
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          prefer_native_scheduling: {
                              type: string;
                          };
                          preferred_code_length: {
                              format: string;
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                          type: {
                              enum: (...)[];
                              type: string;
                          };
                          use_backup_access_code_pool: {
                              type: string;
                          };
                          use_offline_access_code: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        allow_external_modification: {
                            type: string;
                        };
                        attempt_for_offline_device: {
                            default: boolean;
                            type: string;
                        };
                        code: {
                            maxLength: number;
                            minLength: number;
                            pattern: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        is_external_modification_allowed: {
                            type: string;
                        };
                        is_managed: {
                            type: string;
                        };
                        is_offline_access_code: {
                            type: string;
                        };
                        is_one_time_use: {
                            type: string;
                        };
                        max_time_rounding: {
                            default: string;
                            enum: (...)[];
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        prefer_native_scheduling: {
                            type: string;
                        };
                        preferred_code_length: {
                            format: string;
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                        type: {
                            enum: (...)[];
                            type: string;
                        };
                        use_backup_access_code_pool: {
                            type: string;
                        };
                        use_offline_access_code: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_code_id: {
                          format: string;
                          type: string;
                      };
                      allow_external_modification: {
                          type: string;
                      };
                      attempt_for_offline_device: {
                          default: boolean;
                          type: string;
                      };
                      code: {
                          maxLength: number;
                          minLength: number;
                          pattern: string;
                          type: string;
                      };
                      device_id: {
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      is_external_modification_allowed: {
                          type: string;
                      };
                      is_managed: {
                          type: string;
                      };
                      is_offline_access_code: {
                          type: string;
                      };
                      is_one_time_use: {
                          type: string;
                      };
                      max_time_rounding: {
                          default: string;
                          enum: (...)[];
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      prefer_native_scheduling: {
                          type: string;
                      };
                      preferred_code_length: {
                          format: string;
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                      sync: {
                          default: boolean;
                          type: string;
                      };
                      type: {
                          enum: (...)[];
                          type: string;
                      };
                      use_backup_access_code_pool: {
                          type: string;
                      };
                      use_offline_access_code: {
                          type: string;
                      };
                  }
                  • access_code_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • allow_external_modification: {
                        type: string;
                    }
                    • type: string
                  • attempt_for_offline_device: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • code: {
                        maxLength: number;
                        minLength: number;
                        pattern: string;
                        type: string;
                    }
                    • maxLength: number
                    • minLength: number
                    • pattern: string
                    • type: string
                  • device_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • is_external_modification_allowed: {
                        type: string;
                    }
                    • type: string
                  • is_managed: {
                        type: string;
                    }
                    • type: string
                  • is_offline_access_code: {
                        type: string;
                    }
                    • type: string
                  • is_one_time_use: {
                        type: string;
                    }
                    • type: string
                  • max_time_rounding: {
                        default: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • enum: (...)[]
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • prefer_native_scheduling: {
                        type: string;
                    }
                    • type: string
                  • preferred_code_length: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                  • sync: {
                        default: boolean;
                        type: string;
                    }
                    • default: boolean
                    • type: string
                  • type: {
                        enum: (...)[];
                        type: string;
                    }
                    • enum: (...)[]
                    • type: string
                  • use_backup_access_code_pool: {
                        type: string;
                    }
                    • type: string
                  • use_offline_access_code: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-ignore: boolean
        • x-response-key: null
    • /access_codes/update_multiple: {
          patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  common_code_key: {
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
          };
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  common_code_key: {
                                      type: string;
                                  };
                                  ends_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  starts_at: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          };
      }
      • patch: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                common_code_key: {
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              common_code_key: {
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            common_code_key: {
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          common_code_key: {
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        common_code_key: {
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      common_code_key: {
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                  }
                  • common_code_key: {
                        type: string;
                    }
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                common_code_key: {
                                    type: string;
                                };
                                ends_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                starts_at: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              common_code_key: {
                                  type: string;
                              };
                              ends_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              starts_at: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            common_code_key: {
                                type: string;
                            };
                            ends_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            starts_at: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          common_code_key: {
                              type: string;
                          };
                          ends_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          starts_at: {
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        common_code_key: {
                            type: string;
                        };
                        ends_at: {
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                        starts_at: {
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      common_code_key: {
                          type: string;
                      };
                      ends_at: {
                          type: string;
                      };
                      name: {
                          type: string;
                      };
                      starts_at: {
                          type: string;
                      };
                  }
                  • common_code_key: {
                        type: string;
                    }
                    • type: string
                  • ends_at: {
                        type: string;
                    }
                    • type: string
                  • name: {
                        type: string;
                    }
                    • type: string
                  • starts_at: {
                        type: string;
                    }
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
    • /acs/access_groups/add_user: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
          put: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
      • put: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
    • /acs/access_groups/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_access_group: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_access_group: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_access_group: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_access_group: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_access_group: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/access_groups/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_access_groups: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_groups: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_groups: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_groups: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_groups: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_access_groups: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_access_groups: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_access_groups: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_access_groups: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/access_groups/list_accessible_entrances: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_entrances: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrances: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrances: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrances: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrances: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_entrances: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_entrances: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_entrances: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_entrances: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/access_groups/list_users: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_users: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_users: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_users: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_users: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_users: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_users: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_users: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_users: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_users: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/access_groups/remove_user: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/access_groups/unmanaged/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_access_group: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_group: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_access_group: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_access_group: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_access_group: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_access_group: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/access_groups/unmanaged/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_access_groups: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_access_groups: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_groups: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_groups: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_groups: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_access_groups: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_access_groups: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_access_groups: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_access_groups: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/credential_pools/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential_pools: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-deprecated: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pools: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-deprecated: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_pools: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_pools: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_pools: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential_pools: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential_pools: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential_pools: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential_pools: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-deprecated: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/credential_provisioning_automations/launch: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_pool_id: {
                                      format: string;
                                      type: string;
                                  };
                                  create_credential_manager_user: {
                                      type: string;
                                  };
                                  credential_manager_acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                                  credential_manager_acs_user_id: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential_provisioning_automation: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-deprecated: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_pool_id: {
                                    format: string;
                                    type: string;
                                };
                                create_credential_manager_user: {
                                    type: string;
                                };
                                credential_manager_acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                                credential_manager_acs_user_id: {
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_provisioning_automation: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-deprecated: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_pool_id: {
                                  format: string;
                                  type: string;
                              };
                              create_credential_manager_user: {
                                  type: string;
                              };
                              credential_manager_acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                              credential_manager_acs_user_id: {
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_pool_id: {
                                format: string;
                                type: string;
                            };
                            create_credential_manager_user: {
                                type: string;
                            };
                            credential_manager_acs_system_id: {
                                format: string;
                                type: string;
                            };
                            credential_manager_acs_user_id: {
                                format: string;
                                type: string;
                            };
                            user_identity_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_pool_id: {
                              format: string;
                              type: string;
                          };
                          create_credential_manager_user: {
                              type: string;
                          };
                          credential_manager_acs_system_id: {
                              format: string;
                              type: string;
                          };
                          credential_manager_acs_user_id: {
                              format: string;
                              type: string;
                          };
                          user_identity_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_pool_id: {
                            format: string;
                            type: string;
                        };
                        create_credential_manager_user: {
                            type: string;
                        };
                        credential_manager_acs_system_id: {
                            format: string;
                            type: string;
                        };
                        credential_manager_acs_user_id: {
                            format: string;
                            type: string;
                        };
                        user_identity_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_pool_id: {
                          format: string;
                          type: string;
                      };
                      create_credential_manager_user: {
                          type: string;
                      };
                      credential_manager_acs_system_id: {
                          format: string;
                          type: string;
                      };
                      credential_manager_acs_user_id: {
                          format: string;
                          type: string;
                      };
                      user_identity_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_pool_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • create_credential_manager_user: {
                        type: string;
                    }
                    • type: string
                  • credential_manager_acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • credential_manager_acs_user_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • user_identity_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_provisioning_automation: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_provisioning_automation: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_provisioning_automation: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential_provisioning_automation: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential_provisioning_automation: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential_provisioning_automation: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential_provisioning_automation: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-deprecated: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/credentials/assign: {
          patch: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • patch: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/credentials/create: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_method: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  allowed_acs_entrance_ids: {
                                      default: (...)[];
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  assa_abloy_vostio_metadata: {
                                      description: string;
                                      properties: {
                                          join_all_guest_acs_entrances: ...;
                                          override_all_guest_acs_entrances: ...;
                                          override_guest_acs_entrance_ids: ...;
                                      };
                                      type: string;
                                  };
                                  code: {
                                      description: string;
                                      pattern: string;
                                      type: string;
                                  };
                                  credential_manager_acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  is_multi_phone_sync_credential: {
                                      default: boolean;
                                      description: string;
                                      type: string;
                                  };
                                  salto_space_metadata: {
                                      description: string;
                                      properties: {
                                          assign_new_key: ...;
                                          update_current_key: ...;
                                      };
                                      type: string;
                                  };
                                  starts_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  visionline_metadata: {
                                      description: string;
                                      properties: {
                                          assa_abloy_credential_service_mobile_endpoint_id: ...;
                                          auto_join: ...;
                                          card_format: ...;
                                          card_function_type: ...;
                                          is_override_key: ...;
                                          joiner_acs_credential_ids: ...;
                                          override: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_method: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                allowed_acs_entrance_ids: {
                                    default: (...)[];
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                assa_abloy_vostio_metadata: {
                                    description: string;
                                    properties: {
                                        join_all_guest_acs_entrances: ...;
                                        override_all_guest_acs_entrances: ...;
                                        override_guest_acs_entrance_ids: ...;
                                    };
                                    type: string;
                                };
                                code: {
                                    description: string;
                                    pattern: string;
                                    type: string;
                                };
                                credential_manager_acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                is_multi_phone_sync_credential: {
                                    default: boolean;
                                    description: string;
                                    type: string;
                                };
                                salto_space_metadata: {
                                    description: string;
                                    properties: {
                                        assign_new_key: ...;
                                        update_current_key: ...;
                                    };
                                    type: string;
                                };
                                starts_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                visionline_metadata: {
                                    description: string;
                                    properties: {
                                        assa_abloy_credential_service_mobile_endpoint_id: ...;
                                        auto_join: ...;
                                        card_format: ...;
                                        card_function_type: ...;
                                        is_override_key: ...;
                                        joiner_acs_credential_ids: ...;
                                        override: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_method: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              allowed_acs_entrance_ids: {
                                  default: (...)[];
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              assa_abloy_vostio_metadata: {
                                  description: string;
                                  properties: {
                                      join_all_guest_acs_entrances: ...;
                                      override_all_guest_acs_entrances: ...;
                                      override_guest_acs_entrance_ids: ...;
                                  };
                                  type: string;
                              };
                              code: {
                                  description: string;
                                  pattern: string;
                                  type: string;
                              };
                              credential_manager_acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              is_multi_phone_sync_credential: {
                                  default: boolean;
                                  description: string;
                                  type: string;
                              };
                              salto_space_metadata: {
                                  description: string;
                                  properties: {
                                      assign_new_key: ...;
                                      update_current_key: ...;
                                  };
                                  type: string;
                              };
                              starts_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              visionline_metadata: {
                                  description: string;
                                  properties: {
                                      assa_abloy_credential_service_mobile_endpoint_id: ...;
                                      auto_join: ...;
                                      card_format: ...;
                                      card_function_type: ...;
                                      is_override_key: ...;
                                      joiner_acs_credential_ids: ...;
                                      override: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_method: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            allowed_acs_entrance_ids: {
                                default: (...)[];
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            assa_abloy_vostio_metadata: {
                                description: string;
                                properties: {
                                    join_all_guest_acs_entrances: ...;
                                    override_all_guest_acs_entrances: ...;
                                    override_guest_acs_entrance_ids: ...;
                                };
                                type: string;
                            };
                            code: {
                                description: string;
                                pattern: string;
                                type: string;
                            };
                            credential_manager_acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            is_multi_phone_sync_credential: {
                                default: boolean;
                                description: string;
                                type: string;
                            };
                            salto_space_metadata: {
                                description: string;
                                properties: {
                                    assign_new_key: ...;
                                    update_current_key: ...;
                                };
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            visionline_metadata: {
                                description: string;
                                properties: {
                                    assa_abloy_credential_service_mobile_endpoint_id: ...;
                                    auto_join: ...;
                                    card_format: ...;
                                    card_function_type: ...;
                                    is_override_key: ...;
                                    joiner_acs_credential_ids: ...;
                                    override: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_method: {
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          allowed_acs_entrance_ids: {
                              default: (...)[];
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          assa_abloy_vostio_metadata: {
                              description: string;
                              properties: {
                                  join_all_guest_acs_entrances: ...;
                                  override_all_guest_acs_entrances: ...;
                                  override_guest_acs_entrance_ids: ...;
                              };
                              type: string;
                          };
                          code: {
                              description: string;
                              pattern: string;
                              type: string;
                          };
                          credential_manager_acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          is_multi_phone_sync_credential: {
                              default: boolean;
                              description: string;
                              type: string;
                          };
                          salto_space_metadata: {
                              description: string;
                              properties: {
                                  assign_new_key: ...;
                                  update_current_key: ...;
                              };
                              type: string;
                          };
                          starts_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          visionline_metadata: {
                              description: string;
                              properties: {
                                  assa_abloy_credential_service_mobile_endpoint_id: ...;
                                  auto_join: ...;
                                  card_format: ...;
                                  card_function_type: ...;
                                  is_override_key: ...;
                                  joiner_acs_credential_ids: ...;
                                  override: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_method: {
                            description: string;
                            enum: (...)[];
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        allowed_acs_entrance_ids: {
                            default: (...)[];
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        assa_abloy_vostio_metadata: {
                            description: string;
                            properties: {
                                join_all_guest_acs_entrances: ...;
                                override_all_guest_acs_entrances: ...;
                                override_guest_acs_entrance_ids: ...;
                            };
                            type: string;
                        };
                        code: {
                            description: string;
                            pattern: string;
                            type: string;
                        };
                        credential_manager_acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        is_multi_phone_sync_credential: {
                            default: boolean;
                            description: string;
                            type: string;
                        };
                        salto_space_metadata: {
                            description: string;
                            properties: {
                                assign_new_key: ...;
                                update_current_key: ...;
                            };
                            type: string;
                        };
                        starts_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        visionline_metadata: {
                            description: string;
                            properties: {
                                assa_abloy_credential_service_mobile_endpoint_id: ...;
                                auto_join: ...;
                                card_format: ...;
                                card_function_type: ...;
                                is_override_key: ...;
                                joiner_acs_credential_ids: ...;
                                override: ...;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_method: {
                          description: string;
                          enum: (...)[];
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      allowed_acs_entrance_ids: {
                          default: (...)[];
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      assa_abloy_vostio_metadata: {
                          description: string;
                          properties: {
                              join_all_guest_acs_entrances: ...;
                              override_all_guest_acs_entrances: ...;
                              override_guest_acs_entrance_ids: ...;
                          };
                          type: string;
                      };
                      code: {
                          description: string;
                          pattern: string;
                          type: string;
                      };
                      credential_manager_acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      is_multi_phone_sync_credential: {
                          default: boolean;
                          description: string;
                          type: string;
                      };
                      salto_space_metadata: {
                          description: string;
                          properties: {
                              assign_new_key: ...;
                              update_current_key: ...;
                          };
                          type: string;
                      };
                      starts_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      visionline_metadata: {
                          description: string;
                          properties: {
                              assa_abloy_credential_service_mobile_endpoint_id: ...;
                              auto_join: ...;
                              card_format: ...;
                              card_function_type: ...;
                              is_override_key: ...;
                              joiner_acs_credential_ids: ...;
                              override: ...;
                          };
                          type: string;
                      };
                  }
                  • access_method: {
                        description: string;
                        enum: (...)[];
                        type: string;
                    }
                    • description: string
                    • enum: (...)[]
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • allowed_acs_entrance_ids: {
                        default: (...)[];
                        description: string;
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • default: (...)[]
                    • description: string
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                  • assa_abloy_vostio_metadata: {
                        description: string;
                        properties: {
                            join_all_guest_acs_entrances: ...;
                            override_all_guest_acs_entrances: ...;
                            override_guest_acs_entrance_ids: ...;
                        };
                        type: string;
                    }
                    • description: string
                    • properties: {
                          join_all_guest_acs_entrances: ...;
                          override_all_guest_acs_entrances: ...;
                          override_guest_acs_entrance_ids: ...;
                      }
                      • join_all_guest_acs_entrances: ...
                      • override_all_guest_acs_entrances: ...
                      • override_guest_acs_entrance_ids: ...
                    • type: string
                  • code: {
                        description: string;
                        pattern: string;
                        type: string;
                    }
                    • description: string
                    • pattern: string
                    • type: string
                  • credential_manager_acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • is_multi_phone_sync_credential: {
                        default: boolean;
                        description: string;
                        type: string;
                    }
                    • default: boolean
                    • description: string
                    • type: string
                  • salto_space_metadata: {
                        description: string;
                        properties: {
                            assign_new_key: ...;
                            update_current_key: ...;
                        };
                        type: string;
                    }
                    • description: string
                    • properties: {
                          assign_new_key: ...;
                          update_current_key: ...;
                      }
                      • assign_new_key: ...
                      • update_current_key: ...
                    • type: string
                  • starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • visionline_metadata: {
                        description: string;
                        properties: {
                            assa_abloy_credential_service_mobile_endpoint_id: ...;
                            auto_join: ...;
                            card_format: ...;
                            card_function_type: ...;
                            is_override_key: ...;
                            joiner_acs_credential_ids: ...;
                            override: ...;
                        };
                        type: string;
                    }
                    • description: string
                    • properties: {
                          assa_abloy_credential_service_mobile_endpoint_id: ...;
                          auto_join: ...;
                          card_format: ...;
                          card_function_type: ...;
                          is_override_key: ...;
                          joiner_acs_credential_ids: ...;
                          override: ...;
                      }
                      • assa_abloy_credential_service_mobile_endpoint_id: ...
                      • auto_join: ...
                      • card_format: ...
                      • card_function_type: ...
                      • is_override_key: ...
                      • joiner_acs_credential_ids: ...
                      • override: ...
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/credentials/create_offline_code: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  allowed_acs_entrance_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  is_one_time_use: {
                                      default: boolean;
                                      description: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
              x-undocumented: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                allowed_acs_entrance_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                is_one_time_use: {
                                    default: boolean;
                                    description: string;
                                    type: string;
                                };
                                starts_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
            x-undocumented: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              allowed_acs_entrance_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              is_one_time_use: {
                                  default: boolean;
                                  description: string;
                                  type: string;
                              };
                              starts_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            allowed_acs_entrance_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            ends_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            is_one_time_use: {
                                default: boolean;
                                description: string;
                                type: string;
                            };
                            starts_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          allowed_acs_entrance_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          ends_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          is_one_time_use: {
                              default: boolean;
                              description: string;
                              type: string;
                          };
                          starts_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        allowed_acs_entrance_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        ends_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        is_one_time_use: {
                            default: boolean;
                            description: string;
                            type: string;
                        };
                        starts_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      allowed_acs_entrance_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      ends_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      is_one_time_use: {
                          default: boolean;
                          description: string;
                          type: string;
                      };
                      starts_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • allowed_acs_entrance_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • is_one_time_use: {
                        default: boolean;
                        description: string;
                        type: string;
                    }
                    • default: boolean
                    • description: string
                    • type: string
                  • starts_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
        • x-undocumented: string
    • /acs/credentials/delete: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/credentials/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/credentials/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              allOf: ({
                                  oneOf: ...;
                                  properties?: ...;
                                  type?: ...;
                              } | {
                                  oneOf?: ...;
                                  properties: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credentials: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            allOf: ({
                                oneOf: ...;
                                properties?: ...;
                                type?: ...;
                            } | {
                                oneOf?: ...;
                                properties: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credentials: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          allOf: ({
                              oneOf: ...;
                              properties?: ...;
                              type?: ...;
                          } | {
                              oneOf?: ...;
                              properties: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        allOf: ({
                            oneOf: ...;
                            properties?: ...;
                            type?: ...;
                        } | {
                            oneOf?: ...;
                            properties: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      allOf: ({
                          oneOf: ...;
                          properties?: ...;
                          type?: ...;
                      } | {
                          oneOf?: ...;
                          properties: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    allOf: ({
                        oneOf: ...;
                        properties?: ...;
                        type?: ...;
                    } | {
                        oneOf?: ...;
                        properties: ...;
                        type: ...;
                    })[];
                }
                • allOf: ({
                      oneOf: ...;
                      properties?: ...;
                      type?: ...;
                  } | {
                      oneOf?: ...;
                      properties: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credentials: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credentials: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credentials: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credentials: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credentials: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credentials: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credentials: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/credentials/list_accessible_entrances: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_entrances: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrances: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrances: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrances: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrances: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_entrances: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_entrances: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_entrances: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_entrances: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/credentials/unassign: {
          patch: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • patch: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/credentials/unmanaged/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
              x-undocumented: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
            x-undocumented: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
        • x-undocumented: string
    • /acs/credentials/unmanaged/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credentials: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
              x-undocumented: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credentials: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
            x-undocumented: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        oneOf: ({
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      oneOf: ({
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    oneOf: ({
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[];
                }
                • oneOf: ({
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      properties: ...;
                      required: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credentials: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credentials: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credentials: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credentials: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credentials: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credentials: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credentials: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
        • x-undocumented: string
    • /acs/credentials/update: {
          patch: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      type: string;
                                  };
                                  code: {
                                      description: string;
                                      pattern: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      type: string;
                                  };
                                  code: {
                                      description: string;
                                      pattern: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • patch: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    type: string;
                                };
                                code: {
                                    description: string;
                                    pattern: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  type: string;
                              };
                              code: {
                                  description: string;
                                  pattern: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                type: string;
                            };
                            code: {
                                description: string;
                                pattern: string;
                                type: string;
                            };
                            ends_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              type: string;
                          };
                          code: {
                              description: string;
                              pattern: string;
                              type: string;
                          };
                          ends_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            type: string;
                        };
                        code: {
                            description: string;
                            pattern: string;
                            type: string;
                        };
                        ends_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          type: string;
                      };
                      code: {
                          description: string;
                          pattern: string;
                          type: string;
                      };
                      ends_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • code: {
                        description: string;
                        pattern: string;
                        type: string;
                    }
                    • description: string
                    • pattern: string
                    • type: string
                  • ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    type: string;
                                };
                                code: {
                                    description: string;
                                    pattern: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  type: string;
                              };
                              code: {
                                  description: string;
                                  pattern: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                type: string;
                            };
                            code: {
                                description: string;
                                pattern: string;
                                type: string;
                            };
                            ends_at: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              type: string;
                          };
                          code: {
                              description: string;
                              pattern: string;
                              type: string;
                          };
                          ends_at: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            type: string;
                        };
                        code: {
                            description: string;
                            pattern: string;
                            type: string;
                        };
                        ends_at: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          type: string;
                      };
                      code: {
                          description: string;
                          pattern: string;
                          type: string;
                      };
                      ends_at: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • code: {
                        description: string;
                        pattern: string;
                        type: string;
                    }
                    • description: string
                    • pattern: string
                    • type: string
                  • ends_at: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credential: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credential: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credential: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credential: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/encoders/encode_credential: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_encoder_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_encoder_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_encoder_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_encoder_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_encoder_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_encoder_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_encoder_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/encoders/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_encoders: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_encoders: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        oneOf: ({
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      oneOf: ({
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    oneOf: ({
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[];
                }
                • oneOf: ({
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      properties: ...;
                      required: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_encoders: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_encoders: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_encoders: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_encoders: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_encoders: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_encoders: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_encoders: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/encoders/scan_credential: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_encoder_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_encoder_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-action-attempt-type: string;
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_encoder_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_encoder_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_encoder_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_encoder_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_encoder_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-action-attempt-type: string
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/encoders/simulate/next_credential_encode_will_fail: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        oneOf: ({
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      oneOf: ({
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    oneOf: ({
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[];
                }
                • oneOf: ({
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/encoders/simulate/next_credential_encode_will_succeed: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              additionalProperties: boolean;
                              properties: {
                                  acs_encoder_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  scenario: {
                                      default: string;
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            additionalProperties: boolean;
                            properties: {
                                acs_encoder_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                scenario: {
                                    default: string;
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          additionalProperties: boolean;
                          properties: {
                              acs_encoder_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              scenario: {
                                  default: string;
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        additionalProperties: boolean;
                        properties: {
                            acs_encoder_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            scenario: {
                                default: string;
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      additionalProperties: boolean;
                      properties: {
                          acs_encoder_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          scenario: {
                              default: string;
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    additionalProperties: boolean;
                    properties: {
                        acs_encoder_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        scenario: {
                            default: string;
                            description: string;
                            enum: (...)[];
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • additionalProperties: boolean
                • properties: {
                      acs_encoder_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      scenario: {
                          default: string;
                          description: string;
                          enum: (...)[];
                          type: string;
                      };
                  }
                  • acs_encoder_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • scenario: {
                        default: string;
                        description: string;
                        enum: (...)[];
                        type: string;
                    }
                    • default: string
                    • description: string
                    • enum: (...)[]
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/encoders/simulate/next_credential_scan_will_fail: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        oneOf: ({
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      oneOf: ({
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    oneOf: ({
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[];
                }
                • oneOf: ({
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/encoders/simulate/next_credential_scan_will_succeed: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  additionalProperties: ...;
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                additionalProperties: ...;
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              additionalProperties: ...;
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        oneOf: ({
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            additionalProperties: ...;
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                };
            }
            • application/json: {
                  schema: {
                      oneOf: ({
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          additionalProperties: ...;
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  };
              }
              • schema: {
                    oneOf: ({
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        additionalProperties: ...;
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[];
                }
                • oneOf: ({
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  } | {
                      additionalProperties: ...;
                      properties: ...;
                      required: ...;
                      type: ...;
                  })[]
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/entrances/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrance_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_entrance: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  access_token?: undefined;
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
              } | {
                  access_token: never[];
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
              } | {
                  access_token?: undefined;
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
              } | {
                  access_token?: undefined;
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrance_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrance: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                access_token?: undefined;
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
            } | {
                access_token: never[];
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
            } | {
                access_token?: undefined;
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
            } | {
                access_token?: undefined;
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrance_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_entrance_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_entrance_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_entrance_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_entrance_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_entrance_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrance: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrance: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrance: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_entrance: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_entrance: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_entrance: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_entrance: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              access_token?: undefined;
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
          } | {
              access_token: never[];
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
          } | {
              access_token?: undefined;
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
          } | {
              access_token?: undefined;
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/entrances/grant_access: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrance_id: {
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrance_id: {
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrance_id: {
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_entrance_id: {
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_entrance_id: {
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_entrance_id: {
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_entrance_id: {
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_entrance_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • acs_user_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/entrances/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      format: string;
                                      type: string;
                                  };
                                  acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_entrances: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    format: string;
                                    type: string;
                                };
                                acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrances: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  format: string;
                                  type: string;
                              };
                              acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_credential_id: {
                                format: string;
                                type: string;
                            };
                            acs_system_id: {
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_credential_id: {
                              format: string;
                              type: string;
                          };
                          acs_system_id: {
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_credential_id: {
                            format: string;
                            type: string;
                        };
                        acs_system_id: {
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      acs_credential_id: {
                          format: string;
                          type: string;
                      };
                      acs_system_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_credential_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrances: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrances: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrances: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_entrances: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_entrances: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_entrances: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_entrances: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/entrances/list_credentials_with_access: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrance_id: {
                                      format: string;
                                      type: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credentials: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrance_id: {
                                    format: string;
                                    type: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credentials: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrance_id: {
                                  format: string;
                                  type: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_entrance_id: {
                                format: string;
                                type: string;
                            };
                            include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_entrance_id: {
                              format: string;
                              type: string;
                          };
                          include_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_entrance_id: {
                            format: string;
                            type: string;
                        };
                        include_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_entrance_id: {
                          format: string;
                          type: string;
                      };
                      include_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                      };
                  }
                  • acs_entrance_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • include_if: {
                        items: {
                            enum: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • items: {
                          enum: ...;
                          type: ...;
                      }
                      • enum: ...
                      • type: ...
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credentials: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credentials: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_credentials: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_credentials: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_credentials: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_credentials: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_credentials: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/systems/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_system: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_system: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_system: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_system: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_system: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_system: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/systems/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_systems: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_systems: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          connected_account_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • connected_account_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_systems: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_systems: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_systems: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_systems: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_systems: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_systems: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_systems: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/systems/list_compatible_credential_manager_acs_systems: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_systems: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_systems: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_systems: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_systems: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_systems: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_systems: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_systems: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_systems: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_systems: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/users/add_to_access_group: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
          put: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
      • put: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
    • /acs/users/create: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_schedule: {
                                      description: string;
                                      properties: {
                                          ends_at: ...;
                                          starts_at: ...;
                                      };
                                      type: string;
                                  };
                                  acs_access_group_ids: {
                                      default: (...)[];
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  email: {
                                      deprecated: boolean;
                                      format: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  email_address: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  full_name: {
                                      description: string;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_schedule: {
                                    description: string;
                                    properties: {
                                        ends_at: ...;
                                        starts_at: ...;
                                    };
                                    type: string;
                                };
                                acs_access_group_ids: {
                                    default: (...)[];
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                email: {
                                    deprecated: boolean;
                                    format: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                email_address: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                full_name: {
                                    description: string;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_schedule: {
                                  description: string;
                                  properties: {
                                      ends_at: ...;
                                      starts_at: ...;
                                  };
                                  type: string;
                              };
                              acs_access_group_ids: {
                                  default: (...)[];
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              email: {
                                  deprecated: boolean;
                                  format: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              email_address: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              full_name: {
                                  description: string;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_schedule: {
                                description: string;
                                properties: {
                                    ends_at: ...;
                                    starts_at: ...;
                                };
                                type: string;
                            };
                            acs_access_group_ids: {
                                default: (...)[];
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            email: {
                                deprecated: boolean;
                                format: string;
                                type: string;
                                x-deprecated: string;
                            };
                            email_address: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            full_name: {
                                description: string;
                                type: string;
                            };
                            phone_number: {
                                description: string;
                                type: string;
                            };
                            user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_schedule: {
                              description: string;
                              properties: {
                                  ends_at: ...;
                                  starts_at: ...;
                              };
                              type: string;
                          };
                          acs_access_group_ids: {
                              default: (...)[];
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          email: {
                              deprecated: boolean;
                              format: string;
                              type: string;
                              x-deprecated: string;
                          };
                          email_address: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          full_name: {
                              description: string;
                              type: string;
                          };
                          phone_number: {
                              description: string;
                              type: string;
                          };
                          user_identity_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_schedule: {
                            description: string;
                            properties: {
                                ends_at: ...;
                                starts_at: ...;
                            };
                            type: string;
                        };
                        acs_access_group_ids: {
                            default: (...)[];
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        email: {
                            deprecated: boolean;
                            format: string;
                            type: string;
                            x-deprecated: string;
                        };
                        email_address: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        full_name: {
                            description: string;
                            type: string;
                        };
                        phone_number: {
                            description: string;
                            type: string;
                        };
                        user_identity_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_schedule: {
                          description: string;
                          properties: {
                              ends_at: ...;
                              starts_at: ...;
                          };
                          type: string;
                      };
                      acs_access_group_ids: {
                          default: (...)[];
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      email: {
                          deprecated: boolean;
                          format: string;
                          type: string;
                          x-deprecated: string;
                      };
                      email_address: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      full_name: {
                          description: string;
                          type: string;
                      };
                      phone_number: {
                          description: string;
                          type: string;
                      };
                      user_identity_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • access_schedule: {
                        description: string;
                        properties: {
                            ends_at: ...;
                            starts_at: ...;
                        };
                        type: string;
                    }
                    • description: string
                    • properties: {
                          ends_at: ...;
                          starts_at: ...;
                      }
                      • ends_at: ...
                      • starts_at: ...
                    • type: string
                  • acs_access_group_ids: {
                        default: (...)[];
                        description: string;
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • default: (...)[]
                    • description: string
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    }
                    • deprecated: boolean
                    • format: string
                    • type: string
                    • x-deprecated: string
                  • email_address: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • full_name: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • phone_number: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_user: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_user: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_user: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_user: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/users/delete: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/users/get: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_user: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_user: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_user: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_user: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/users/list: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  created_before: {
                                      format: string;
                                      type: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      exclusiveMinimum: boolean;
                                      minimum: number;
                                      type: string;
                                  };
                                  page_cursor: {
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  search: {
                                      description: string;
                                      minLength: number;
                                      type: string;
                                  };
                                  user_identity_email_address: {
                                      description: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_phone_number: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_users: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                      pagination: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                created_before: {
                                    format: string;
                                    type: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    exclusiveMinimum: boolean;
                                    minimum: number;
                                    type: string;
                                };
                                page_cursor: {
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                search: {
                                    description: string;
                                    minLength: number;
                                    type: string;
                                };
                                user_identity_email_address: {
                                    description: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_phone_number: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_users: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                    pagination: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              created_before: {
                                  format: string;
                                  type: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  exclusiveMinimum: boolean;
                                  minimum: number;
                                  type: string;
                              };
                              page_cursor: {
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              search: {
                                  description: string;
                                  minLength: number;
                                  type: string;
                              };
                              user_identity_email_address: {
                                  description: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_phone_number: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            created_before: {
                                format: string;
                                type: string;
                            };
                            limit: {
                                default: number;
                                description: string;
                                exclusiveMinimum: boolean;
                                minimum: number;
                                type: string;
                            };
                            page_cursor: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            };
                            search: {
                                description: string;
                                minLength: number;
                                type: string;
                            };
                            user_identity_email_address: {
                                description: string;
                                type: string;
                            };
                            user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            user_identity_phone_number: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          created_before: {
                              format: string;
                              type: string;
                          };
                          limit: {
                              default: number;
                              description: string;
                              exclusiveMinimum: boolean;
                              minimum: number;
                              type: string;
                          };
                          page_cursor: {
                              description: string;
                              nullable: boolean;
                              type: string;
                          };
                          search: {
                              description: string;
                              minLength: number;
                              type: string;
                          };
                          user_identity_email_address: {
                              description: string;
                              type: string;
                          };
                          user_identity_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          user_identity_phone_number: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        created_before: {
                            format: string;
                            type: string;
                        };
                        limit: {
                            default: number;
                            description: string;
                            exclusiveMinimum: boolean;
                            minimum: number;
                            type: string;
                        };
                        page_cursor: {
                            description: string;
                            nullable: boolean;
                            type: string;
                        };
                        search: {
                            description: string;
                            minLength: number;
                            type: string;
                        };
                        user_identity_email_address: {
                            description: string;
                            type: string;
                        };
                        user_identity_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        user_identity_phone_number: {
                            description: string;
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      created_before: {
                          format: string;
                          type: string;
                      };
                      limit: {
                          default: number;
                          description: string;
                          exclusiveMinimum: boolean;
                          minimum: number;
                          type: string;
                      };
                      page_cursor: {
                          description: string;
                          nullable: boolean;
                          type: string;
                      };
                      search: {
                          description: string;
                          minLength: number;
                          type: string;
                      };
                      user_identity_email_address: {
                          description: string;
                          type: string;
                      };
                      user_identity_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      user_identity_phone_number: {
                          description: string;
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • created_before: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • limit: {
                        default: number;
                        description: string;
                        exclusiveMinimum: boolean;
                        minimum: number;
                        type: string;
                    }
                    • default: number
                    • description: string
                    • exclusiveMinimum: boolean
                    • minimum: number
                    • type: string
                  • page_cursor: {
                        description: string;
                        nullable: boolean;
                        type: string;
                    }
                    • description: string
                    • nullable: boolean
                    • type: string
                  • search: {
                        description: string;
                        minLength: number;
                        type: string;
                    }
                    • description: string
                    • minLength: number
                    • type: string
                  • user_identity_email_address: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • user_identity_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • user_identity_phone_number: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_users: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                                  pagination: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_users: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                                pagination: {
                                    $ref: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_users: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                              pagination: {
                                  $ref: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_users: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                            pagination: {
                                $ref: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_users: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                          pagination: {
                              $ref: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_users: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                        pagination: {
                            $ref: ...;
                        };
                    }
                    • acs_users: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                    • pagination: {
                          $ref: ...;
                      }
                      • $ref: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/users/list_accessible_entrances: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_entrances: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_entrances: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_entrances: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_entrances: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_entrances: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_entrances: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_entrances: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_entrances: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_entrances: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-title: string
    • /acs/users/remove_from_access_group: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_access_group_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_access_group_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_access_group_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_access_group_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_access_group_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_access_group_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_access_group_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_access_group_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/users/revoke_access_to_all_entrances: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/users/suspend: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/users/unmanaged/get: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_user: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_user: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_user: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_user: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/users/unmanaged/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                                  limit: {
                                      default: number;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_email_address: {
                                      type: string;
                                  };
                                  user_identity_id: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_phone_number: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_users: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-undocumented: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                                limit: {
                                    default: number;
                                    format: string;
                                    type: string;
                                };
                                user_identity_email_address: {
                                    type: string;
                                };
                                user_identity_id: {
                                    format: string;
                                    type: string;
                                };
                                user_identity_phone_number: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_users: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
            x-undocumented: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                              limit: {
                                  default: number;
                                  format: string;
                                  type: string;
                              };
                              user_identity_email_address: {
                                  type: string;
                              };
                              user_identity_id: {
                                  format: string;
                                  type: string;
                              };
                              user_identity_phone_number: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_system_id: {
                                format: string;
                                type: string;
                            };
                            limit: {
                                default: number;
                                format: string;
                                type: string;
                            };
                            user_identity_email_address: {
                                type: string;
                            };
                            user_identity_id: {
                                format: string;
                                type: string;
                            };
                            user_identity_phone_number: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_system_id: {
                              format: string;
                              type: string;
                          };
                          limit: {
                              default: number;
                              format: string;
                              type: string;
                          };
                          user_identity_email_address: {
                              type: string;
                          };
                          user_identity_id: {
                              format: string;
                              type: string;
                          };
                          user_identity_phone_number: {
                              type: string;
                          };
                      };
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_system_id: {
                            format: string;
                            type: string;
                        };
                        limit: {
                            default: number;
                            format: string;
                            type: string;
                        };
                        user_identity_email_address: {
                            type: string;
                        };
                        user_identity_id: {
                            format: string;
                            type: string;
                        };
                        user_identity_phone_number: {
                            type: string;
                        };
                    };
                    type: string;
                }
                • properties: {
                      acs_system_id: {
                          format: string;
                          type: string;
                      };
                      limit: {
                          default: number;
                          format: string;
                          type: string;
                      };
                      user_identity_email_address: {
                          type: string;
                      };
                      user_identity_id: {
                          format: string;
                          type: string;
                      };
                      user_identity_phone_number: {
                          type: string;
                      };
                  }
                  • acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • limit: {
                        default: number;
                        format: string;
                        type: string;
                    }
                    • default: number
                    • format: string
                    • type: string
                  • user_identity_email_address: {
                        type: string;
                    }
                    • type: string
                  • user_identity_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • user_identity_phone_number: {
                        type: string;
                    }
                    • type: string
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_users: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_users: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_users: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            acs_users: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          acs_users: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        acs_users: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • acs_users: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
        • x-undocumented: string
    • /acs/users/unsuspend: {
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                  }
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /acs/users/update: {
          patch: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_schedule: {
                                      description: string;
                                      nullable: boolean;
                                      properties: {
                                          ends_at: ...;
                                          starts_at: ...;
                                      };
                                      required: (...)[];
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  email: {
                                      deprecated: boolean;
                                      format: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  email_address: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  full_name: {
                                      description: string;
                                      type: string;
                                  };
                                  hid_acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
              x-title: string;
          };
          post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_schedule: {
                                      description: string;
                                      nullable: boolean;
                                      properties: {
                                          ends_at: ...;
                                          starts_at: ...;
                                      };
                                      required: (...)[];
                                      type: string;
                                  };
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  email: {
                                      deprecated: boolean;
                                      format: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  email_address: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  full_name: {
                                      description: string;
                                      type: string;
                                  };
                                  hid_acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-title: string;
          };
      }
      • patch: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_schedule: {
                                    description: string;
                                    nullable: boolean;
                                    properties: {
                                        ends_at: ...;
                                        starts_at: ...;
                                    };
                                    required: (...)[];
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                email: {
                                    deprecated: boolean;
                                    format: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                email_address: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                full_name: {
                                    description: string;
                                    type: string;
                                };
                                hid_acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-ignore: boolean;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_schedule: {
                                  description: string;
                                  nullable: boolean;
                                  properties: {
                                      ends_at: ...;
                                      starts_at: ...;
                                  };
                                  required: (...)[];
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              email: {
                                  deprecated: boolean;
                                  format: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              email_address: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              full_name: {
                                  description: string;
                                  type: string;
                              };
                              hid_acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_schedule: {
                                description: string;
                                nullable: boolean;
                                properties: {
                                    ends_at: ...;
                                    starts_at: ...;
                                };
                                required: (...)[];
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            email: {
                                deprecated: boolean;
                                format: string;
                                type: string;
                                x-deprecated: string;
                            };
                            email_address: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            full_name: {
                                description: string;
                                type: string;
                            };
                            hid_acs_system_id: {
                                format: string;
                                type: string;
                            };
                            phone_number: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_schedule: {
                              description: string;
                              nullable: boolean;
                              properties: {
                                  ends_at: ...;
                                  starts_at: ...;
                              };
                              required: (...)[];
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          email: {
                              deprecated: boolean;
                              format: string;
                              type: string;
                              x-deprecated: string;
                          };
                          email_address: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          full_name: {
                              description: string;
                              type: string;
                          };
                          hid_acs_system_id: {
                              format: string;
                              type: string;
                          };
                          phone_number: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_schedule: {
                            description: string;
                            nullable: boolean;
                            properties: {
                                ends_at: ...;
                                starts_at: ...;
                            };
                            required: (...)[];
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        email: {
                            deprecated: boolean;
                            format: string;
                            type: string;
                            x-deprecated: string;
                        };
                        email_address: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        full_name: {
                            description: string;
                            type: string;
                        };
                        hid_acs_system_id: {
                            format: string;
                            type: string;
                        };
                        phone_number: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_schedule: {
                          description: string;
                          nullable: boolean;
                          properties: {
                              ends_at: ...;
                              starts_at: ...;
                          };
                          required: (...)[];
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      email: {
                          deprecated: boolean;
                          format: string;
                          type: string;
                          x-deprecated: string;
                      };
                      email_address: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      full_name: {
                          description: string;
                          type: string;
                      };
                      hid_acs_system_id: {
                          format: string;
                          type: string;
                      };
                      phone_number: {
                          description: string;
                          type: string;
                      };
                  }
                  • access_schedule: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            ends_at: ...;
                            starts_at: ...;
                        };
                        required: (...)[];
                        type: string;
                    }
                    • description: string
                    • nullable: boolean
                    • properties: {
                          ends_at: ...;
                          starts_at: ...;
                      }
                      • ends_at: ...
                      • starts_at: ...
                    • required: (...)[]
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    }
                    • deprecated: boolean
                    • format: string
                    • type: string
                    • x-deprecated: string
                  • email_address: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • full_name: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • hid_acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • phone_number: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-ignore: boolean
        • x-response-key: null
        • x-title: string
      • post: {
            description: string;
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_schedule: {
                                    description: string;
                                    nullable: boolean;
                                    properties: {
                                        ends_at: ...;
                                        starts_at: ...;
                                    };
                                    required: (...)[];
                                    type: string;
                                };
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                email: {
                                    deprecated: boolean;
                                    format: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                email_address: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                full_name: {
                                    description: string;
                                    type: string;
                                };
                                hid_acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-response-key: null;
            x-title: string;
        }
        • description: string
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_schedule: {
                                  description: string;
                                  nullable: boolean;
                                  properties: {
                                      ends_at: ...;
                                      starts_at: ...;
                                  };
                                  required: (...)[];
                                  type: string;
                              };
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              email: {
                                  deprecated: boolean;
                                  format: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              email_address: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              full_name: {
                                  description: string;
                                  type: string;
                              };
                              hid_acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            access_schedule: {
                                description: string;
                                nullable: boolean;
                                properties: {
                                    ends_at: ...;
                                    starts_at: ...;
                                };
                                required: (...)[];
                                type: string;
                            };
                            acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            email: {
                                deprecated: boolean;
                                format: string;
                                type: string;
                                x-deprecated: string;
                            };
                            email_address: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            full_name: {
                                description: string;
                                type: string;
                            };
                            hid_acs_system_id: {
                                format: string;
                                type: string;
                            };
                            phone_number: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          access_schedule: {
                              description: string;
                              nullable: boolean;
                              properties: {
                                  ends_at: ...;
                                  starts_at: ...;
                              };
                              required: (...)[];
                              type: string;
                          };
                          acs_user_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          email: {
                              deprecated: boolean;
                              format: string;
                              type: string;
                              x-deprecated: string;
                          };
                          email_address: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          full_name: {
                              description: string;
                              type: string;
                          };
                          hid_acs_system_id: {
                              format: string;
                              type: string;
                          };
                          phone_number: {
                              description: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        access_schedule: {
                            description: string;
                            nullable: boolean;
                            properties: {
                                ends_at: ...;
                                starts_at: ...;
                            };
                            required: (...)[];
                            type: string;
                        };
                        acs_user_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        email: {
                            deprecated: boolean;
                            format: string;
                            type: string;
                            x-deprecated: string;
                        };
                        email_address: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        full_name: {
                            description: string;
                            type: string;
                        };
                        hid_acs_system_id: {
                            format: string;
                            type: string;
                        };
                        phone_number: {
                            description: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      access_schedule: {
                          description: string;
                          nullable: boolean;
                          properties: {
                              ends_at: ...;
                              starts_at: ...;
                          };
                          required: (...)[];
                          type: string;
                      };
                      acs_user_id: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      email: {
                          deprecated: boolean;
                          format: string;
                          type: string;
                          x-deprecated: string;
                      };
                      email_address: {
                          description: string;
                          format: string;
                          type: string;
                      };
                      full_name: {
                          description: string;
                          type: string;
                      };
                      hid_acs_system_id: {
                          format: string;
                          type: string;
                      };
                      phone_number: {
                          description: string;
                          type: string;
                      };
                  }
                  • access_schedule: {
                        description: string;
                        nullable: boolean;
                        properties: {
                            ends_at: ...;
                            starts_at: ...;
                        };
                        required: (...)[];
                        type: string;
                    }
                    • description: string
                    • nullable: boolean
                    • properties: {
                          ends_at: ...;
                          starts_at: ...;
                      }
                      • ends_at: ...
                      • starts_at: ...
                    • required: (...)[]
                    • type: string
                  • acs_user_id: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • email: {
                        deprecated: boolean;
                        format: string;
                        type: string;
                        x-deprecated: string;
                    }
                    • deprecated: boolean
                    • format: string
                    • type: string
                    • x-deprecated: string
                  • email_address: {
                        description: string;
                        format: string;
                        type: string;
                    }
                    • description: string
                    • format: string
                    • type: string
                  • full_name: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                  • hid_acs_system_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                  • phone_number: {
                        description: string;
                        type: string;
                    }
                    • description: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        ok: {
                            type: ...;
                        };
                    }
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-response-key: null
        • x-title: string
    • /action_attempts/get: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            action_attempt_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          action_attempt_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        action_attempt_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      action_attempt_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • action_attempt_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempt: {
                            $ref: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempt: {
                          $ref: ...;
                      }
                      • $ref: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              client_session: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              client_session?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              client_session?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /action_attempts/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempts: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempts: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: string[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempt_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            action_attempt_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          action_attempt_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        action_attempt_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      action_attempt_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      };
                  }
                  • action_attempt_ids: {
                        items: {
                            format: ...;
                            type: ...;
                        };
                        type: string;
                    }
                    • items: {
                          format: ...;
                          type: ...;
                      }
                      • format: ...
                      • type: ...
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempts: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempts: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              action_attempts: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            action_attempts: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          action_attempts: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        action_attempts: {
                            items: ...;
                            type: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • action_attempts: {
                          items: ...;
                          type: ...;
                      }
                      • items: ...
                      • type: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          } | {
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: string[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /bridges/get: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  bridge_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                          x-route-path: ...;
                                          x-undocumented: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: never[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                bridge_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                        x-route-path: ...;
                                        x-undocumented: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: never[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {
                              bridge_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {
                            bridge_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {
                          bridge_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  };
              }
              • schema: {
                    properties: {
                        bridge_id: {
                            format: string;
                            type: string;
                        };
                    };
                    required: string[];
                    type: string;
                }
                • properties: {
                      bridge_id: {
                          format: string;
                          type: string;
                      };
                  }
                  • bridge_id: {
                        format: string;
                        type: string;
                    }
                    • format: string
                    • type: string
                • required: string[]
                • type: string
        • responses: {
              200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  bridge: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                      x-route-path: ...;
                                      x-undocumented: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              };
              400: {
                  description: string;
              };
              401: {
                  description: string;
              };
          }
          • 200: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                bridge: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                    x-route-path: ...;
                                    x-undocumented: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
                description: string;
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              bridge: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                                  x-route-path: ...;
                                  x-undocumented: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            bridge: {
                                properties: ...;
                                required: ...;
                                type: ...;
                                x-route-path: ...;
                                x-undocumented: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          bridge: {
                              properties: ...;
                              required: ...;
                              type: ...;
                              x-route-path: ...;
                              x-undocumented: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        bridge: {
                            properties: ...;
                            required: ...;
                            type: ...;
                            x-route-path: ...;
                            x-undocumented: ...;
                        };
                        ok: {
                            type: ...;
                        };
                    }
                    • bridge: {
                          properties: ...;
                          required: ...;
                          type: ...;
                          x-route-path: ...;
                          x-undocumented: ...;
                      }
                      • properties: ...
                      • required: ...
                      • type: ...
                      • x-route-path: ...
                      • x-undocumented: ...
                    • ok: {
                          type: ...;
                      }
                      • type: ...
                  • required: string[]
                  • type: string
            • description: string
          • 400: {
                description: string;
            }
            • description: string
          • 401: {
                description: string;
            }
            • description: string
        • security: ({
              api_key?: undefined;
              console_session_with_workspace?: undefined;
              pat_with_workspace: never[];
          } | {
              api_key?: undefined;
              console_session_with_workspace: never[];
              pat_with_workspace?: undefined;
          } | {
              api_key: never[];
              console_session_with_workspace?: undefined;
              pat_with_workspace?: undefined;
          })[]
        • summary: string
        • tags: never[]
        • x-fern-sdk-group-name: string[]
        • x-fern-sdk-method-name: string
        • x-fern-sdk-return-value: string
        • x-response-key: string
    • /bridges/list: {
          post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {};
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridges: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: never[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          };
      }
      • post: {
            operationId: string;
            requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {};
                            type: string;
                        };
                    };
                };
            };
            responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridges: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            };
            security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[];
            summary: string;
            tags: never[];
            x-fern-sdk-group-name: string[];
            x-fern-sdk-method-name: string;
            x-fern-sdk-return-value: string;
            x-response-key: string;
        }
        • operationId: string
        • requestBody: {
              content: {
                  application/json: {
                      schema: {
                          properties: {};
                          type: string;
                      };
                  };
              };
          }
          • content: {
                application/json: {
                    schema: {
                        properties: {};
                        type: string;
                    };
                };
            }
            • application/json: {
                  schema: {
                      properties: {};
                      type: string;
                  };
              }
              • schema: {
                    properties: {};
                    type: string;
                }
                • properties: {}
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridges: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  bridges: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                bridges: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              bridges: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            bridges: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          bridges: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • bridges: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: never[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /client_sessions/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
            put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  expires_at: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      minLength: number;
                                      type: string;
                                  };
                                  user_identity_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key: never[];
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                connected_account_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                expires_at: {
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    minLength: number;
                                    type: string;
                                };
                                user_identity_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              connected_account_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              expires_at: {
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  minLength: number;
                                  type: string;
                              };
                              user_identity_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            connected_account_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            expires_at: {
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                minLength: number;
                                type: string;
                            };
                            user_identity_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          connected_account_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          expires_at: {
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              minLength: number;
                              type: string;
                          };
                          user_identity_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        connected_account_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        expires_at: {
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            minLength: number;
                            type: string;
                        };
                        user_identity_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                    }
                    • connect_webview_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • connected_account_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • expires_at: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • user_identifier_key: {
                          minLength: number;
                          type: string;
                      }
                      • minLength: number
                      • type: string
                    • user_identity_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key: never[];
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
        • put: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  expires_at: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      minLength: number;
                                      type: string;
                                  };
                                  user_identity_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key: never[];
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                connected_account_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                expires_at: {
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    minLength: number;
                                    type: string;
                                };
                                user_identity_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              connected_account_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              expires_at: {
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  minLength: number;
                                  type: string;
                              };
                              user_identity_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            connected_account_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            expires_at: {
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                minLength: number;
                                type: string;
                            };
                            user_identity_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          connected_account_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          expires_at: {
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              minLength: number;
                              type: string;
                          };
                          user_identity_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        connected_account_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        expires_at: {
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            minLength: number;
                            type: string;
                        };
                        user_identity_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                    }
                    • connect_webview_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • connected_account_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • expires_at: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • user_identifier_key: {
                          minLength: number;
                          type: string;
                      }
                      • minLength: number
                      • type: string
                    • user_identity_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key: never[];
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-ignore: boolean
          • x-response-key: string
      • /client_sessions/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • client_session_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /client_sessions/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                    }
                    • client_session_id: {
                          type: string;
                      }
                      • type: string
                    • user_identifier_key: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /client_sessions/get_or_create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    expires_at: {
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        minLength: number;
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key: never[];
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                    publishable_key?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                    publishable_key?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  expires_at: {
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      minLength: number;
                                      type: string;
                                  };
                                  user_identity_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key: never[];
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
                  publishable_key?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
                  publishable_key?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                connected_account_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                expires_at: {
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    minLength: number;
                                    type: string;
                                };
                                user_identity_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              connected_account_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              expires_at: {
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  minLength: number;
                                  type: string;
                              };
                              user_identity_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            connected_account_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            expires_at: {
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                minLength: number;
                                type: string;
                            };
                            user_identity_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          connected_account_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          expires_at: {
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              minLength: number;
                              type: string;
                          };
                          user_identity_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        connected_account_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        expires_at: {
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            minLength: number;
                            type: string;
                        };
                        user_identity_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                    }
                    • connect_webview_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • connected_account_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • expires_at: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • user_identifier_key: {
                          minLength: number;
                          type: string;
                      }
                      • minLength: number
                      • type: string
                    • user_identity_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key: never[];
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
                publishable_key?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
                publishable_key?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /client_sessions/grant_access: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_ids: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_session: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      type: string;
                                  };
                                  connect_webview_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                                  user_identity_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    type: string;
                                };
                                connect_webview_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                connected_account_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                                user_identity_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  type: string;
                              };
                              connect_webview_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              connected_account_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                              user_identity_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                type: string;
                            };
                            connect_webview_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            connected_account_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                            user_identity_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              type: string;
                          };
                          connect_webview_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          connected_account_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                          user_identity_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            type: string;
                        };
                        connect_webview_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        connected_account_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                        user_identity_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                    }
                    • client_session_id: {
                          type: string;
                      }
                      • type: string
                    • connect_webview_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • connected_account_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • user_identifier_key: {
                          type: string;
                      }
                      • type: string
                    • user_identity_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-ignore: boolean
          • x-response-key: null
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      type: string;
                                  };
                                  connect_webview_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                                  user_identity_ids: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_session: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    type: string;
                                };
                                connect_webview_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                connected_account_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                                user_identity_ids: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  type: string;
                              };
                              connect_webview_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              connected_account_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                              user_identity_ids: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                type: string;
                            };
                            connect_webview_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            connected_account_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                            user_identity_ids: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              type: string;
                          };
                          connect_webview_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          connected_account_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                          user_identity_ids: {
                              items: {
                                  type: ...;
                              };
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            type: string;
                        };
                        connect_webview_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        connected_account_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                        user_identity_ids: {
                            items: {
                                type: ...;
                            };
                            type: string;
                        };
                    }
                    • client_session_id: {
                          type: string;
                      }
                      • type: string
                    • connect_webview_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • connected_account_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                    • user_identifier_key: {
                          type: string;
                      }
                      • type: string
                    • user_identity_ids: {
                          items: {
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            type: ...;
                        }
                        • type: ...
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_session: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_session: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_session: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_session: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /client_sessions/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        type: string;
                                    };
                                    user_identity_id: {
                                        type: string;
                                    };
                                    without_user_identifier_key: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        client_sessions: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      type: string;
                                  };
                                  connect_webview_id: {
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      type: string;
                                  };
                                  user_identity_id: {
                                      type: string;
                                  };
                                  without_user_identifier_key: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      client_sessions: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    type: string;
                                };
                                connect_webview_id: {
                                    type: string;
                                };
                                user_identifier_key: {
                                    type: string;
                                };
                                user_identity_id: {
                                    type: string;
                                };
                                without_user_identifier_key: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  type: string;
                              };
                              connect_webview_id: {
                                  type: string;
                              };
                              user_identifier_key: {
                                  type: string;
                              };
                              user_identity_id: {
                                  type: string;
                              };
                              without_user_identifier_key: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                type: string;
                            };
                            connect_webview_id: {
                                type: string;
                            };
                            user_identifier_key: {
                                type: string;
                            };
                            user_identity_id: {
                                type: string;
                            };
                            without_user_identifier_key: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              type: string;
                          };
                          connect_webview_id: {
                              type: string;
                          };
                          user_identifier_key: {
                              type: string;
                          };
                          user_identity_id: {
                              type: string;
                          };
                          without_user_identifier_key: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            type: string;
                        };
                        connect_webview_id: {
                            type: string;
                        };
                        user_identifier_key: {
                            type: string;
                        };
                        user_identity_id: {
                            type: string;
                        };
                        without_user_identifier_key: {
                            type: string;
                        };
                    }
                    • client_session_id: {
                          type: string;
                      }
                      • type: string
                    • connect_webview_id: {
                          type: string;
                      }
                      • type: string
                    • user_identifier_key: {
                          type: string;
                      }
                      • type: string
                    • user_identity_id: {
                          type: string;
                      }
                      • type: string
                    • without_user_identifier_key: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_sessions: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_sessions: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_sessions: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              client_sessions: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            client_sessions: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          client_sessions: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • client_sessions: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /client_sessions/revoke: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    client_session_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  client_session_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                client_session_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              client_session_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            client_session_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          client_session_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        client_session_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • client_session_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /connect_webviews/create: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    accepted_providers: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    automatically_manage_new_devices: {
                                        default: boolean;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    custom_redirect_failure_url: {
                                        type: string;
                                    };
                                    custom_redirect_url: {
                                        type: string;
                                    };
                                    device_selection_mode: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    wait_for_device_creation: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  accepted_providers: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  automatically_manage_new_devices: {
                                      default: boolean;
                                      type: string;
                                  };
                                  custom_metadata: {
                                      additionalProperties: {
                                          nullable: ...;
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  custom_redirect_failure_url: {
                                      type: string;
                                  };
                                  custom_redirect_url: {
                                      type: string;
                                  };
                                  device_selection_mode: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  provider_category: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  wait_for_device_creation: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connect_webview: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                accepted_providers: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                automatically_manage_new_devices: {
                                    default: boolean;
                                    type: string;
                                };
                                custom_metadata: {
                                    additionalProperties: {
                                        nullable: ...;
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                custom_redirect_failure_url: {
                                    type: string;
                                };
                                custom_redirect_url: {
                                    type: string;
                                };
                                device_selection_mode: {
                                    enum: (...)[];
                                    type: string;
                                };
                                provider_category: {
                                    enum: (...)[];
                                    type: string;
                                };
                                wait_for_device_creation: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              accepted_providers: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              automatically_manage_new_devices: {
                                  default: boolean;
                                  type: string;
                              };
                              custom_metadata: {
                                  additionalProperties: {
                                      nullable: ...;
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              custom_redirect_failure_url: {
                                  type: string;
                              };
                              custom_redirect_url: {
                                  type: string;
                              };
                              device_selection_mode: {
                                  enum: (...)[];
                                  type: string;
                              };
                              provider_category: {
                                  enum: (...)[];
                                  type: string;
                              };
                              wait_for_device_creation: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            accepted_providers: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            automatically_manage_new_devices: {
                                default: boolean;
                                type: string;
                            };
                            custom_metadata: {
                                additionalProperties: {
                                    nullable: ...;
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            custom_redirect_failure_url: {
                                type: string;
                            };
                            custom_redirect_url: {
                                type: string;
                            };
                            device_selection_mode: {
                                enum: (...)[];
                                type: string;
                            };
                            provider_category: {
                                enum: (...)[];
                                type: string;
                            };
                            wait_for_device_creation: {
                                default: boolean;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          accepted_providers: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          automatically_manage_new_devices: {
                              default: boolean;
                              type: string;
                          };
                          custom_metadata: {
                              additionalProperties: {
                                  nullable: ...;
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          custom_redirect_failure_url: {
                              type: string;
                          };
                          custom_redirect_url: {
                              type: string;
                          };
                          device_selection_mode: {
                              enum: (...)[];
                              type: string;
                          };
                          provider_category: {
                              enum: (...)[];
                              type: string;
                          };
                          wait_for_device_creation: {
                              default: boolean;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        accepted_providers: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        automatically_manage_new_devices: {
                            default: boolean;
                            type: string;
                        };
                        custom_metadata: {
                            additionalProperties: {
                                nullable: ...;
                                oneOf: ...;
                            };
                            type: string;
                        };
                        custom_redirect_failure_url: {
                            type: string;
                        };
                        custom_redirect_url: {
                            type: string;
                        };
                        device_selection_mode: {
                            enum: (...)[];
                            type: string;
                        };
                        provider_category: {
                            enum: (...)[];
                            type: string;
                        };
                        wait_for_device_creation: {
                            default: boolean;
                            type: string;
                        };
                    }
                    • accepted_providers: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                    • automatically_manage_new_devices: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                    • custom_metadata: {
                          additionalProperties: {
                              nullable: ...;
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • additionalProperties: {
                            nullable: ...;
                            oneOf: ...;
                        }
                        • nullable: ...
                        • oneOf: ...
                      • type: string
                    • custom_redirect_failure_url: {
                          type: string;
                      }
                      • type: string
                    • custom_redirect_url: {
                          type: string;
                      }
                      • type: string
                    • device_selection_mode: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                    • provider_category: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                    • wait_for_device_creation: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connect_webview: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connect_webview: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connect_webview: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connect_webview: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /connect_webviews/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        connect_webview_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • connect_webview_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /connect_webviews/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connect_webview: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        connect_webview_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • connect_webview_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connect_webview: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connect_webview: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connect_webview: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connect_webview: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /connect_webviews/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webviews: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  limit: {
                                      default: number;
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connect_webviews: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                limit: {
                                    default: number;
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              limit: {
                                  default: number;
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            limit: {
                                default: number;
                                format: string;
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          limit: {
                              default: number;
                              format: string;
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        };
                        limit: {
                            default: number;
                            format: string;
                            type: string;
                        };
                        user_identifier_key: {
                            description: string;
                            type: string;
                        };
                    }
                    • custom_metadata_has: {
                          additionalProperties: {
                              oneOf: ...;
                          };
                          description: string;
                          type: string;
                      }
                      • additionalProperties: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • description: string
                      • type: string
                    • limit: {
                          default: number;
                          format: string;
                          type: string;
                      }
                      • default: number
                      • format: string
                      • type: string
                    • user_identifier_key: {
                          description: string;
                          type: string;
                      }
                      • description: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webviews: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webviews: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webviews: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connect_webviews: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connect_webviews: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connect_webviews: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connect_webviews: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /connected_accounts/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connected_account_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connected_account_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connected_account_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connected_account_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connected_account_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        connected_account_id: {
                            format: string;
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    }
                    • connected_account_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • sync: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /connected_accounts/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connected_account: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[];
                      };
                  };
              }
              • application/json: {
                    schema: {
                        oneOf: ({
                            properties: ...;
                            required: ...;
                            type: ...;
                        } | {
                            properties: ...;
                            required: ...;
                            type: ...;
                        })[];
                    };
                }
                • schema: {
                      oneOf: ({
                          properties: ...;
                          required: ...;
                          type: ...;
                      } | {
                          properties: ...;
                          required: ...;
                          type: ...;
                      })[];
                  }
                  • oneOf: ({
                        properties: ...;
                        required: ...;
                        type: ...;
                    } | {
                        properties: ...;
                        required: ...;
                        type: ...;
                    })[]
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connected_account: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connected_account: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connected_account: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connected_account: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connected_account: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connected_account: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /connected_accounts/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_accounts: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connected_accounts: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        };
                        user_identifier_key: {
                            description: string;
                            type: string;
                        };
                    }
                    • custom_metadata_has: {
                          additionalProperties: {
                              oneOf: ...;
                          };
                          description: string;
                          type: string;
                      }
                      • additionalProperties: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • description: string
                      • type: string
                    • user_identifier_key: {
                          description: string;
                          type: string;
                      }
                      • description: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_accounts: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connected_accounts: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connected_accounts: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connected_accounts: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connected_accounts: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connected_accounts: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connected_accounts: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /connected_accounts/update: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    automatically_manage_new_devices: {
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connected_account: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  automatically_manage_new_devices: {
                                      type: string;
                                  };
                                  connected_account_id: {
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata: {
                                      additionalProperties: {
                                          nullable: ...;
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connected_account: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                automatically_manage_new_devices: {
                                    type: string;
                                };
                                connected_account_id: {
                                    format: string;
                                    type: string;
                                };
                                custom_metadata: {
                                    additionalProperties: {
                                        nullable: ...;
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              automatically_manage_new_devices: {
                                  type: string;
                              };
                              connected_account_id: {
                                  format: string;
                                  type: string;
                              };
                              custom_metadata: {
                                  additionalProperties: {
                                      nullable: ...;
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            automatically_manage_new_devices: {
                                type: string;
                            };
                            connected_account_id: {
                                format: string;
                                type: string;
                            };
                            custom_metadata: {
                                additionalProperties: {
                                    nullable: ...;
                                    oneOf: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          automatically_manage_new_devices: {
                              type: string;
                          };
                          connected_account_id: {
                              format: string;
                              type: string;
                          };
                          custom_metadata: {
                              additionalProperties: {
                                  nullable: ...;
                                  oneOf: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        automatically_manage_new_devices: {
                            type: string;
                        };
                        connected_account_id: {
                            format: string;
                            type: string;
                        };
                        custom_metadata: {
                            additionalProperties: {
                                nullable: ...;
                                oneOf: ...;
                            };
                            type: string;
                        };
                    }
                    • automatically_manage_new_devices: {
                          type: string;
                      }
                      • type: string
                    • connected_account_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • custom_metadata: {
                          additionalProperties: {
                              nullable: ...;
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • additionalProperties: {
                            nullable: ...;
                            oneOf: ...;
                        }
                        • nullable: ...
                        • oneOf: ...
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connected_account: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connected_account: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connected_account: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connected_account: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connected_account: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          connected_account: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • connected_account: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /devices/delete: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-undocumented: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-deprecated: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
              x-undocumented: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-deprecated: string
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
          • x-undocumented: string
      • /devices/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • name: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • device: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /devices/list: {
            post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            };
        }
        • post: {
              description: string;
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  created_before: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_type: {
                                      description: string;
                                      oneOf: (...)[];
                                  };
                                  device_types: {
                                      description: string;
                                      items: {
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  exclude_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  manufacturer: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
              x-title: string;
          }
          • description: string
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                created_before: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                device_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_type: {
                                    description: string;
                                    oneOf: (...)[];
                                };
                                device_types: {
                                    description: string;
                                    items: {
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                exclude_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                manufacturer: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              created_before: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              device_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_type: {
                                  description: string;
                                  oneOf: (...)[];
                              };
                              device_types: {
                                  description: string;
                                  items: {
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              exclude_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              manufacturer: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            created_before: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            device_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            device_type: {
                                description: string;
                                oneOf: (...)[];
                            };
                            device_types: {
                                description: string;
                                items: {
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            exclude_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            limit: {
                                default: number;
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          created_before: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          device_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          device_type: {
                              description: string;
                              oneOf: (...)[];
                          };
                          device_types: {
                              description: string;
                              items: {
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          exclude_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          include_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          limit: {
                              default: number;
                              description: string;
                              format: string;
                              type: string;
                          };
                          manufacturer: {
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        created_before: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        };
                        device_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        device_type: {
                            description: string;
                            oneOf: (...)[];
                        };
                        device_types: {
                            description: string;
                            items: {
                                oneOf: ...;
                            };
                            type: string;
                        };
                        exclude_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        include_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        limit: {
                            default: number;
                            description: string;
                            format: string;
                            type: string;
                        };
                        manufacturer: {
                            description: string;
                            enum: (...)[];
                            type: string;
                        };
                        user_identifier_key: {
                            description: string;
                            type: string;
                        };
                    }
                    • connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • created_before: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • custom_metadata_has: {
                          additionalProperties: {
                              oneOf: ...;
                          };
                          description: string;
                          type: string;
                      }
                      • additionalProperties: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • description: string
                      • type: string
                    • device_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • device_type: {
                          description: string;
                          oneOf: (...)[];
                      }
                      • description: string
                      • oneOf: (...)[]
                    • device_types: {
                          description: string;
                          items: {
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • type: string
                    • exclude_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • include_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • limit: {
                          default: number;
                          description: string;
                          format: string;
                          type: string;
                      }
                      • default: number
                      • description: string
                      • format: string
                      • type: string
                    • manufacturer: {
                          description: string;
                          enum: (...)[];
                          type: string;
                      }
                      • description: string
                      • enum: (...)[]
                      • type: string
                    • user_identifier_key: {
                          description: string;
                          type: string;
                      }
                      • description: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              devices: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            devices: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          devices: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • devices: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
          • x-title: string
      • /devices/list_device_providers: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    provider_category: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_providers: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  provider_category: {
                                      enum: (...)[];
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_providers: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                provider_category: {
                                    enum: (...)[];
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              provider_category: {
                                  enum: (...)[];
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            provider_category: {
                                enum: (...)[];
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          provider_category: {
                              enum: (...)[];
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        provider_category: {
                            enum: (...)[];
                            type: string;
                        };
                    }
                    • provider_category: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_providers: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_providers: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_providers: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_providers: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_providers: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_providers: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • device_providers: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /devices/simulate/connect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /devices/simulate/disconnect: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /devices/simulate/remove: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /devices/unmanaged/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • name: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • device: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /devices/unmanaged/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  created_before: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_type: {
                                      description: string;
                                      oneOf: (...)[];
                                  };
                                  device_types: {
                                      description: string;
                                      items: {
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  exclude_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  manufacturer: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                created_before: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                device_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_type: {
                                    description: string;
                                    oneOf: (...)[];
                                };
                                device_types: {
                                    description: string;
                                    items: {
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                exclude_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                manufacturer: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              created_before: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              device_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_type: {
                                  description: string;
                                  oneOf: (...)[];
                              };
                              device_types: {
                                  description: string;
                                  items: {
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              exclude_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              manufacturer: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            created_before: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            device_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            device_type: {
                                description: string;
                                oneOf: (...)[];
                            };
                            device_types: {
                                description: string;
                                items: {
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            exclude_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            limit: {
                                default: number;
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          created_before: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          device_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          device_type: {
                              description: string;
                              oneOf: (...)[];
                          };
                          device_types: {
                              description: string;
                              items: {
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          exclude_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          include_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          limit: {
                              default: number;
                              description: string;
                              format: string;
                              type: string;
                          };
                          manufacturer: {
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        created_before: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        };
                        device_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        device_type: {
                            description: string;
                            oneOf: (...)[];
                        };
                        device_types: {
                            description: string;
                            items: {
                                oneOf: ...;
                            };
                            type: string;
                        };
                        exclude_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        include_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        limit: {
                            default: number;
                            description: string;
                            format: string;
                            type: string;
                        };
                        manufacturer: {
                            description: string;
                            enum: (...)[];
                            type: string;
                        };
                        user_identifier_key: {
                            description: string;
                            type: string;
                        };
                    }
                    • connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • created_before: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • custom_metadata_has: {
                          additionalProperties: {
                              oneOf: ...;
                          };
                          description: string;
                          type: string;
                      }
                      • additionalProperties: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • description: string
                      • type: string
                    • device_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • device_type: {
                          description: string;
                          oneOf: (...)[];
                      }
                      • description: string
                      • oneOf: (...)[]
                    • device_types: {
                          description: string;
                          items: {
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • type: string
                    • exclude_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • include_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • limit: {
                          default: number;
                          description: string;
                          format: string;
                          type: string;
                      }
                      • default: number
                      • description: string
                      • format: string
                      • type: string
                    • manufacturer: {
                          description: string;
                          enum: (...)[];
                          type: string;
                      }
                      • description: string
                      • enum: (...)[]
                      • type: string
                    • user_identifier_key: {
                          description: string;
                          type: string;
                      }
                      • description: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              devices: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            devices: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          devices: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • devices: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /devices/unmanaged/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  is_managed: {
                                      enum: (...)[];
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                is_managed: {
                                    enum: (...)[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              is_managed: {
                                  enum: (...)[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            is_managed: {
                                enum: (...)[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          is_managed: {
                              enum: (...)[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        is_managed: {
                            enum: (...)[];
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • is_managed: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-ignore: boolean
          • x-response-key: null
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  is_managed: {
                                      enum: (...)[];
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                is_managed: {
                                    enum: (...)[];
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              is_managed: {
                                  enum: (...)[];
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            is_managed: {
                                enum: (...)[];
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          is_managed: {
                              enum: (...)[];
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        is_managed: {
                            enum: (...)[];
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • is_managed: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /devices/update: {
            patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-ignore: boolean;
                x-response-key: null;
            };
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    custom_metadata: {
                                        additionalProperties: {
                                            nullable: ...;
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_managed: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        nullable: boolean;
                                        type: string;
                                    };
                                    properties: {
                                        properties: {
                                            name: ...;
                                        };
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            };
        }
        • patch: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  custom_metadata: {
                                      additionalProperties: {
                                          nullable: ...;
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  is_managed: {
                                      default: boolean;
                                      type: string;
                                  };
                                  name: {
                                      nullable: boolean;
                                      type: string;
                                  };
                                  properties: {
                                      properties: {
                                          name: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-ignore: boolean;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                custom_metadata: {
                                    additionalProperties: {
                                        nullable: ...;
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                is_managed: {
                                    default: boolean;
                                    type: string;
                                };
                                name: {
                                    nullable: boolean;
                                    type: string;
                                };
                                properties: {
                                    properties: {
                                        name: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              custom_metadata: {
                                  additionalProperties: {
                                      nullable: ...;
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              is_managed: {
                                  default: boolean;
                                  type: string;
                              };
                              name: {
                                  nullable: boolean;
                                  type: string;
                              };
                              properties: {
                                  properties: {
                                      name: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            custom_metadata: {
                                additionalProperties: {
                                    nullable: ...;
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            is_managed: {
                                default: boolean;
                                type: string;
                            };
                            name: {
                                nullable: boolean;
                                type: string;
                            };
                            properties: {
                                properties: {
                                    name: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          custom_metadata: {
                              additionalProperties: {
                                  nullable: ...;
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          is_managed: {
                              default: boolean;
                              type: string;
                          };
                          name: {
                              nullable: boolean;
                              type: string;
                          };
                          properties: {
                              properties: {
                                  name: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        custom_metadata: {
                            additionalProperties: {
                                nullable: ...;
                                oneOf: ...;
                            };
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        is_managed: {
                            default: boolean;
                            type: string;
                        };
                        name: {
                            nullable: boolean;
                            type: string;
                        };
                        properties: {
                            properties: {
                                name: ...;
                            };
                            type: string;
                        };
                    }
                    • custom_metadata: {
                          additionalProperties: {
                              nullable: ...;
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • additionalProperties: {
                            nullable: ...;
                            oneOf: ...;
                        }
                        • nullable: ...
                        • oneOf: ...
                      • type: string
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • is_managed: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                    • name: {
                          nullable: boolean;
                          type: string;
                      }
                      • nullable: boolean
                      • type: string
                    • properties: {
                          properties: {
                              name: ...;
                          };
                          type: string;
                      }
                      • properties: {
                            name: ...;
                        }
                        • name: ...
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-ignore: boolean
          • x-response-key: null
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  custom_metadata: {
                                      additionalProperties: {
                                          nullable: ...;
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  is_managed: {
                                      default: boolean;
                                      type: string;
                                  };
                                  name: {
                                      nullable: boolean;
                                      type: string;
                                  };
                                  properties: {
                                      properties: {
                                          name: ...;
                                      };
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-response-key: null;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                custom_metadata: {
                                    additionalProperties: {
                                        nullable: ...;
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                is_managed: {
                                    default: boolean;
                                    type: string;
                                };
                                name: {
                                    nullable: boolean;
                                    type: string;
                                };
                                properties: {
                                    properties: {
                                        name: ...;
                                    };
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              custom_metadata: {
                                  additionalProperties: {
                                      nullable: ...;
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              is_managed: {
                                  default: boolean;
                                  type: string;
                              };
                              name: {
                                  nullable: boolean;
                                  type: string;
                              };
                              properties: {
                                  properties: {
                                      name: ...;
                                  };
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            custom_metadata: {
                                additionalProperties: {
                                    nullable: ...;
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            is_managed: {
                                default: boolean;
                                type: string;
                            };
                            name: {
                                nullable: boolean;
                                type: string;
                            };
                            properties: {
                                properties: {
                                    name: ...;
                                };
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          custom_metadata: {
                              additionalProperties: {
                                  nullable: ...;
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          is_managed: {
                              default: boolean;
                              type: string;
                          };
                          name: {
                              nullable: boolean;
                              type: string;
                          };
                          properties: {
                              properties: {
                                  name: ...;
                              };
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        custom_metadata: {
                            additionalProperties: {
                                nullable: ...;
                                oneOf: ...;
                            };
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        is_managed: {
                            default: boolean;
                            type: string;
                        };
                        name: {
                            nullable: boolean;
                            type: string;
                        };
                        properties: {
                            properties: {
                                name: ...;
                            };
                            type: string;
                        };
                    }
                    • custom_metadata: {
                          additionalProperties: {
                              nullable: ...;
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • additionalProperties: {
                            nullable: ...;
                            oneOf: ...;
                        }
                        • nullable: ...
                        • oneOf: ...
                      • type: string
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • is_managed: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                    • name: {
                          nullable: boolean;
                          type: string;
                      }
                      • nullable: boolean
                      • type: string
                    • properties: {
                          properties: {
                              name: ...;
                          };
                          type: string;
                      }
                      • properties: {
                            name: ...;
                        }
                        • name: ...
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          ok: {
                              type: ...;
                          };
                      }
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-response-key: null
      • /events/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_id: {
                                        format: string;
                                        type: string;
                                    };
                                    event_type: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event: {
                                            $ref: ...;
                                        };
                                        message: {
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  event_id: {
                                      format: string;
                                      type: string;
                                  };
                                  event_type: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      event: {
                                          $ref: ...;
                                      };
                                      message: {
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                event_id: {
                                    format: string;
                                    type: string;
                                };
                                event_type: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              event_id: {
                                  format: string;
                                  type: string;
                              };
                              event_type: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            event_id: {
                                format: string;
                                type: string;
                            };
                            event_type: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          event_id: {
                              format: string;
                              type: string;
                          };
                          event_type: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        event_id: {
                            format: string;
                            type: string;
                        };
                        event_type: {
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • event_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • event_type: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event: {
                                        $ref: ...;
                                    };
                                    message: {
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  event: {
                                      $ref: ...;
                                  };
                                  message: {
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                event: {
                                    $ref: ...;
                                };
                                message: {
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              event: {
                                  $ref: ...;
                              };
                              message: {
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            event: {
                                $ref: ...;
                            };
                            message: {
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          event: {
                              $ref: ...;
                          };
                          message: {
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • event: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • message: {
                            type: ...;
                        }
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /events/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    access_code_id: {
                                        format: string;
                                        type: string;
                                    };
                                    access_code_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                    acs_system_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    between: {
                                        items: {
                                            oneOf: ...;
                                        };
                                        maxItems: number;
                                        minItems: number;
                                        type: string;
                                    };
                                    connect_webview_id: {
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_ids: {
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    event_type: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    event_types: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    limit: {
                                        default: number;
                                        format: string;
                                        type: string;
                                    };
                                    since: {
                                        type: string;
                                    };
                                    unstable_offset: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        events: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  access_code_id: {
                                      format: string;
                                      type: string;
                                  };
                                  access_code_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                                  acs_system_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  between: {
                                      items: {
                                          oneOf: ...;
                                      };
                                      maxItems: number;
                                      minItems: number;
                                      type: string;
                                  };
                                  connect_webview_id: {
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  event_ids: {
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  event_type: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  event_types: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  limit: {
                                      default: number;
                                      format: string;
                                      type: string;
                                  };
                                  since: {
                                      type: string;
                                  };
                                  unstable_offset: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      events: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                access_code_id: {
                                    format: string;
                                    type: string;
                                };
                                access_code_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                                acs_system_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                between: {
                                    items: {
                                        oneOf: ...;
                                    };
                                    maxItems: number;
                                    minItems: number;
                                    type: string;
                                };
                                connect_webview_id: {
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                device_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                event_ids: {
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                event_type: {
                                    enum: (...)[];
                                    type: string;
                                };
                                event_types: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                limit: {
                                    default: number;
                                    format: string;
                                    type: string;
                                };
                                since: {
                                    type: string;
                                };
                                unstable_offset: {
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              access_code_id: {
                                  format: string;
                                  type: string;
                              };
                              access_code_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                              acs_system_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              between: {
                                  items: {
                                      oneOf: ...;
                                  };
                                  maxItems: number;
                                  minItems: number;
                                  type: string;
                              };
                              connect_webview_id: {
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              device_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              event_ids: {
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              event_type: {
                                  enum: (...)[];
                                  type: string;
                              };
                              event_types: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              limit: {
                                  default: number;
                                  format: string;
                                  type: string;
                              };
                              since: {
                                  type: string;
                              };
                              unstable_offset: {
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            access_code_id: {
                                format: string;
                                type: string;
                            };
                            access_code_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            acs_system_id: {
                                format: string;
                                type: string;
                            };
                            acs_system_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            between: {
                                items: {
                                    oneOf: ...;
                                };
                                maxItems: number;
                                minItems: number;
                                type: string;
                            };
                            connect_webview_id: {
                                format: string;
                                type: string;
                            };
                            connected_account_id: {
                                format: string;
                                type: string;
                            };
                            device_id: {
                                format: string;
                                type: string;
                            };
                            device_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            event_ids: {
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            event_type: {
                                enum: (...)[];
                                type: string;
                            };
                            event_types: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            limit: {
                                default: number;
                                format: string;
                                type: string;
                            };
                            since: {
                                type: string;
                            };
                            unstable_offset: {
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          access_code_id: {
                              format: string;
                              type: string;
                          };
                          access_code_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          acs_system_id: {
                              format: string;
                              type: string;
                          };
                          acs_system_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          between: {
                              items: {
                                  oneOf: ...;
                              };
                              maxItems: number;
                              minItems: number;
                              type: string;
                          };
                          connect_webview_id: {
                              format: string;
                              type: string;
                          };
                          connected_account_id: {
                              format: string;
                              type: string;
                          };
                          device_id: {
                              format: string;
                              type: string;
                          };
                          device_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          event_ids: {
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          event_type: {
                              enum: (...)[];
                              type: string;
                          };
                          event_types: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          limit: {
                              default: number;
                              format: string;
                              type: string;
                          };
                          since: {
                              type: string;
                          };
                          unstable_offset: {
                              format: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        access_code_id: {
                            format: string;
                            type: string;
                        };
                        access_code_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        acs_system_id: {
                            format: string;
                            type: string;
                        };
                        acs_system_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        between: {
                            items: {
                                oneOf: ...;
                            };
                            maxItems: number;
                            minItems: number;
                            type: string;
                        };
                        connect_webview_id: {
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            format: string;
                            type: string;
                        };
                        device_id: {
                            format: string;
                            type: string;
                        };
                        device_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        event_ids: {
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        event_type: {
                            enum: (...)[];
                            type: string;
                        };
                        event_types: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        limit: {
                            default: number;
                            format: string;
                            type: string;
                        };
                        since: {
                            type: string;
                        };
                        unstable_offset: {
                            format: string;
                            type: string;
                        };
                    }
                    • access_code_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • access_code_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • acs_system_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • acs_system_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • between: {
                          items: {
                              oneOf: ...;
                          };
                          maxItems: number;
                          minItems: number;
                          type: string;
                      }
                      • items: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • maxItems: number
                      • minItems: number
                      • type: string
                    • connect_webview_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • connected_account_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • device_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • event_ids: {
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • event_type: {
                          enum: (...)[];
                          type: string;
                      }
                      • enum: (...)[]
                      • type: string
                    • event_types: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                    • limit: {
                          default: number;
                          format: string;
                          type: string;
                      }
                      • default: number
                      • format: string
                      • type: string
                    • since: {
                          type: string;
                      }
                      • type: string
                    • unstable_offset: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    events: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  events: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                events: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              events: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            events: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          events: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • events: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /locks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device: {
                                            $ref: ...;
                                        };
                                        lock: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-deprecated: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device: {
                                          $ref: ...;
                                      };
                                      lock: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-deprecated: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        name: {
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • name: {
                          type: string;
                      }
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device: {
                                        $ref: ...;
                                    };
                                    lock: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device: {
                                      $ref: ...;
                                  };
                                  lock: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device: {
                                    $ref: ...;
                                };
                                lock: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device: {
                                  $ref: ...;
                              };
                              lock: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device: {
                                $ref: ...;
                            };
                            lock: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device: {
                              $ref: ...;
                          };
                          lock: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • device: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • lock: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-deprecated: string
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /locks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        locks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  created_before: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_type: {
                                      description: string;
                                      oneOf: (...)[];
                                  };
                                  device_types: {
                                      description: string;
                                      items: {
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  exclude_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  manufacturer: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      locks: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                created_before: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                device_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_type: {
                                    description: string;
                                    oneOf: (...)[];
                                };
                                device_types: {
                                    description: string;
                                    items: {
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                exclude_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                manufacturer: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              created_before: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              device_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_type: {
                                  description: string;
                                  oneOf: (...)[];
                              };
                              device_types: {
                                  description: string;
                                  items: {
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              exclude_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              manufacturer: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            connect_webview_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            created_before: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            device_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            device_type: {
                                description: string;
                                oneOf: (...)[];
                            };
                            device_types: {
                                description: string;
                                items: {
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            exclude_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            limit: {
                                default: number;
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          connect_webview_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          created_before: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          device_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          device_type: {
                              description: string;
                              oneOf: (...)[];
                          };
                          device_types: {
                              description: string;
                              items: {
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          exclude_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          include_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          limit: {
                              default: number;
                              description: string;
                              format: string;
                              type: string;
                          };
                          manufacturer: {
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      };
                      type: string;
                  }
                  • properties: {
                        connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        connected_account_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        created_before: {
                            description: string;
                            format: string;
                            type: string;
                        };
                        custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        };
                        device_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        };
                        device_type: {
                            description: string;
                            oneOf: (...)[];
                        };
                        device_types: {
                            description: string;
                            items: {
                                oneOf: ...;
                            };
                            type: string;
                        };
                        exclude_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        include_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        };
                        limit: {
                            default: number;
                            description: string;
                            format: string;
                            type: string;
                        };
                        manufacturer: {
                            description: string;
                            enum: (...)[];
                            type: string;
                        };
                        user_identifier_key: {
                            description: string;
                            type: string;
                        };
                    }
                    • connect_webview_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_id: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • connected_account_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • created_before: {
                          description: string;
                          format: string;
                          type: string;
                      }
                      • description: string
                      • format: string
                      • type: string
                    • custom_metadata_has: {
                          additionalProperties: {
                              oneOf: ...;
                          };
                          description: string;
                          type: string;
                      }
                      • additionalProperties: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • description: string
                      • type: string
                    • device_ids: {
                          description: string;
                          items: {
                              format: ...;
                              type: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            format: ...;
                            type: ...;
                        }
                        • format: ...
                        • type: ...
                      • type: string
                    • device_type: {
                          description: string;
                          oneOf: (...)[];
                      }
                      • description: string
                      • oneOf: (...)[]
                    • device_types: {
                          description: string;
                          items: {
                              oneOf: ...;
                          };
                          type: string;
                      }
                      • description: string
                      • items: {
                            oneOf: ...;
                        }
                        • oneOf: ...
                      • type: string
                    • exclude_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • include_if: {
                          items: {
                              enum: ...;
                              type: ...;
                          };
                          type: string;
                          x-undocumented: string;
                      }
                      • items: {
                            enum: ...;
                            type: ...;
                        }
                        • enum: ...
                        • type: ...
                      • type: string
                      • x-undocumented: string
                    • limit: {
                          default: number;
                          description: string;
                          format: string;
                          type: string;
                      }
                      • default: number
                      • description: string
                      • format: string
                      • type: string
                    • manufacturer: {
                          description: string;
                          enum: (...)[];
                          type: string;
                      }
                      • description: string
                      • enum: (...)[]
                      • type: string
                    • user_identifier_key: {
                          description: string;
                          type: string;
                      }
                      • description: string
                      • type: string
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    locks: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  locks: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                locks: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              devices: {
                                  items: ...;
                                  type: ...;
                              };
                              locks: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            devices: {
                                items: ...;
                                type: ...;
                            };
                            locks: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          devices: {
                              items: ...;
                              type: ...;
                          };
                          locks: {
                              items: ...;
                              type: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • devices: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • locks: {
                            items: ...;
                            type: ...;
                        }
                        • items: ...
                        • type: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /locks/lock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • sync: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • action_attempt: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-action-attempt-type: string
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /locks/unlock_door: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-action-attempt-type: string;
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        device_id: {
                            format: string;
                            type: string;
                        };
                        sync: {
                            default: boolean;
                            type: string;
                        };
                    }
                    • device_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                    • sync: {
                          default: boolean;
                          type: string;
                      }
                      • default: boolean
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          action_attempt: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • action_attempt: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                client_session: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                client_session?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                client_session?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-action-attempt-type: string
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /networks/get: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    network_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        network: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  network_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      network: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {
                                network_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {
                              network_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {
                            network_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    };
                }
                • schema: {
                      properties: {
                          network_id: {
                              format: string;
                              type: string;
                          };
                      };
                      required: string[];
                      type: string;
                  }
                  • properties: {
                        network_id: {
                            format: string;
                            type: string;
                        };
                    }
                    • network_id: {
                          format: string;
                          type: string;
                      }
                      • format: string
                      • type: string
                  • required: string[]
                  • type: string
          • responses: {
                200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    network: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                };
                400: {
                    description: string;
                };
                401: {
                    description: string;
                };
            }
            • 200: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  network: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
                  description: string;
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                network: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              network: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            network: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          network: {
                              $ref: ...;
                          };
                          ok: {
                              type: ...;
                          };
                      }
                      • network: {
                            $ref: ...;
                        }
                        • $ref: ...
                      • ok: {
                            type: ...;
                        }
                        • type: ...
                    • required: string[]
                    • type: string
              • description: string
            • 400: {
                  description: string;
              }
              • description: string
            • 401: {
                  description: string;
              }
              • description: string
          • security: ({
                api_key?: undefined;
                console_session_with_workspace?: undefined;
                pat_with_workspace: never[];
            } | {
                api_key?: undefined;
                console_session_with_workspace: never[];
                pat_with_workspace?: undefined;
            } | {
                api_key: never[];
                console_session_with_workspace?: undefined;
                pat_with_workspace?: undefined;
            })[]
          • summary: string
          • tags: string[]
          • x-fern-sdk-group-name: string[]
          • x-fern-sdk-method-name: string
          • x-fern-sdk-return-value: string
          • x-response-key: string
      • /networks/list: {
            post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {};
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        networks: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            };
        }
        • post: {
              operationId: string;
              requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {};
                              type: string;
                          };
                      };
                  };
              };
              responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      networks: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              };
              security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[];
              summary: string;
              tags: string[];
              x-fern-sdk-group-name: string[];
              x-fern-sdk-method-name: string;
              x-fern-sdk-return-value: string;
              x-response-key: string;
          }
          • operationId: string
          • requestBody: {
                content: {
                    application/json: {
                        schema: {
                            properties: {};
                            type: string;
                        };
                    };
                };
            }
            • content: {
                  application/json: {
                      schema: {
                          properties: {};
                          type: string;
                      };
                  };
              }
              • application/json: {
                    schema: {
                        properties: {};
                        type: string;
                    };
                }
                • schema: {
                      properties: {};
                      type: string;
                  }
                  • properties: {}
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      networks: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    networks: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  networks: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                networks: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              networks: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            networks: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • networks: {
                              items: ...;
                              type: ...;
                          }
                          • items: ...
                          • type: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
        • /noise_sensors/list: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connect_webview_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      connected_account_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      connected_account_ids: {
                                          description: string;
                                          items: {
                                              format: ...;
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      created_before: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      custom_metadata_has: {
                                          additionalProperties: {
                                              oneOf: ...;
                                          };
                                          description: string;
                                          type: string;
                                      };
                                      device_ids: {
                                          description: string;
                                          items: {
                                              format: ...;
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      device_type: {
                                          description: string;
                                          oneOf: (...)[];
                                      };
                                      device_types: {
                                          description: string;
                                          items: {
                                              oneOf: ...;
                                          };
                                          type: string;
                                      };
                                      exclude_if: {
                                          items: {
                                              enum: ...;
                                              type: ...;
                                          };
                                          type: string;
                                          x-undocumented: string;
                                      };
                                      include_if: {
                                          items: {
                                              enum: ...;
                                              type: ...;
                                          };
                                          type: string;
                                          x-undocumented: string;
                                      };
                                      limit: {
                                          default: number;
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      manufacturer: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      user_identifier_key: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          devices: {
                                              items: ...;
                                              type: ...;
                                          };
                                          noise_sensors: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        noise_sensors: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  created_before: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_type: {
                                      description: string;
                                      oneOf: (...)[];
                                  };
                                  device_types: {
                                      description: string;
                                      items: {
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  exclude_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  manufacturer: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                connect_webview_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                created_before: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                device_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_type: {
                                    description: string;
                                    oneOf: (...)[];
                                };
                                device_types: {
                                    description: string;
                                    items: {
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                exclude_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                manufacturer: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              connect_webview_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              created_before: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              device_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_type: {
                                  description: string;
                                  oneOf: (...)[];
                              };
                              device_types: {
                                  description: string;
                                  items: {
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              exclude_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              manufacturer: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            connect_webview_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            connected_account_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            created_before: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            };
                            device_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            };
                            device_type: {
                                description: string;
                                oneOf: (...)[];
                            };
                            device_types: {
                                description: string;
                                items: {
                                    oneOf: ...;
                                };
                                type: string;
                            };
                            exclude_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            };
                            limit: {
                                default: number;
                                description: string;
                                format: string;
                                type: string;
                            };
                            manufacturer: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            };
                            user_identifier_key: {
                                description: string;
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          connect_webview_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          connected_account_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          created_before: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          custom_metadata_has: {
                              additionalProperties: {
                                  oneOf: ...;
                              };
                              description: string;
                              type: string;
                          };
                          device_ids: {
                              description: string;
                              items: {
                                  format: ...;
                                  type: ...;
                              };
                              type: string;
                          };
                          device_type: {
                              description: string;
                              oneOf: (...)[];
                          };
                          device_types: {
                              description: string;
                              items: {
                                  oneOf: ...;
                              };
                              type: string;
                          };
                          exclude_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          include_if: {
                              items: {
                                  enum: ...;
                                  type: ...;
                              };
                              type: string;
                              x-undocumented: string;
                          };
                          limit: {
                              default: number;
                              description: string;
                              format: string;
                              type: string;
                          };
                          manufacturer: {
                              description: string;
                              enum: (...)[];
                              type: string;
                          };
                          user_identifier_key: {
                              description: string;
                              type: string;
                          };
                      }
                      • connect_webview_id: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                      • connected_account_id: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                      • connected_account_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        }
                        • description: string
                        • items: {
                              format: ...;
                              type: ...;
                          }
                          • format: ...
                          • type: ...
                        • type: string
                      • created_before: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                      • custom_metadata_has: {
                            additionalProperties: {
                                oneOf: ...;
                            };
                            description: string;
                            type: string;
                        }
                        • additionalProperties: {
                              oneOf: ...;
                          }
                          • oneOf: ...
                        • description: string
                        • type: string
                      • device_ids: {
                            description: string;
                            items: {
                                format: ...;
                                type: ...;
                            };
                            type: string;
                        }
                        • description: string
                        • items: {
                              format: ...;
                              type: ...;
                          }
                          • format: ...
                          • type: ...
                        • type: string
                      • device_type: {
                            description: string;
                            oneOf: (...)[];
                        }
                        • description: string
                        • oneOf: (...)[]
                      • device_types: {
                            description: string;
                            items: {
                                oneOf: ...;
                            };
                            type: string;
                        }
                        • description: string
                        • items: {
                              oneOf: ...;
                          }
                          • oneOf: ...
                        • type: string
                      • exclude_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        }
                        • items: {
                              enum: ...;
                              type: ...;
                          }
                          • enum: ...
                          • type: ...
                        • type: string
                        • x-undocumented: string
                      • include_if: {
                            items: {
                                enum: ...;
                                type: ...;
                            };
                            type: string;
                            x-undocumented: string;
                        }
                        • items: {
                              enum: ...;
                              type: ...;
                          }
                          • enum: ...
                          • type: ...
                        • type: string
                        • x-undocumented: string
                      • limit: {
                            default: number;
                            description: string;
                            format: string;
                            type: string;
                        }
                        • default: number
                        • description: string
                        • format: string
                        • type: string
                      • manufacturer: {
                            description: string;
                            enum: (...)[];
                            type: string;
                        }
                        • description: string
                        • enum: (...)[]
                        • type: string
                      • user_identifier_key: {
                            description: string;
                            type: string;
                        }
                        • description: string
                        • type: string
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      noise_sensors: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    noise_sensors: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  noise_sensors: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                noise_sensors: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              devices: {
                                  items: ...;
                                  type: ...;
                              };
                              noise_sensors: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            devices: {
                                items: ...;
                                type: ...;
                            };
                            noise_sensors: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • devices: {
                              items: ...;
                              type: ...;
                          }
                          • items: ...
                          • type: ...
                        • noise_sensors: {
                              items: ...;
                              type: ...;
                          }
                          • items: ...
                          • type: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
        • /noise_sensors/noise_thresholds/create: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      ends_daily_at: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      noise_threshold_decibels: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_nrs: {
                                          format: string;
                                          type: string;
                                      };
                                      starts_daily_at: {
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          noise_threshold: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-action-attempt-type: string;
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_daily_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  noise_threshold_decibels: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_nrs: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_daily_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_daily_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                noise_threshold_decibels: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_nrs: {
                                    format: string;
                                    type: string;
                                };
                                starts_daily_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_daily_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              noise_threshold_decibels: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_nrs: {
                                  format: string;
                                  type: string;
                              };
                              starts_daily_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_daily_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            noise_threshold_decibels: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_nrs: {
                                format: string;
                                type: string;
                            };
                            starts_daily_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_daily_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          noise_threshold_decibels: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_nrs: {
                              format: string;
                              type: string;
                          };
                          starts_daily_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • ends_daily_at: {
                            type: string;
                        }
                        • type: string
                      • name: {
                            type: string;
                        }
                        • type: string
                      • noise_threshold_decibels: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_nrs: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • starts_daily_at: {
                            type: string;
                        }
                        • type: string
                      • sync: {
                            default: boolean;
                            type: string;
                        }
                        • default: boolean
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      noise_threshold: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    noise_threshold: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  noise_threshold: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                noise_threshold: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              noise_threshold: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            noise_threshold: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • action_attempt: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • noise_threshold: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-action-attempt-type: string
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
        • /noise_sensors/noise_thresholds/delete: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_id: {
                                          format: string;
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-action-attempt-type: string;
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-response-key: null;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_id: {
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_id: {
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_id: {
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_id: {
                                format: string;
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_id: {
                              format: string;
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • sync: {
                            default: boolean;
                            type: string;
                        }
                        • default: boolean
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • action_attempt: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-action-attempt-type: string
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-response-key: null
        • /noise_sensors/noise_thresholds/get: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      noise_threshold_id: {
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          noise_threshold: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_threshold: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  noise_threshold_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                noise_threshold_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              noise_threshold_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            noise_threshold_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          noise_threshold_id: {
                              format: string;
                              type: string;
                          };
                      }
                      • noise_threshold_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      noise_threshold: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    noise_threshold: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  noise_threshold: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                noise_threshold: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              noise_threshold: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            noise_threshold: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • noise_threshold: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
        • /noise_sensors/noise_thresholds/list: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      is_programmed: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          noise_thresholds: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    is_programmed: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        noise_thresholds: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  is_programmed: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                is_programmed: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              is_programmed: {
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            is_programmed: {
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          is_programmed: {
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • is_programmed: {
                            type: string;
                        }
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      noise_thresholds: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    noise_thresholds: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  noise_thresholds: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                noise_thresholds: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              noise_thresholds: {
                                  items: ...;
                                  type: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            noise_thresholds: {
                                items: ...;
                                type: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • noise_thresholds: {
                              items: ...;
                              type: ...;
                          }
                          • items: ...
                          • type: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
        • /noise_sensors/noise_thresholds/update: {
              patch: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      ends_daily_at: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      noise_threshold_decibels: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_id: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_nrs: {
                                          format: string;
                                          type: string;
                                      };
                                      starts_daily_at: {
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-action-attempt-type: string;
                  x-fern-ignore: boolean;
                  x-response-key: null;
              };
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      ends_daily_at: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      noise_threshold_decibels: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_id: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_nrs: {
                                          format: string;
                                          type: string;
                                      };
                                      starts_daily_at: {
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-action-attempt-type: string;
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-response-key: null;
              };
              put: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      ends_daily_at: {
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      noise_threshold_decibels: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_id: {
                                          format: string;
                                          type: string;
                                      };
                                      noise_threshold_nrs: {
                                          format: string;
                                          type: string;
                                      };
                                      starts_daily_at: {
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-action-attempt-type: string;
                  x-fern-ignore: boolean;
                  x-response-key: null;
              };
          }
          • patch: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_daily_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  noise_threshold_decibels: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_id: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_nrs: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_daily_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_daily_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                noise_threshold_decibels: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_id: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_nrs: {
                                    format: string;
                                    type: string;
                                };
                                starts_daily_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_daily_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              noise_threshold_decibels: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_id: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_nrs: {
                                  format: string;
                                  type: string;
                              };
                              starts_daily_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_daily_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            noise_threshold_decibels: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_id: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_nrs: {
                                format: string;
                                type: string;
                            };
                            starts_daily_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_daily_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          noise_threshold_decibels: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_id: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_nrs: {
                              format: string;
                              type: string;
                          };
                          starts_daily_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • ends_daily_at: {
                            type: string;
                        }
                        • type: string
                      • name: {
                            type: string;
                        }
                        • type: string
                      • noise_threshold_decibels: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_nrs: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • starts_daily_at: {
                            type: string;
                        }
                        • type: string
                      • sync: {
                            default: boolean;
                            type: string;
                        }
                        • default: boolean
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • action_attempt: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-action-attempt-type: string
            • x-fern-ignore: boolean
            • x-response-key: null
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_daily_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  noise_threshold_decibels: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_id: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_nrs: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_daily_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_daily_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                noise_threshold_decibels: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_id: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_nrs: {
                                    format: string;
                                    type: string;
                                };
                                starts_daily_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_daily_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              noise_threshold_decibels: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_id: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_nrs: {
                                  format: string;
                                  type: string;
                              };
                              starts_daily_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_daily_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            noise_threshold_decibels: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_id: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_nrs: {
                                format: string;
                                type: string;
                            };
                            starts_daily_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_daily_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          noise_threshold_decibels: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_id: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_nrs: {
                              format: string;
                              type: string;
                          };
                          starts_daily_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • ends_daily_at: {
                            type: string;
                        }
                        • type: string
                      • name: {
                            type: string;
                        }
                        • type: string
                      • noise_threshold_decibels: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_nrs: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • starts_daily_at: {
                            type: string;
                        }
                        • type: string
                      • sync: {
                            default: boolean;
                            type: string;
                        }
                        • default: boolean
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • action_attempt: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-action-attempt-type: string
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-response-key: null
          • put: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    ends_daily_at: {
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    noise_threshold_decibels: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_id: {
                                        format: string;
                                        type: string;
                                    };
                                    noise_threshold_nrs: {
                                        format: string;
                                        type: string;
                                    };
                                    starts_daily_at: {
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-action-attempt-type: string;
                x-fern-ignore: boolean;
                x-response-key: null;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  ends_daily_at: {
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  noise_threshold_decibels: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_id: {
                                      format: string;
                                      type: string;
                                  };
                                  noise_threshold_nrs: {
                                      format: string;
                                      type: string;
                                  };
                                  starts_daily_at: {
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                ends_daily_at: {
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                noise_threshold_decibels: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_id: {
                                    format: string;
                                    type: string;
                                };
                                noise_threshold_nrs: {
                                    format: string;
                                    type: string;
                                };
                                starts_daily_at: {
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              ends_daily_at: {
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              noise_threshold_decibels: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_id: {
                                  format: string;
                                  type: string;
                              };
                              noise_threshold_nrs: {
                                  format: string;
                                  type: string;
                              };
                              starts_daily_at: {
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                            ends_daily_at: {
                                type: string;
                            };
                            name: {
                                type: string;
                            };
                            noise_threshold_decibels: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_id: {
                                format: string;
                                type: string;
                            };
                            noise_threshold_nrs: {
                                format: string;
                                type: string;
                            };
                            starts_daily_at: {
                                type: string;
                            };
                            sync: {
                                default: boolean;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                          ends_daily_at: {
                              type: string;
                          };
                          name: {
                              type: string;
                          };
                          noise_threshold_decibels: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_id: {
                              format: string;
                              type: string;
                          };
                          noise_threshold_nrs: {
                              format: string;
                              type: string;
                          };
                          starts_daily_at: {
                              type: string;
                          };
                          sync: {
                              default: boolean;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • ends_daily_at: {
                            type: string;
                        }
                        • type: string
                      • name: {
                            type: string;
                        }
                        • type: string
                      • noise_threshold_decibels: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • noise_threshold_nrs: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                      • starts_daily_at: {
                            type: string;
                        }
                        • type: string
                      • sync: {
                            default: boolean;
                            type: string;
                        }
                        • default: boolean
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              action_attempt: {
                                  $ref: ...;
                              };
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            action_attempt: {
                                $ref: ...;
                            };
                            ok: {
                                type: ...;
                            };
                        }
                        • action_attempt: {
                              $ref: ...;
                          }
                          • $ref: ...
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-action-attempt-type: string
            • x-fern-ignore: boolean
            • x-response-key: null
        • /noise_sensors/simulate/trigger_noise_threshold: {
              post: {
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-response-key: null;
              };
          }
          • post: {
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
            }
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              format: string;
                              type: string;
                          };
                      }
                      • device_id: {
                            format: string;
                            type: string;
                        }
                        • format: string
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            ok: {
                                type: ...;
                            };
                        }
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-response-key: null
        • /phones/deactivate: {
              post: {
                  description: string;
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-response-key: null;
                  x-title: string;
              };
          }
          • post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key?: undefined;
                    client_session: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    client_session?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                } | {
                    api_key: never[];
                    client_session?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-response-key: null;
                x-title: string;
            }
            • description: string
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  description: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                description: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              description: string;
                              type: string;
                          };
                      }
                      • device_id: {
                            description: string;
                            type: string;
                        }
                        • description: string
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            ok: {
                                type: ...;
                            };
                        }
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key?: undefined;
                  client_session: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  client_session?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              } | {
                  api_key: never[];
                  client_session?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-response-key: null
            • x-title: string
        • /phones/get: {
              post: {
                  description: string;
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          phone: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
                  x-title: string;
              };
          }
          • post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            }
            • description: string
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            device_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          device_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      }
                      • device_id: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                    • required: string[]
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      phone: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    phone: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  phone: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                                phone: {
                                    $ref: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                              phone: {
                                  $ref: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            ok: {
                                type: ...;
                            };
                            phone: {
                                $ref: ...;
                            };
                        }
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                        • phone: {
                              $ref: ...;
                          }
                          • $ref: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
            • x-title: string
        • /phones/list: {
              post: {
                  description: string;
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      owner_user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          phones: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
                  x-title: string;
              };
          }
          • post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    owner_user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phones: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            }
            • description: string
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  acs_credential_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  owner_user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                acs_credential_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                owner_user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              acs_credential_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              owner_user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            acs_credential_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                            owner_user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        type: string;
                    }
                    • properties: {
                          acs_credential_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                          owner_user_identity_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      }
                      • acs_credential_id: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                      • owner_user_identity_id: {
                            description: string;
                            format: string;
                            type: string;
                        }
                        • description: string
                        • format: string
                        • type: string
                    • type: string
            • responses: {
                  200: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      phones: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                      description: string;
                  };
                  400: {
                      description: string;
                  };
                  401: {
                      description: string;
                  };
              }
              • 200: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    phones: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                    description: string;
                }
                • content: {
                      application/json: {
                          schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  phones: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  }
                  • application/json: {
                        schema: {
                            properties: {
                                ok: {
                                    type: ...;
                                };
                                phones: {
                                    items: ...;
                                    type: ...;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    }
                    • schema: {
                          properties: {
                              ok: {
                                  type: ...;
                              };
                              phones: {
                                  items: ...;
                                  type: ...;
                              };
                          };
                          required: string[];
                          type: string;
                      }
                      • properties: {
                            ok: {
                                type: ...;
                            };
                            phones: {
                                items: ...;
                                type: ...;
                            };
                        }
                        • ok: {
                              type: ...;
                          }
                          • type: ...
                        • phones: {
                              items: ...;
                              type: ...;
                          }
                          • items: ...
                          • type: ...
                      • required: string[]
                      • type: string
                • description: string
              • 400: {
                    description: string;
                }
                • description: string
              • 401: {
                    description: string;
                }
                • description: string
            • security: ({
                  api_key: never[];
                  console_session_with_workspace?: undefined;
                  pat_with_workspace?: undefined;
              } | {
                  api_key?: undefined;
                  console_session_with_workspace?: undefined;
                  pat_with_workspace: never[];
              } | {
                  api_key?: undefined;
                  console_session_with_workspace: never[];
                  pat_with_workspace?: undefined;
              })[]
            • summary: string
            • tags: string[]
            • x-fern-sdk-group-name: string[]
            • x-fern-sdk-method-name: string
            • x-fern-sdk-return-value: string
            • x-response-key: string
            • x-title: string
        • /phones/simulate/create_sandbox_phone: {
              post: {
                  description: string;
                  operationId: string;
                  requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      assa_abloy_metadata: {
                                          default: {};
                                          description: string;
                                          properties: {
                                              application_version: ...;
                                              ble_capability: ...;
                                              hce_capability: ...;
                                              nfc_capability: ...;
                                              seos_applet_version: ...;
                                              seos_tsm_endpoint_id: ...;
                                          };
                                          type: string;
                                      };
                                      custom_sdk_installation_id: {
                                          description: string;
                                          type: string;
                                      };
                                      phone_metadata: {
                                          default: {};
                                          description: string;
                                          properties: {
                                              device_manufacturer: ...;
                                              device_model: ...;
                                              operating_system: ...;
                                              os_version: ...;
                                          };
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  };
                  responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          phone: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  };
                  security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[];
                  summary: string;
                  tags: string[];
                  x-fern-sdk-group-name: string[];
                  x-fern-sdk-method-name: string;
                  x-fern-sdk-return-value: string;
                  x-response-key: string;
                  x-title: string;
              };
          }
          • post: {
                description: string;
                operationId: string;
                requestBody: {
                    content: {
                        application/json: {
                            schema: {
                                properties: {
                                    assa_abloy_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            application_version: ...;
                                            ble_capability: ...;
                                            hce_capability: ...;
                                            nfc_capability: ...;
                                            seos_applet_version: ...;
                                            seos_tsm_endpoint_id: ...;
                                        };
                                        type: string;
                                    };
                                    custom_sdk_installation_id: {
                                        description: string;
                                        type: string;
                                    };
                                    phone_metadata: {
                                        default: {};
                                        description: string;
                                        properties: {
                                            device_manufacturer: ...;
                                            device_model: ...;
                                            operating_system: ...;
                                            os_version: ...;
                                        };
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    };
                };
                responses: {
                    200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    };
                    400: {
                        description: string;
                    };
                    401: {
                        description: string;
                    };
                };
                security: ({
                    api_key: never[];
                    console_session_with_workspace?: undefined;
                    pat_with_workspace?: undefined;
                } | {
                    api_key?: undefined;
                    console_session_with_workspace?: undefined;
                    pat_with_workspace: never[];
                } | {
                    api_key?: undefined;
                    console_session_with_workspace: never[];
                    pat_with_workspace?: undefined;
                })[];
                summary: string;
                tags: string[];
                x-fern-sdk-group-name: string[];
                x-fern-sdk-method-name: string;
                x-fern-sdk-return-value: string;
                x-response-key: string;
                x-title: string;
            }
            • description: string
            • operationId: string
            • requestBody: {
                  content: {
                      application/json: {
                          schema: {
                              properties: {
                                  assa_abloy_metadata: {
                                      default: {};
                                      description: string;
                                      properties: {
                                          application_version: ...;
                                          ble_capability: ...;
                                          hce_capability: ...;
                                          nfc_capability: ...;
                                          seos_applet_version: ...;
                                          seos_tsm_endpoint_id: ...;
                                      };
                                      type: string;
                                  };
                                  custom_sdk_installation_id: {
                                      description: string;
                                      type: string;
                                  };
                                  phone_metadata: {
                                      default: {};
                                      description: string;
                                      properties: {
                                          device_manufacturer: ...;
                                          device_model: ...;
                                          operating_system: ...;
                                          os_version: ...;
                                      };
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      };
                  };
              }
              • content: {
                    application/json: {
                        schema: {
                            properties: {
                                assa_abloy_metadata: {
                                    default: {};
                                    description: string;
                                    properties: {
                                        application_version: ...;
                                        ble_capability: ...;
                                        hce_capability: ...;
                                        nfc_capability: ...;
                                        seos_applet_version: ...;
                                        seos_tsm_endpoint_id: ...;
                                    };
                                    type: string;
                                };
                                custom_sdk_installation_id: {
                                    description: string;
                                    type: string;
                                };
                                phone_metadata: {
                                    default: {};
                                    description: string;
                                    properties: {
                                        device_manufacturer: ...;
                                        device_model: ...;
                                        operating_system: ...;
                                        os_version: ...;
                                    };
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        };
                    };
                }
                • application/json: {
                      schema: {
                          properties: {
                              assa_abloy_metadata: {
                                  default: {};
                                  description: string;
                                  properties: {
                                      application_version: ...;
                                      ble_capability: ...;
                                      hce_capability: ...;
                                      nfc_capability: ...;
                                      seos_applet_version: ...;
                                      seos_tsm_endpoint_id: ...;
                                  };
                                  type: string;
                              };
                              custom_sdk_installation_id: {
                                  description: string;
                                  type: string;
                              };
                              phone_metadata: {
                                  default: {};
                                  description: string;
                                  properties: {
                                      device_manufacturer: ...;
                                      device_model: ...;
                                      operating_system: ...;
                                      os_version: ...;
                                  };
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          };
                          required: string[];
                          type: string;
                      };
                  }
                  • schema: {
                        properties: {
                            assa_abloy_metadata: {
                                default: {};
                                description: string;
                                properties: {
                                    application_version: ...;
                                    ble_capability: ...;
                                    hce_capability: ...;
                                    nfc_capability: ...;
                                    seos_applet_version: ...;
                                    seos_tsm_endpoint_id: ...;
                                };
                                type: string;
                            };
                            custom_sdk_installation_id: {
                                description: string;
                                type: string;
                            };
                            phone_metadata: {
                                default: {};
                                description: string;
                                properties: {
                                    device_manufacturer: ...;
                                    device_model: ...;
                                    operating_system: ...;
                                    os_version: ...;
                                };
                                type: string;
                            };
                            user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            };
                        };
                        required: string[];
                        type: string;
                    }
                    • properties: {
                          assa_abloy_metadata: {
                              default: {};
                              description: string;
                              properties: {
                                  application_version: ...;
                                  ble_capability: ...;
                                  hce_capability: ...;
                                  nfc_capability: ...;
                                  seos_applet_version: ...;
                                  seos_tsm_endpoint_id: ...;
                              };
                              type: string;
                          };
                          custom_sdk_installation_id: {
                              description: string;
                              type: string;
                          };
                          phone_metadata: {
                              default: {};
                              description: string;
                              properties: {
                                  device_manufacturer: ...;
                                  device_model: ...;
                                  operating_system: ...;
                                  os_version: ...;
                              };
                              type: string;
                          };
                          user_identity_id: {
                              description: string;
                              format: string;
                              type: string;
                          };
                      }
                      • assa_abloy_metadata: {
                            default: {};
                            description: string;
                            properties: {
                                application_version: ...;
                                ble_capability: ...;
                                hce_capability: ...;
                                nfc_capability: ...;
                                seos_applet_version: ...;
                                seos_tsm_endpoint_id: ...;
                            };
                            type: string;
                        }
                        • default: {}
                          • description: string
                          • properties: {
                                application_version: ...;
                                ble_capability: ...;
                                hce_capability: ...;
                                nfc_capability: ...;
                                seos_applet_version: ...;
                                seos_tsm_endpoint_id: ...;
                            }
                            • application_version: ...
                            • ble_capability: ...
                            • hce_capability: ...
                            • nfc_capability: ...
                            • seos_applet_version: ...
                            • seos_tsm_endpoint_id: ...
                          • type: string
                        • custom_sdk_installation_id: {
                              description: string;
                              type: string;
                          }
                          • description: string
                          • type: string
                        • phone_metadata: {
                              default: {};
                              description: string;
                              properties: {
                                  device_manufacturer: ...;
                                  device_model: ...;
                                  operating_system: ...;
                                  os_version: ...;
                              };
                              type: string;
                          }
                          • default: {}
                            • description: string
                            • properties: {
                                  device_manufacturer: ...;
                                  device_model: ...;
                                  operating_system: ...;
                                  os_version: ...;
                              }
                              • device_manufacturer: ...
                              • device_model: ...
                              • operating_system: ...
                              • os_version: ...
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          phone: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        phone: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      phone: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    phone: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  phone: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                phone: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • phone: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /seam/bridge/v1/bridge_client_sessions/create: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          bridge_client_machine_identifier_key: {
                                              type: string;
                                          };
                                          bridge_client_name: {
                                              type: string;
                                          };
                                          bridge_client_time_zone: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              bridge_client_session: {
                                                  properties: ...;
                                                  required: ...;
                                                  type: ...;
                                                  x-route-path: ...;
                                                  x-undocumented: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: {
                          certified_client: never[];
                      }[];
                      summary: string;
                      tags: never[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                      x-undocumented: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_machine_identifier_key: {
                                            type: string;
                                        };
                                        bridge_client_name: {
                                            type: string;
                                        };
                                        bridge_client_time_zone: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            bridge_client_session: {
                                                properties: ...;
                                                required: ...;
                                                type: ...;
                                                x-route-path: ...;
                                                x-undocumented: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: {
                        certified_client: never[];
                    }[];
                    summary: string;
                    tags: never[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                    x-undocumented: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge_client_machine_identifier_key: {
                                          type: string;
                                      };
                                      bridge_client_name: {
                                          type: string;
                                      };
                                      bridge_client_time_zone: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    bridge_client_machine_identifier_key: {
                                        type: string;
                                    };
                                    bridge_client_name: {
                                        type: string;
                                    };
                                    bridge_client_time_zone: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  bridge_client_machine_identifier_key: {
                                      type: string;
                                  };
                                  bridge_client_name: {
                                      type: string;
                                  };
                                  bridge_client_time_zone: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                bridge_client_machine_identifier_key: {
                                    type: string;
                                };
                                bridge_client_name: {
                                    type: string;
                                };
                                bridge_client_time_zone: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              bridge_client_machine_identifier_key: {
                                  type: string;
                              };
                              bridge_client_name: {
                                  type: string;
                              };
                              bridge_client_time_zone: {
                                  type: string;
                              };
                          }
                          • bridge_client_machine_identifier_key: {
                                type: string;
                            }
                            • type: string
                          • bridge_client_name: {
                                type: string;
                            }
                            • type: string
                          • bridge_client_time_zone: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          bridge_client_session: {
                                              properties: ...;
                                              required: ...;
                                              type: ...;
                                              x-route-path: ...;
                                              x-undocumented: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge_client_session: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                          x-route-path: ...;
                                          x-undocumented: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    bridge_client_session: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                        x-route-path: ...;
                                        x-undocumented: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  bridge_client_session: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                      x-route-path: ...;
                                      x-undocumented: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                bridge_client_session: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                    x-route-path: ...;
                                    x-undocumented: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • bridge_client_session: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                                  x-route-path: ...;
                                  x-undocumented: ...;
                              }
                              • properties: ...
                              • required: ...
                              • type: ...
                              • x-route-path: ...
                              • x-undocumented: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: {
                      certified_client: never[];
                  }[]
                • summary: string
                • tags: never[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
                • x-undocumented: string
            • /seam/bridge/v1/bridge_client_sessions/get: {
                  get: {
                      description: string;
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              bridge_client_session: {
                                                  properties: ...;
                                                  required: ...;
                                                  type: ...;
                                                  x-route-path: ...;
                                                  x-undocumented: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: {
                          bridge_client_session: never[];
                      }[];
                      summary: string;
                      tags: never[];
                      x-fern-ignore: boolean;
                      x-response-key: string;
                      x-title: string;
                      x-undocumented: string;
                  };
                  post: {
                      description: string;
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              bridge_client_session: {
                                                  properties: ...;
                                                  required: ...;
                                                  type: ...;
                                                  x-route-path: ...;
                                                  x-undocumented: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: {
                          bridge_client_session: never[];
                      }[];
                      summary: string;
                      tags: never[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                      x-undocumented: string;
                  };
              }
              • get: {
                    description: string;
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            bridge_client_session: {
                                                properties: ...;
                                                required: ...;
                                                type: ...;
                                                x-route-path: ...;
                                                x-undocumented: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: {
                        bridge_client_session: never[];
                    }[];
                    summary: string;
                    tags: never[];
                    x-fern-ignore: boolean;
                    x-response-key: string;
                    x-title: string;
                    x-undocumented: string;
                }
                • description: string
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          bridge_client_session: {
                                              properties: ...;
                                              required: ...;
                                              type: ...;
                                              x-route-path: ...;
                                              x-undocumented: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge_client_session: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                          x-route-path: ...;
                                          x-undocumented: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    bridge_client_session: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                        x-route-path: ...;
                                        x-undocumented: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  bridge_client_session: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                      x-route-path: ...;
                                      x-undocumented: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                bridge_client_session: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                    x-route-path: ...;
                                    x-undocumented: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • bridge_client_session: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                                  x-route-path: ...;
                                  x-undocumented: ...;
                              }
                              • properties: ...
                              • required: ...
                              • type: ...
                              • x-route-path: ...
                              • x-undocumented: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: {
                      bridge_client_session: never[];
                  }[]
                • summary: string
                • tags: never[]
                • x-fern-ignore: boolean
                • x-response-key: string
                • x-title: string
                • x-undocumented: string
              • post: {
                    description: string;
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            bridge_client_session: {
                                                properties: ...;
                                                required: ...;
                                                type: ...;
                                                x-route-path: ...;
                                                x-undocumented: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: {
                        bridge_client_session: never[];
                    }[];
                    summary: string;
                    tags: never[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                    x-undocumented: string;
                }
                • description: string
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          bridge_client_session: {
                                              properties: ...;
                                              required: ...;
                                              type: ...;
                                              x-route-path: ...;
                                              x-undocumented: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge_client_session: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                          x-route-path: ...;
                                          x-undocumented: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    bridge_client_session: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                        x-route-path: ...;
                                        x-undocumented: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  bridge_client_session: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                      x-route-path: ...;
                                      x-undocumented: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                bridge_client_session: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                    x-route-path: ...;
                                    x-undocumented: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • bridge_client_session: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                                  x-route-path: ...;
                                  x-undocumented: ...;
                              }
                              • properties: ...
                              • required: ...
                              • type: ...
                              • x-route-path: ...
                              • x-undocumented: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: {
                      bridge_client_session: never[];
                  }[]
                • summary: string
                • tags: never[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
                • x-undocumented: string
            • /seam/bridge/v1/bridge_client_sessions/regenerate_pairing_code: {
                  post: {
                      description: string;
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              bridge_client_session: {
                                                  properties: ...;
                                                  required: ...;
                                                  type: ...;
                                                  x-route-path: ...;
                                                  x-undocumented: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: {
                          bridge_client_session: never[];
                      }[];
                      summary: string;
                      tags: never[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                      x-undocumented: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            bridge_client_session: {
                                                properties: ...;
                                                required: ...;
                                                type: ...;
                                                x-route-path: ...;
                                                x-undocumented: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: {
                        bridge_client_session: never[];
                    }[];
                    summary: string;
                    tags: never[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                    x-undocumented: string;
                }
                • description: string
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          bridge_client_session: {
                                              properties: ...;
                                              required: ...;
                                              type: ...;
                                              x-route-path: ...;
                                              x-undocumented: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        bridge_client_session: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                            x-route-path: ...;
                                            x-undocumented: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      bridge_client_session: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                          x-route-path: ...;
                                          x-undocumented: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    bridge_client_session: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                        x-route-path: ...;
                                        x-undocumented: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  bridge_client_session: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                      x-route-path: ...;
                                      x-undocumented: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                bridge_client_session: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                    x-route-path: ...;
                                    x-undocumented: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • bridge_client_session: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                                  x-route-path: ...;
                                  x-undocumented: ...;
                              }
                              • properties: ...
                              • required: ...
                              • type: ...
                              • x-route-path: ...
                              • x-undocumented: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: {
                      bridge_client_session: never[];
                  }[]
                • summary: string
                • tags: never[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
                • x-undocumented: string
            • /thermostats/activate_climate_preset: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/cool: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          cooling_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          cooling_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          sync: {
                                              default: boolean;
                                              type: string;
                                              x-undocumented: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        cooling_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        cooling_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        sync: {
                                            default: boolean;
                                            type: string;
                                            x-undocumented: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      cooling_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      cooling_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                          x-undocumented: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  cooling_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  cooling_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                      x-undocumented: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                cooling_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                cooling_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                    x-undocumented: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              cooling_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              cooling_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                                  x-undocumented: string;
                              };
                          }
                          • cooling_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • cooling_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • sync: {
                                default: boolean;
                                type: string;
                                x-undocumented: string;
                            }
                            • default: boolean
                            • type: string
                            • x-undocumented: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/create_climate_preset: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          cooling_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          cooling_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          fan_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          heating_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          hvac_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          manual_override_allowed: {
                                              default: boolean;
                                              deprecated: boolean;
                                              description: string;
                                              type: string;
                                              x-deprecated: string;
                                          };
                                          name: {
                                              default: null;
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        cooling_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        cooling_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        fan_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        heating_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        hvac_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        manual_override_allowed: {
                                            default: boolean;
                                            deprecated: boolean;
                                            description: string;
                                            type: string;
                                            x-deprecated: string;
                                        };
                                        name: {
                                            default: null;
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      cooling_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      cooling_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      fan_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      heating_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      hvac_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      manual_override_allowed: {
                                          default: boolean;
                                          deprecated: boolean;
                                          description: string;
                                          type: string;
                                          x-deprecated: string;
                                      };
                                      name: {
                                          default: null;
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        default: boolean;
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  cooling_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  cooling_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  fan_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  heating_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  hvac_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  manual_override_allowed: {
                                      default: boolean;
                                      deprecated: boolean;
                                      description: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  name: {
                                      default: null;
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                cooling_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                cooling_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                fan_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                heating_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                hvac_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                manual_override_allowed: {
                                    default: boolean;
                                    deprecated: boolean;
                                    description: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                name: {
                                    default: null;
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              cooling_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              cooling_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              fan_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              heating_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              hvac_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              manual_override_allowed: {
                                  default: boolean;
                                  deprecated: boolean;
                                  description: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              name: {
                                  default: null;
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • cooling_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • cooling_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • fan_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • heating_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • hvac_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • manual_override_allowed: {
                                default: boolean;
                                deprecated: boolean;
                                description: string;
                                type: string;
                                x-deprecated: string;
                            }
                            • default: boolean
                            • deprecated: boolean
                            • description: string
                            • type: string
                            • x-deprecated: string
                          • name: {
                                default: null;
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/delete_climate_preset: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/get: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          name: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              thermostat: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-deprecated: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                      x-undocumented: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        name: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            thermostat: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-deprecated: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                    x-undocumented: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      name: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  name: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                name: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              name: {
                                  description: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • name: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          thermostat: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      thermostat: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    thermostat: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  thermostat: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                thermostat: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • thermostat: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-deprecated: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
                • x-undocumented: string
            • /thermostats/heat: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          sync: {
                                              default: boolean;
                                              type: string;
                                              x-undocumented: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        sync: {
                                            default: boolean;
                                            type: string;
                                            x-undocumented: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                          x-undocumented: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                      x-undocumented: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                    x-undocumented: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                                  x-undocumented: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • sync: {
                                default: boolean;
                                type: string;
                                x-undocumented: string;
                            }
                            • default: boolean
                            • type: string
                            • x-undocumented: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/heat_cool: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          cooling_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          cooling_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          sync: {
                                              default: boolean;
                                              type: string;
                                              x-undocumented: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        cooling_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        cooling_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        sync: {
                                            default: boolean;
                                            type: string;
                                            x-undocumented: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      cooling_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      cooling_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                          x-undocumented: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  cooling_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  cooling_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                      x-undocumented: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                cooling_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                cooling_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                    x-undocumented: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              cooling_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              cooling_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                                  x-undocumented: string;
                              };
                          }
                          • cooling_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • cooling_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • sync: {
                                default: boolean;
                                type: string;
                                x-undocumented: string;
                            }
                            • default: boolean
                            • type: string
                            • x-undocumented: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/list: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          connect_webview_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          connected_account_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          connected_account_ids: {
                                              description: string;
                                              items: {
                                                  format: ...;
                                                  type: ...;
                                              };
                                              type: string;
                                          };
                                          created_before: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          custom_metadata_has: {
                                              additionalProperties: {
                                                  oneOf: ...;
                                              };
                                              description: string;
                                              type: string;
                                          };
                                          device_ids: {
                                              description: string;
                                              items: {
                                                  format: ...;
                                                  type: ...;
                                              };
                                              type: string;
                                          };
                                          device_type: {
                                              description: string;
                                              oneOf: (...)[];
                                          };
                                          device_types: {
                                              description: string;
                                              items: {
                                                  oneOf: ...;
                                              };
                                              type: string;
                                          };
                                          exclude_if: {
                                              items: {
                                                  enum: ...;
                                                  type: ...;
                                              };
                                              type: string;
                                              x-undocumented: string;
                                          };
                                          include_if: {
                                              items: {
                                                  enum: ...;
                                                  type: ...;
                                              };
                                              type: string;
                                              x-undocumented: string;
                                          };
                                          limit: {
                                              default: number;
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          manufacturer: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          user_identifier_key: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              devices: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                              thermostats: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        connect_webview_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        connected_account_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        connected_account_ids: {
                                            description: string;
                                            items: {
                                                format: ...;
                                                type: ...;
                                            };
                                            type: string;
                                        };
                                        created_before: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        custom_metadata_has: {
                                            additionalProperties: {
                                                oneOf: ...;
                                            };
                                            description: string;
                                            type: string;
                                        };
                                        device_ids: {
                                            description: string;
                                            items: {
                                                format: ...;
                                                type: ...;
                                            };
                                            type: string;
                                        };
                                        device_type: {
                                            description: string;
                                            oneOf: (...)[];
                                        };
                                        device_types: {
                                            description: string;
                                            items: {
                                                oneOf: ...;
                                            };
                                            type: string;
                                        };
                                        exclude_if: {
                                            items: {
                                                enum: ...;
                                                type: ...;
                                            };
                                            type: string;
                                            x-undocumented: string;
                                        };
                                        include_if: {
                                            items: {
                                                enum: ...;
                                                type: ...;
                                            };
                                            type: string;
                                            x-undocumented: string;
                                        };
                                        limit: {
                                            default: number;
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        manufacturer: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        user_identifier_key: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            devices: {
                                                items: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                            thermostats: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      connect_webview_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      connected_account_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      connected_account_ids: {
                                          description: string;
                                          items: {
                                              format: ...;
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      created_before: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      custom_metadata_has: {
                                          additionalProperties: {
                                              oneOf: ...;
                                          };
                                          description: string;
                                          type: string;
                                      };
                                      device_ids: {
                                          description: string;
                                          items: {
                                              format: ...;
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      device_type: {
                                          description: string;
                                          oneOf: (...)[];
                                      };
                                      device_types: {
                                          description: string;
                                          items: {
                                              oneOf: ...;
                                          };
                                          type: string;
                                      };
                                      exclude_if: {
                                          items: {
                                              enum: ...;
                                              type: ...;
                                          };
                                          type: string;
                                          x-undocumented: string;
                                      };
                                      include_if: {
                                          items: {
                                              enum: ...;
                                              type: ...;
                                          };
                                          type: string;
                                          x-undocumented: string;
                                      };
                                      limit: {
                                          default: number;
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      manufacturer: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      user_identifier_key: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    connect_webview_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    connected_account_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    created_before: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    custom_metadata_has: {
                                        additionalProperties: {
                                            oneOf: ...;
                                        };
                                        description: string;
                                        type: string;
                                    };
                                    device_ids: {
                                        description: string;
                                        items: {
                                            format: ...;
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    device_type: {
                                        description: string;
                                        oneOf: (...)[];
                                    };
                                    device_types: {
                                        description: string;
                                        items: {
                                            oneOf: ...;
                                        };
                                        type: string;
                                    };
                                    exclude_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    include_if: {
                                        items: {
                                            enum: ...;
                                            type: ...;
                                        };
                                        type: string;
                                        x-undocumented: string;
                                    };
                                    limit: {
                                        default: number;
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    manufacturer: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  connect_webview_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  connected_account_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  created_before: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  custom_metadata_has: {
                                      additionalProperties: {
                                          oneOf: ...;
                                      };
                                      description: string;
                                      type: string;
                                  };
                                  device_ids: {
                                      description: string;
                                      items: {
                                          format: ...;
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  device_type: {
                                      description: string;
                                      oneOf: (...)[];
                                  };
                                  device_types: {
                                      description: string;
                                      items: {
                                          oneOf: ...;
                                      };
                                      type: string;
                                  };
                                  exclude_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  include_if: {
                                      items: {
                                          enum: ...;
                                          type: ...;
                                      };
                                      type: string;
                                      x-undocumented: string;
                                  };
                                  limit: {
                                      default: number;
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  manufacturer: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                connect_webview_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                connected_account_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                created_before: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                custom_metadata_has: {
                                    additionalProperties: {
                                        oneOf: ...;
                                    };
                                    description: string;
                                    type: string;
                                };
                                device_ids: {
                                    description: string;
                                    items: {
                                        format: ...;
                                        type: ...;
                                    };
                                    type: string;
                                };
                                device_type: {
                                    description: string;
                                    oneOf: (...)[];
                                };
                                device_types: {
                                    description: string;
                                    items: {
                                        oneOf: ...;
                                    };
                                    type: string;
                                };
                                exclude_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                include_if: {
                                    items: {
                                        enum: ...;
                                        type: ...;
                                    };
                                    type: string;
                                    x-undocumented: string;
                                };
                                limit: {
                                    default: number;
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                manufacturer: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              connect_webview_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              connected_account_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              created_before: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              custom_metadata_has: {
                                  additionalProperties: {
                                      oneOf: ...;
                                  };
                                  description: string;
                                  type: string;
                              };
                              device_ids: {
                                  description: string;
                                  items: {
                                      format: ...;
                                      type: ...;
                                  };
                                  type: string;
                              };
                              device_type: {
                                  description: string;
                                  oneOf: (...)[];
                              };
                              device_types: {
                                  description: string;
                                  items: {
                                      oneOf: ...;
                                  };
                                  type: string;
                              };
                              exclude_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              include_if: {
                                  items: {
                                      enum: ...;
                                      type: ...;
                                  };
                                  type: string;
                                  x-undocumented: string;
                              };
                              limit: {
                                  default: number;
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              manufacturer: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          }
                          • connect_webview_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • connected_account_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • connected_account_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            }
                            • description: string
                            • items: {
                                  format: ...;
                                  type: ...;
                              }
                              • format: ...
                              • type: ...
                            • type: string
                          • created_before: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • custom_metadata_has: {
                                additionalProperties: {
                                    oneOf: ...;
                                };
                                description: string;
                                type: string;
                            }
                            • additionalProperties: {
                                  oneOf: ...;
                              }
                              • oneOf: ...
                            • description: string
                            • type: string
                          • device_ids: {
                                description: string;
                                items: {
                                    format: ...;
                                    type: ...;
                                };
                                type: string;
                            }
                            • description: string
                            • items: {
                                  format: ...;
                                  type: ...;
                              }
                              • format: ...
                              • type: ...
                            • type: string
                          • device_type: {
                                description: string;
                                oneOf: (...)[];
                            }
                            • description: string
                            • oneOf: (...)[]
                          • device_types: {
                                description: string;
                                items: {
                                    oneOf: ...;
                                };
                                type: string;
                            }
                            • description: string
                            • items: {
                                  oneOf: ...;
                              }
                              • oneOf: ...
                            • type: string
                          • exclude_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            }
                            • items: {
                                  enum: ...;
                                  type: ...;
                              }
                              • enum: ...
                              • type: ...
                            • type: string
                            • x-undocumented: string
                          • include_if: {
                                items: {
                                    enum: ...;
                                    type: ...;
                                };
                                type: string;
                                x-undocumented: string;
                            }
                            • items: {
                                  enum: ...;
                                  type: ...;
                              }
                              • enum: ...
                              • type: ...
                            • type: string
                            • x-undocumented: string
                          • limit: {
                                default: number;
                                description: string;
                                format: string;
                                type: string;
                            }
                            • default: number
                            • description: string
                            • format: string
                            • type: string
                          • manufacturer: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • user_identifier_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          devices: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                          thermostats: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                        thermostats: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                      thermostats: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                    thermostats: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                                  thermostats: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                                thermostats: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • devices: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • thermostats: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/off: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          sync: {
                                              default: boolean;
                                              type: string;
                                              x-undocumented: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        sync: {
                                            default: boolean;
                                            type: string;
                                            x-undocumented: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                          x-undocumented: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                      x-undocumented: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                    x-undocumented: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                                  x-undocumented: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • sync: {
                                default: boolean;
                                type: string;
                                x-undocumented: string;
                            }
                            • default: boolean
                            • type: string
                            • x-undocumented: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/schedules/create: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              type: string;
                                          };
                                          ends_at: {
                                              description: string;
                                              type: string;
                                          };
                                          is_override_allowed: {
                                              default: boolean;
                                              description: string;
                                              type: string;
                                          };
                                          max_override_period_minutes: {
                                              default: number;
                                              description: string;
                                              minimum: number;
                                              type: string;
                                          };
                                          name: {
                                              description: string;
                                              type: string;
                                          };
                                          starts_at: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              thermostat_schedule: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            type: string;
                                        };
                                        ends_at: {
                                            description: string;
                                            type: string;
                                        };
                                        is_override_allowed: {
                                            default: boolean;
                                            description: string;
                                            type: string;
                                        };
                                        max_override_period_minutes: {
                                            default: number;
                                            description: string;
                                            minimum: number;
                                            type: string;
                                        };
                                        name: {
                                            description: string;
                                            type: string;
                                        };
                                        starts_at: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            thermostat_schedule: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          type: string;
                                      };
                                      ends_at: {
                                          description: string;
                                          type: string;
                                      };
                                      is_override_allowed: {
                                          default: boolean;
                                          description: string;
                                          type: string;
                                      };
                                      max_override_period_minutes: {
                                          default: number;
                                          description: string;
                                          minimum: number;
                                          type: string;
                                      };
                                      name: {
                                          description: string;
                                          type: string;
                                      };
                                      starts_at: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        default: boolean;
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        default: number;
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      type: string;
                                  };
                                  is_override_allowed: {
                                      default: boolean;
                                      description: string;
                                      type: string;
                                  };
                                  max_override_period_minutes: {
                                      default: number;
                                      description: string;
                                      minimum: number;
                                      type: string;
                                  };
                                  name: {
                                      description: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    type: string;
                                };
                                is_override_allowed: {
                                    default: boolean;
                                    description: string;
                                    type: string;
                                };
                                max_override_period_minutes: {
                                    default: number;
                                    description: string;
                                    minimum: number;
                                    type: string;
                                };
                                name: {
                                    description: string;
                                    type: string;
                                };
                                starts_at: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  type: string;
                              };
                              is_override_allowed: {
                                  default: boolean;
                                  description: string;
                                  type: string;
                              };
                              max_override_period_minutes: {
                                  default: number;
                                  description: string;
                                  minimum: number;
                                  type: string;
                              };
                              name: {
                                  description: string;
                                  type: string;
                              };
                              starts_at: {
                                  description: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • device_id: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • ends_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • is_override_allowed: {
                                default: boolean;
                                description: string;
                                type: string;
                            }
                            • default: boolean
                            • description: string
                            • type: string
                          • max_override_period_minutes: {
                                default: number;
                                description: string;
                                minimum: number;
                                type: string;
                            }
                            • default: number
                            • description: string
                            • minimum: number
                            • type: string
                          • name: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • starts_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          thermostat_schedule: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      thermostat_schedule: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    thermostat_schedule: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  thermostat_schedule: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                thermostat_schedule: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • thermostat_schedule: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/schedules/delete: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          thermostat_schedule_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        thermostat_schedule_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      thermostat_schedule_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  thermostat_schedule_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                thermostat_schedule_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              thermostat_schedule_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • thermostat_schedule_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/schedules/get: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          thermostat_schedule_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              thermostat_schedule: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        thermostat_schedule_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            thermostat_schedule: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      thermostat_schedule_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  thermostat_schedule_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                thermostat_schedule_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              thermostat_schedule_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • thermostat_schedule_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          thermostat_schedule: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedule: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      thermostat_schedule: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    thermostat_schedule: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  thermostat_schedule: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                thermostat_schedule: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • thermostat_schedule: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/schedules/list: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identifier_key: {
                                              description: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              thermostat_schedules: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identifier_key: {
                                            description: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            thermostat_schedules: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identifier_key: {
                                          description: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identifier_key: {
                                        description: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identifier_key: {
                                      description: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identifier_key: {
                                    description: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identifier_key: {
                                  description: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identifier_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          thermostat_schedules: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        thermostat_schedules: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      thermostat_schedules: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    thermostat_schedules: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  thermostat_schedules: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                thermostat_schedules: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • thermostat_schedules: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/schedules/update: {
                  patch: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          ends_at: {
                                              description: string;
                                              type: string;
                                          };
                                          is_override_allowed: {
                                              description: string;
                                              type: string;
                                          };
                                          max_override_period_minutes: {
                                              description: string;
                                              minimum: number;
                                              type: string;
                                          };
                                          name: {
                                              description: string;
                                              type: string;
                                          };
                                          starts_at: {
                                              description: string;
                                              type: string;
                                          };
                                          thermostat_schedule_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          ends_at: {
                                              description: string;
                                              type: string;
                                          };
                                          is_override_allowed: {
                                              description: string;
                                              type: string;
                                          };
                                          max_override_period_minutes: {
                                              description: string;
                                              minimum: number;
                                              type: string;
                                          };
                                          name: {
                                              description: string;
                                              type: string;
                                          };
                                          starts_at: {
                                              description: string;
                                              type: string;
                                          };
                                          thermostat_schedule_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • patch: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        ends_at: {
                                            description: string;
                                            type: string;
                                        };
                                        is_override_allowed: {
                                            description: string;
                                            type: string;
                                        };
                                        max_override_period_minutes: {
                                            description: string;
                                            minimum: number;
                                            type: string;
                                        };
                                        name: {
                                            description: string;
                                            type: string;
                                        };
                                        starts_at: {
                                            description: string;
                                            type: string;
                                        };
                                        thermostat_schedule_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      ends_at: {
                                          description: string;
                                          type: string;
                                      };
                                      is_override_allowed: {
                                          description: string;
                                          type: string;
                                      };
                                      max_override_period_minutes: {
                                          description: string;
                                          minimum: number;
                                          type: string;
                                      };
                                      name: {
                                          description: string;
                                          type: string;
                                      };
                                      starts_at: {
                                          description: string;
                                          type: string;
                                      };
                                      thermostat_schedule_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      type: string;
                                  };
                                  is_override_allowed: {
                                      description: string;
                                      type: string;
                                  };
                                  max_override_period_minutes: {
                                      description: string;
                                      minimum: number;
                                      type: string;
                                  };
                                  name: {
                                      description: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      description: string;
                                      type: string;
                                  };
                                  thermostat_schedule_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    type: string;
                                };
                                is_override_allowed: {
                                    description: string;
                                    type: string;
                                };
                                max_override_period_minutes: {
                                    description: string;
                                    minimum: number;
                                    type: string;
                                };
                                name: {
                                    description: string;
                                    type: string;
                                };
                                starts_at: {
                                    description: string;
                                    type: string;
                                };
                                thermostat_schedule_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  type: string;
                              };
                              is_override_allowed: {
                                  description: string;
                                  type: string;
                              };
                              max_override_period_minutes: {
                                  description: string;
                                  minimum: number;
                                  type: string;
                              };
                              name: {
                                  description: string;
                                  type: string;
                              };
                              starts_at: {
                                  description: string;
                                  type: string;
                              };
                              thermostat_schedule_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • ends_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • is_override_allowed: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • max_override_period_minutes: {
                                description: string;
                                minimum: number;
                                type: string;
                            }
                            • description: string
                            • minimum: number
                            • type: string
                          • name: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • starts_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • thermostat_schedule_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        ends_at: {
                                            description: string;
                                            type: string;
                                        };
                                        is_override_allowed: {
                                            description: string;
                                            type: string;
                                        };
                                        max_override_period_minutes: {
                                            description: string;
                                            minimum: number;
                                            type: string;
                                        };
                                        name: {
                                            description: string;
                                            type: string;
                                        };
                                        starts_at: {
                                            description: string;
                                            type: string;
                                        };
                                        thermostat_schedule_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      ends_at: {
                                          description: string;
                                          type: string;
                                      };
                                      is_override_allowed: {
                                          description: string;
                                          type: string;
                                      };
                                      max_override_period_minutes: {
                                          description: string;
                                          minimum: number;
                                          type: string;
                                      };
                                      name: {
                                          description: string;
                                          type: string;
                                      };
                                      starts_at: {
                                          description: string;
                                          type: string;
                                      };
                                      thermostat_schedule_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    ends_at: {
                                        description: string;
                                        type: string;
                                    };
                                    is_override_allowed: {
                                        description: string;
                                        type: string;
                                    };
                                    max_override_period_minutes: {
                                        description: string;
                                        minimum: number;
                                        type: string;
                                    };
                                    name: {
                                        description: string;
                                        type: string;
                                    };
                                    starts_at: {
                                        description: string;
                                        type: string;
                                    };
                                    thermostat_schedule_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  ends_at: {
                                      description: string;
                                      type: string;
                                  };
                                  is_override_allowed: {
                                      description: string;
                                      type: string;
                                  };
                                  max_override_period_minutes: {
                                      description: string;
                                      minimum: number;
                                      type: string;
                                  };
                                  name: {
                                      description: string;
                                      type: string;
                                  };
                                  starts_at: {
                                      description: string;
                                      type: string;
                                  };
                                  thermostat_schedule_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                ends_at: {
                                    description: string;
                                    type: string;
                                };
                                is_override_allowed: {
                                    description: string;
                                    type: string;
                                };
                                max_override_period_minutes: {
                                    description: string;
                                    minimum: number;
                                    type: string;
                                };
                                name: {
                                    description: string;
                                    type: string;
                                };
                                starts_at: {
                                    description: string;
                                    type: string;
                                };
                                thermostat_schedule_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              ends_at: {
                                  description: string;
                                  type: string;
                              };
                              is_override_allowed: {
                                  description: string;
                                  type: string;
                              };
                              max_override_period_minutes: {
                                  description: string;
                                  minimum: number;
                                  type: string;
                              };
                              name: {
                                  description: string;
                                  type: string;
                              };
                              starts_at: {
                                  description: string;
                                  type: string;
                              };
                              thermostat_schedule_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • ends_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • is_override_allowed: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • max_override_period_minutes: {
                                description: string;
                                minimum: number;
                                type: string;
                            }
                            • description: string
                            • minimum: number
                            • type: string
                          • name: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • starts_at: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • thermostat_schedule_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/set_fallback_climate_preset: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/set_fan_mode: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              format: string;
                                              type: string;
                                          };
                                          fan_mode: {
                                              deprecated: boolean;
                                              enum: (...)[];
                                              type: string;
                                              x-deprecated: string;
                                          };
                                          fan_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          sync: {
                                              default: boolean;
                                              type: string;
                                              x-undocumented: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            format: string;
                                            type: string;
                                        };
                                        fan_mode: {
                                            deprecated: boolean;
                                            enum: (...)[];
                                            type: string;
                                            x-deprecated: string;
                                        };
                                        fan_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        sync: {
                                            default: boolean;
                                            type: string;
                                            x-undocumented: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          format: string;
                                          type: string;
                                      };
                                      fan_mode: {
                                          deprecated: boolean;
                                          enum: (...)[];
                                          type: string;
                                          x-deprecated: string;
                                      };
                                      fan_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      sync: {
                                          default: boolean;
                                          type: string;
                                          x-undocumented: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode: {
                                        deprecated: boolean;
                                        enum: (...)[];
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    sync: {
                                        default: boolean;
                                        type: string;
                                        x-undocumented: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      format: string;
                                      type: string;
                                  };
                                  fan_mode: {
                                      deprecated: boolean;
                                      enum: (...)[];
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  fan_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  sync: {
                                      default: boolean;
                                      type: string;
                                      x-undocumented: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    format: string;
                                    type: string;
                                };
                                fan_mode: {
                                    deprecated: boolean;
                                    enum: (...)[];
                                    type: string;
                                    x-deprecated: string;
                                };
                                fan_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                sync: {
                                    default: boolean;
                                    type: string;
                                    x-undocumented: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  format: string;
                                  type: string;
                              };
                              fan_mode: {
                                  deprecated: boolean;
                                  enum: (...)[];
                                  type: string;
                                  x-deprecated: string;
                              };
                              fan_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              sync: {
                                  default: boolean;
                                  type: string;
                                  x-undocumented: string;
                              };
                          }
                          • device_id: {
                                format: string;
                                type: string;
                            }
                            • format: string
                            • type: string
                          • fan_mode: {
                                deprecated: boolean;
                                enum: (...)[];
                                type: string;
                                x-deprecated: string;
                            }
                            • deprecated: boolean
                            • enum: (...)[]
                            • type: string
                            • x-deprecated: string
                          • fan_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • sync: {
                                default: boolean;
                                type: string;
                                x-undocumented: string;
                            }
                            • default: boolean
                            • type: string
                            • x-undocumented: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/set_hvac_mode: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      discriminator: {
                                          propertyName: string;
                                      };
                                      oneOf: ({
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      })[];
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    discriminator: {
                                        propertyName: string;
                                    };
                                    oneOf: ({
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    })[];
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  discriminator: {
                                      propertyName: string;
                                  };
                                  oneOf: ({
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  })[];
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              discriminator: {
                                  propertyName: string;
                              };
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      }
                      • schema: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        }
                        • discriminator: {
                              propertyName: string;
                          }
                          • propertyName: string
                        • oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[]
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /thermostats/set_temperature_threshold: {
                  patch: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          lower_limit_celsius: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          lower_limit_fahrenheit: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          upper_limit_celsius: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          upper_limit_fahrenheit: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          lower_limit_celsius: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          lower_limit_fahrenheit: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          upper_limit_celsius: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          upper_limit_fahrenheit: {
                                              default: null;
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • patch: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        lower_limit_celsius: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        lower_limit_fahrenheit: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        upper_limit_celsius: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        upper_limit_fahrenheit: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      lower_limit_celsius: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      lower_limit_fahrenheit: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      upper_limit_celsius: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      upper_limit_fahrenheit: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  lower_limit_celsius: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  lower_limit_fahrenheit: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  upper_limit_celsius: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  upper_limit_fahrenheit: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                lower_limit_celsius: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                lower_limit_fahrenheit: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                upper_limit_celsius: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                upper_limit_fahrenheit: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              lower_limit_celsius: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              lower_limit_fahrenheit: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              upper_limit_celsius: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              upper_limit_fahrenheit: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • lower_limit_celsius: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • lower_limit_fahrenheit: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • upper_limit_celsius: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • upper_limit_fahrenheit: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        lower_limit_celsius: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        lower_limit_fahrenheit: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        upper_limit_celsius: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        upper_limit_fahrenheit: {
                                            default: null;
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      lower_limit_celsius: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      lower_limit_fahrenheit: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      upper_limit_celsius: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      upper_limit_fahrenheit: {
                                          default: null;
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    lower_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    lower_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_celsius: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    upper_limit_fahrenheit: {
                                        default: null;
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  lower_limit_celsius: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  lower_limit_fahrenheit: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  upper_limit_celsius: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  upper_limit_fahrenheit: {
                                      default: null;
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                lower_limit_celsius: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                lower_limit_fahrenheit: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                upper_limit_celsius: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                upper_limit_fahrenheit: {
                                    default: null;
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              lower_limit_celsius: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              lower_limit_fahrenheit: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              upper_limit_celsius: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              upper_limit_fahrenheit: {
                                  default: null;
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • lower_limit_celsius: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • lower_limit_fahrenheit: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • upper_limit_celsius: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • upper_limit_fahrenheit: {
                                default: null;
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/simulate/hvac_mode_adjusted: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      discriminator: {
                                          propertyName: string;
                                      };
                                      oneOf: ({
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      })[];
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    discriminator: {
                                        propertyName: string;
                                    };
                                    oneOf: ({
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    })[];
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  discriminator: {
                                      propertyName: string;
                                  };
                                  oneOf: ({
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  })[];
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                discriminator: {
                                    propertyName: string;
                                };
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              discriminator: {
                                  propertyName: string;
                              };
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      }
                      • schema: {
                            discriminator: {
                                propertyName: string;
                            };
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        }
                        • discriminator: {
                              propertyName: string;
                          }
                          • propertyName: string
                        • oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[]
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/simulate/temperature_reached: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          temperature_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          temperature_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        temperature_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        temperature_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      temperature_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      temperature_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    temperature_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  temperature_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  temperature_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                temperature_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                temperature_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              temperature_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              temperature_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • temperature_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • temperature_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /thermostats/update_climate_preset: {
                  patch: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          cooling_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          cooling_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          fan_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          heating_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          hvac_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          manual_override_allowed: {
                                              deprecated: boolean;
                                              description: string;
                                              type: string;
                                              x-deprecated: string;
                                          };
                                          name: {
                                              default: null;
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          climate_preset_key: {
                                              description: string;
                                              type: string;
                                          };
                                          cooling_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          cooling_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          fan_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          heating_set_point_celsius: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          heating_set_point_fahrenheit: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          hvac_mode_setting: {
                                              description: string;
                                              enum: (...)[];
                                              type: string;
                                          };
                                          manual_override_allowed: {
                                              deprecated: boolean;
                                              description: string;
                                              type: string;
                                              x-deprecated: string;
                                          };
                                          name: {
                                              default: null;
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • patch: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        cooling_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        cooling_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        fan_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        heating_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        hvac_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        manual_override_allowed: {
                                            deprecated: boolean;
                                            description: string;
                                            type: string;
                                            x-deprecated: string;
                                        };
                                        name: {
                                            default: null;
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      cooling_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      cooling_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      fan_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      heating_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      hvac_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      manual_override_allowed: {
                                          deprecated: boolean;
                                          description: string;
                                          type: string;
                                          x-deprecated: string;
                                      };
                                      name: {
                                          default: null;
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  cooling_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  cooling_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  fan_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  heating_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  hvac_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  manual_override_allowed: {
                                      deprecated: boolean;
                                      description: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  name: {
                                      default: null;
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                cooling_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                cooling_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                fan_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                heating_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                hvac_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                manual_override_allowed: {
                                    deprecated: boolean;
                                    description: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                name: {
                                    default: null;
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              cooling_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              cooling_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              fan_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              heating_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              hvac_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              manual_override_allowed: {
                                  deprecated: boolean;
                                  description: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              name: {
                                  default: null;
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • cooling_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • cooling_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • fan_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • heating_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • hvac_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • manual_override_allowed: {
                                deprecated: boolean;
                                description: string;
                                type: string;
                                x-deprecated: string;
                            }
                            • deprecated: boolean
                            • description: string
                            • type: string
                            • x-deprecated: string
                          • name: {
                                default: null;
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        climate_preset_key: {
                                            description: string;
                                            type: string;
                                        };
                                        cooling_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        cooling_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        fan_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        heating_set_point_celsius: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        heating_set_point_fahrenheit: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        hvac_mode_setting: {
                                            description: string;
                                            enum: (...)[];
                                            type: string;
                                        };
                                        manual_override_allowed: {
                                            deprecated: boolean;
                                            description: string;
                                            type: string;
                                            x-deprecated: string;
                                        };
                                        name: {
                                            default: null;
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      climate_preset_key: {
                                          description: string;
                                          type: string;
                                      };
                                      cooling_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      cooling_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      fan_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      heating_set_point_celsius: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      heating_set_point_fahrenheit: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      hvac_mode_setting: {
                                          description: string;
                                          enum: (...)[];
                                          type: string;
                                      };
                                      manual_override_allowed: {
                                          deprecated: boolean;
                                          description: string;
                                          type: string;
                                          x-deprecated: string;
                                      };
                                      name: {
                                          default: null;
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    climate_preset_key: {
                                        description: string;
                                        type: string;
                                    };
                                    cooling_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    cooling_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    fan_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    heating_set_point_celsius: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    heating_set_point_fahrenheit: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    hvac_mode_setting: {
                                        description: string;
                                        enum: (...)[];
                                        type: string;
                                    };
                                    manual_override_allowed: {
                                        deprecated: boolean;
                                        description: string;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    name: {
                                        default: null;
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  climate_preset_key: {
                                      description: string;
                                      type: string;
                                  };
                                  cooling_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  cooling_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  fan_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  heating_set_point_celsius: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  heating_set_point_fahrenheit: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  hvac_mode_setting: {
                                      description: string;
                                      enum: (...)[];
                                      type: string;
                                  };
                                  manual_override_allowed: {
                                      deprecated: boolean;
                                      description: string;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  name: {
                                      default: null;
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                climate_preset_key: {
                                    description: string;
                                    type: string;
                                };
                                cooling_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                cooling_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                fan_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                heating_set_point_celsius: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                heating_set_point_fahrenheit: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                hvac_mode_setting: {
                                    description: string;
                                    enum: (...)[];
                                    type: string;
                                };
                                manual_override_allowed: {
                                    deprecated: boolean;
                                    description: string;
                                    type: string;
                                    x-deprecated: string;
                                };
                                name: {
                                    default: null;
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              climate_preset_key: {
                                  description: string;
                                  type: string;
                              };
                              cooling_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              cooling_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              fan_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              heating_set_point_celsius: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              heating_set_point_fahrenheit: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              hvac_mode_setting: {
                                  description: string;
                                  enum: (...)[];
                                  type: string;
                              };
                              manual_override_allowed: {
                                  deprecated: boolean;
                                  description: string;
                                  type: string;
                                  x-deprecated: string;
                              };
                              name: {
                                  default: null;
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • climate_preset_key: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • cooling_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • cooling_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • fan_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • heating_set_point_celsius: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • heating_set_point_fahrenheit: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • hvac_mode_setting: {
                                description: string;
                                enum: (...)[];
                                type: string;
                            }
                            • description: string
                            • enum: (...)[]
                            • type: string
                          • manual_override_allowed: {
                                deprecated: boolean;
                                description: string;
                                type: string;
                                x-deprecated: string;
                            }
                            • deprecated: boolean
                            • description: string
                            • type: string
                            • x-deprecated: string
                          • name: {
                                default: null;
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • default: null
                            • description: string
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /user_identities/add_acs_user: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_user_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
                  put: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_user_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
              • put: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
            • /user_identities/create: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          email_address: {
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          full_name: {
                                              description: string;
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          phone_number: {
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          user_identity_key: {
                                              description: string;
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              user_identity: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        email_address: {
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        full_name: {
                                            description: string;
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        phone_number: {
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        user_identity_key: {
                                            description: string;
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            user_identity: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      email_address: {
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      full_name: {
                                          description: string;
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      phone_number: {
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      user_identity_key: {
                                          description: string;
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  email_address: {
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  full_name: {
                                      description: string;
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  user_identity_key: {
                                      description: string;
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                email_address: {
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                full_name: {
                                    description: string;
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                user_identity_key: {
                                    description: string;
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              email_address: {
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              full_name: {
                                  description: string;
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              user_identity_key: {
                                  description: string;
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • email_address: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • full_name: {
                                description: string;
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • minLength: number
                            • nullable: boolean
                            • type: string
                          • phone_number: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • nullable: boolean
                            • type: string
                          • user_identity_key: {
                                description: string;
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • minLength: number
                            • nullable: boolean
                            • type: string
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          user_identity: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      user_identity: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    user_identity: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  user_identity: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                user_identity: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • user_identity: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/delete: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /user_identities/enrollment_automations/delete: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          enrollment_automation_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      enrollment_automation_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  enrollment_automation_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                enrollment_automation_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              enrollment_automation_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • enrollment_automation_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /user_identities/enrollment_automations/get: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          enrollment_automation_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              enrollment_automation: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            enrollment_automation: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      enrollment_automation_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  enrollment_automation_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                enrollment_automation_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              enrollment_automation_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • enrollment_automation_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          enrollment_automation: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      enrollment_automation: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  enrollment_automation: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                enrollment_automation: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • enrollment_automation: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/enrollment_automations/launch: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_credential_pool_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          create_credential_manager_user: {
                                              description: string;
                                              type: string;
                                          };
                                          credential_manager_acs_system_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          credential_manager_acs_user_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              enrollment_automation: {
                                                  properties: ...;
                                                  required: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_credential_pool_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        create_credential_manager_user: {
                                            description: string;
                                            type: string;
                                        };
                                        credential_manager_acs_system_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        credential_manager_acs_user_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            enrollment_automation: {
                                                properties: ...;
                                                required: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_credential_pool_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      create_credential_manager_user: {
                                          description: string;
                                          type: string;
                                      };
                                      credential_manager_acs_system_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      credential_manager_acs_user_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_credential_pool_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    create_credential_manager_user: {
                                        description: string;
                                        type: string;
                                    };
                                    credential_manager_acs_system_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    credential_manager_acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  acs_credential_pool_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  create_credential_manager_user: {
                                      description: string;
                                      type: string;
                                  };
                                  credential_manager_acs_system_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  credential_manager_acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                acs_credential_pool_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                create_credential_manager_user: {
                                    description: string;
                                    type: string;
                                };
                                credential_manager_acs_system_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                credential_manager_acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              acs_credential_pool_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              create_credential_manager_user: {
                                  description: string;
                                  type: string;
                              };
                              credential_manager_acs_system_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              credential_manager_acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • acs_credential_pool_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • create_credential_manager_user: {
                                description: string;
                                type: string;
                            }
                            • description: string
                            • type: string
                          • credential_manager_acs_system_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • credential_manager_acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          enrollment_automation: {
                                              properties: ...;
                                              required: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automation: {
                                            properties: ...;
                                            required: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      enrollment_automation: {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    enrollment_automation: {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  enrollment_automation: {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                enrollment_automation: {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • enrollment_automation: {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              }
                              • properties: ...
                              • required: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/enrollment_automations/list: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              enrollment_automations: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            enrollment_automations: {
                                                items: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          enrollment_automations: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        enrollment_automations: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      enrollment_automations: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    enrollment_automations: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  enrollment_automations: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                enrollment_automations: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • enrollment_automations: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/get: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      oneOf: ({
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      } | {
                                          properties: ...;
                                          required: ...;
                                          type: ...;
                                      })[];
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              user_identity: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    oneOf: ({
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    } | {
                                        properties: ...;
                                        required: ...;
                                        type: ...;
                                    })[];
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            user_identity: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  oneOf: ({
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  } | {
                                      properties: ...;
                                      required: ...;
                                      type: ...;
                                  })[];
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                oneOf: ({
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                } | {
                                    properties: ...;
                                    required: ...;
                                    type: ...;
                                })[];
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              oneOf: ({
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              } | {
                                  properties: ...;
                                  required: ...;
                                  type: ...;
                              })[];
                          };
                      }
                      • schema: {
                            oneOf: ({
                                properties: ...;
                                required: ...;
                                type: ...;
                            } | {
                                properties: ...;
                                required: ...;
                                type: ...;
                            })[];
                        }
                        • oneOf: ({
                              properties: ...;
                              required: ...;
                              type: ...;
                          } | {
                              properties: ...;
                              required: ...;
                              type: ...;
                          })[]
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          user_identity: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identity: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      user_identity: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    user_identity: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  user_identity: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                user_identity: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • user_identity: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/grant_access_to_device: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
                  put: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
              • put: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
            • /user_identities/list: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          credential_manager_acs_system_id: {
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              user_identities: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        credential_manager_acs_system_id: {
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            user_identities: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      credential_manager_acs_system_id: {
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    credential_manager_acs_system_id: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  credential_manager_acs_system_id: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                credential_manager_acs_system_id: {
                                    format: string;
                                    type: string;
                                };
                            };
                            type: string;
                        }
                        • properties: {
                              credential_manager_acs_system_id: {
                                  format: string;
                                  type: string;
                              };
                          }
                          • credential_manager_acs_system_id: {
                                format: string;
                                type: string;
                            }
                            • format: string
                            • type: string
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          user_identities: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        user_identities: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      user_identities: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    user_identities: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  user_identities: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                user_identities: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • user_identities: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/list_accessible_devices: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              accessible_devices: {
                                                  deprecated: ...;
                                                  items: ...;
                                                  type: ...;
                                                  x-deprecated: ...;
                                              };
                                              devices: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            accessible_devices: {
                                                deprecated: ...;
                                                items: ...;
                                                type: ...;
                                                x-deprecated: ...;
                                            };
                                            devices: {
                                                items: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          accessible_devices: {
                                              deprecated: ...;
                                              items: ...;
                                              type: ...;
                                              x-deprecated: ...;
                                          };
                                          devices: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        accessible_devices: {
                                            deprecated: ...;
                                            items: ...;
                                            type: ...;
                                            x-deprecated: ...;
                                        };
                                        devices: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      accessible_devices: {
                                          deprecated: ...;
                                          items: ...;
                                          type: ...;
                                          x-deprecated: ...;
                                      };
                                      devices: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    accessible_devices: {
                                        deprecated: ...;
                                        items: ...;
                                        type: ...;
                                        x-deprecated: ...;
                                    };
                                    devices: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  accessible_devices: {
                                      deprecated: ...;
                                      items: ...;
                                      type: ...;
                                      x-deprecated: ...;
                                  };
                                  devices: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                accessible_devices: {
                                    deprecated: ...;
                                    items: ...;
                                    type: ...;
                                    x-deprecated: ...;
                                };
                                devices: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • accessible_devices: {
                                  deprecated: ...;
                                  items: ...;
                                  type: ...;
                                  x-deprecated: ...;
                              }
                              • deprecated: ...
                              • items: ...
                              • type: ...
                              • x-deprecated: ...
                            • devices: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/list_acs_systems: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              acs_systems: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            acs_systems: {
                                                items: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_systems: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_systems: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_systems: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    acs_systems: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  acs_systems: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                acs_systems: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • acs_systems: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/list_acs_users: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              acs_users: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            acs_users: {
                                                items: ...;
                                                type: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_users: {
                                              items: ...;
                                              type: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_users: {
                                            items: ...;
                                            type: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_users: {
                                          items: ...;
                                          type: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    acs_users: {
                                        items: ...;
                                        type: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  acs_users: {
                                      items: ...;
                                      type: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                acs_users: {
                                    items: ...;
                                    type: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • acs_users: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
                • x-title: string
            • /user_identities/remove_acs_user: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          acs_user_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        acs_user_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      acs_user_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    acs_user_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  acs_user_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                acs_user_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              acs_user_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • acs_user_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /user_identities/revoke_access_to_device: {
                  post: {
                      description: string;
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          device_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • post: {
                    description: string;
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        device_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • description: string
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      device_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    device_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  device_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                device_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              device_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                          }
                          • device_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /user_identities/update: {
                  patch: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          email_address: {
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          full_name: {
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          phone_number: {
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_key: {
                                              description: string;
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                      x-title: string;
                  };
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          email_address: {
                                              description: string;
                                              format: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          full_name: {
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          phone_number: {
                                              description: string;
                                              nullable: boolean;
                                              type: string;
                                          };
                                          user_identity_id: {
                                              description: string;
                                              format: string;
                                              type: string;
                                          };
                                          user_identity_key: {
                                              description: string;
                                              minLength: number;
                                              nullable: boolean;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                      x-title: string;
                  };
              }
              • patch: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        email_address: {
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        full_name: {
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        phone_number: {
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_key: {
                                            description: string;
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                    x-title: string;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      email_address: {
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      full_name: {
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      phone_number: {
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_key: {
                                          description: string;
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  email_address: {
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  full_name: {
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_key: {
                                      description: string;
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                email_address: {
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                full_name: {
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_key: {
                                    description: string;
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              email_address: {
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              full_name: {
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_key: {
                                  description: string;
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • email_address: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • full_name: {
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • minLength: number
                            • nullable: boolean
                            • type: string
                          • phone_number: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • nullable: boolean
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_key: {
                                description: string;
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • minLength: number
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
                • x-title: string
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        email_address: {
                                            description: string;
                                            format: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        full_name: {
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        phone_number: {
                                            description: string;
                                            nullable: boolean;
                                            type: string;
                                        };
                                        user_identity_id: {
                                            description: string;
                                            format: string;
                                            type: string;
                                        };
                                        user_identity_key: {
                                            description: string;
                                            minLength: number;
                                            nullable: boolean;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                    x-title: string;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      email_address: {
                                          description: string;
                                          format: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      full_name: {
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      phone_number: {
                                          description: string;
                                          nullable: boolean;
                                          type: string;
                                      };
                                      user_identity_id: {
                                          description: string;
                                          format: string;
                                          type: string;
                                      };
                                      user_identity_key: {
                                          description: string;
                                          minLength: number;
                                          nullable: boolean;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    email_address: {
                                        description: string;
                                        format: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    full_name: {
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    phone_number: {
                                        description: string;
                                        nullable: boolean;
                                        type: string;
                                    };
                                    user_identity_id: {
                                        description: string;
                                        format: string;
                                        type: string;
                                    };
                                    user_identity_key: {
                                        description: string;
                                        minLength: number;
                                        nullable: boolean;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  email_address: {
                                      description: string;
                                      format: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  full_name: {
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  phone_number: {
                                      description: string;
                                      nullable: boolean;
                                      type: string;
                                  };
                                  user_identity_id: {
                                      description: string;
                                      format: string;
                                      type: string;
                                  };
                                  user_identity_key: {
                                      description: string;
                                      minLength: number;
                                      nullable: boolean;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                email_address: {
                                    description: string;
                                    format: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                full_name: {
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                                phone_number: {
                                    description: string;
                                    nullable: boolean;
                                    type: string;
                                };
                                user_identity_id: {
                                    description: string;
                                    format: string;
                                    type: string;
                                };
                                user_identity_key: {
                                    description: string;
                                    minLength: number;
                                    nullable: boolean;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              email_address: {
                                  description: string;
                                  format: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              full_name: {
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                              phone_number: {
                                  description: string;
                                  nullable: boolean;
                                  type: string;
                              };
                              user_identity_id: {
                                  description: string;
                                  format: string;
                                  type: string;
                              };
                              user_identity_key: {
                                  description: string;
                                  minLength: number;
                                  nullable: boolean;
                                  type: string;
                              };
                          }
                          • email_address: {
                                description: string;
                                format: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • nullable: boolean
                            • type: string
                          • full_name: {
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • minLength: number
                            • nullable: boolean
                            • type: string
                          • phone_number: {
                                description: string;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • nullable: boolean
                            • type: string
                          • user_identity_id: {
                                description: string;
                                format: string;
                                type: string;
                            }
                            • description: string
                            • format: string
                            • type: string
                          • user_identity_key: {
                                description: string;
                                minLength: number;
                                nullable: boolean;
                                type: string;
                            }
                            • description: string
                            • minLength: number
                            • nullable: boolean
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
                • x-title: string
            • /webhooks/create: {
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          event_types: {
                                              default: (...)[];
                                              items: {
                                                  type: ...;
                                              };
                                              type: string;
                                          };
                                          url: {
                                              format: string;
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              webhook: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event_types: {
                                            default: (...)[];
                                            items: {
                                                type: ...;
                                            };
                                            type: string;
                                        };
                                        url: {
                                            format: string;
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            webhook: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      event_types: {
                                          default: (...)[];
                                          items: {
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      url: {
                                          format: string;
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        default: (...)[];
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    url: {
                                        format: string;
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  event_types: {
                                      default: (...)[];
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  url: {
                                      format: string;
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                event_types: {
                                    default: (...)[];
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                url: {
                                    format: string;
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              event_types: {
                                  default: (...)[];
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              url: {
                                  format: string;
                                  type: string;
                              };
                          }
                          • event_types: {
                                default: (...)[];
                                items: {
                                    type: ...;
                                };
                                type: string;
                            }
                            • default: (...)[]
                            • items: {
                                  type: ...;
                              }
                              • type: ...
                            • type: string
                          • url: {
                                format: string;
                                type: string;
                            }
                            • format: string
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          webhook: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      webhook: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    webhook: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  webhook: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                webhook: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • webhook: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /webhooks/delete: {
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          webhook_id: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                  };
              }
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        webhook_id: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      webhook_id: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  webhook_id: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                webhook_id: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              webhook_id: {
                                  type: string;
                              };
                          }
                          • webhook_id: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
            • /webhooks/get: {
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          webhook_id: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              webhook: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        webhook_id: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            webhook: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      webhook_id: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  webhook_id: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                webhook_id: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              webhook_id: {
                                  type: string;
                              };
                          }
                          • webhook_id: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          webhook: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhook: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      webhook: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    webhook: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  webhook: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                webhook: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • webhook: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /webhooks/list: {
                  get: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              webhooks: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: string;
                  };
                  post: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              webhooks: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • get: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            webhooks: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          webhooks: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      webhooks: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    webhooks: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  webhooks: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                webhooks: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • webhooks: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: string
              • post: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            webhooks: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          webhooks: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        webhooks: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      webhooks: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    webhooks: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  webhooks: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                webhooks: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • webhooks: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /webhooks/update: {
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          event_types: {
                                              items: {
                                                  type: ...;
                                              };
                                              type: string;
                                          };
                                          webhook_id: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-response-key: null;
                  };
                  put: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          event_types: {
                                              items: {
                                                  type: ...;
                                              };
                                              type: string;
                                          };
                                          webhook_id: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: null;
                  };
              }
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event_types: {
                                            items: {
                                                type: ...;
                                            };
                                            type: string;
                                        };
                                        webhook_id: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-response-key: null;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      event_types: {
                                          items: {
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      webhook_id: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  event_types: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  webhook_id: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                event_types: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                webhook_id: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              event_types: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              webhook_id: {
                                  type: string;
                              };
                          }
                          • event_types: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            }
                            • items: {
                                  type: ...;
                              }
                              • type: ...
                            • type: string
                          • webhook_id: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-response-key: null
              • put: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        event_types: {
                                            items: {
                                                type: ...;
                                            };
                                            type: string;
                                        };
                                        webhook_id: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: null;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      event_types: {
                                          items: {
                                              type: ...;
                                          };
                                          type: string;
                                      };
                                      webhook_id: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    event_types: {
                                        items: {
                                            type: ...;
                                        };
                                        type: string;
                                    };
                                    webhook_id: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  event_types: {
                                      items: {
                                          type: ...;
                                      };
                                      type: string;
                                  };
                                  webhook_id: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                event_types: {
                                    items: {
                                        type: ...;
                                    };
                                    type: string;
                                };
                                webhook_id: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              event_types: {
                                  items: {
                                      type: ...;
                                  };
                                  type: string;
                              };
                              webhook_id: {
                                  type: string;
                              };
                          }
                          • event_types: {
                                items: {
                                    type: ...;
                                };
                                type: string;
                            }
                            • items: {
                                  type: ...;
                              }
                              • type: ...
                            • type: string
                          • webhook_id: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: null
            • /workspaces/create: {
                  post: {
                      operationId: string;
                      requestBody: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          company_name: {
                                              type: string;
                                          };
                                          connect_partner_name: {
                                              deprecated: boolean;
                                              nullable: boolean;
                                              type: string;
                                              x-deprecated: string;
                                          };
                                          is_sandbox: {
                                              default: boolean;
                                              type: string;
                                          };
                                          name: {
                                              type: string;
                                          };
                                          webview_logo_shape: {
                                              enum: (...)[];
                                              type: string;
                                          };
                                          webview_primary_button_color: {
                                              type: string;
                                          };
                                          webview_primary_button_text_color: {
                                              type: string;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                      };
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              workspace: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_without_workspace: never[];
                      } | {
                          console_session_with_workspace: never[];
                          console_session_without_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace: never[];
                          pat_without_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • post: {
                    operationId: string;
                    requestBody: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        company_name: {
                                            type: string;
                                        };
                                        connect_partner_name: {
                                            deprecated: boolean;
                                            nullable: boolean;
                                            type: string;
                                            x-deprecated: string;
                                        };
                                        is_sandbox: {
                                            default: boolean;
                                            type: string;
                                        };
                                        name: {
                                            type: string;
                                        };
                                        webview_logo_shape: {
                                            enum: (...)[];
                                            type: string;
                                        };
                                        webview_primary_button_color: {
                                            type: string;
                                        };
                                        webview_primary_button_text_color: {
                                            type: string;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                    };
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            workspace: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_without_workspace: never[];
                    } | {
                        console_session_with_workspace: never[];
                        console_session_without_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace: never[];
                        pat_without_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • requestBody: {
                      content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      company_name: {
                                          type: string;
                                      };
                                      connect_partner_name: {
                                          deprecated: boolean;
                                          nullable: boolean;
                                          type: string;
                                          x-deprecated: string;
                                      };
                                      is_sandbox: {
                                          default: boolean;
                                          type: string;
                                      };
                                      name: {
                                          type: string;
                                      };
                                      webview_logo_shape: {
                                          enum: (...)[];
                                          type: string;
                                      };
                                      webview_primary_button_color: {
                                          type: string;
                                      };
                                      webview_primary_button_text_color: {
                                          type: string;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      };
                  }
                  • content: {
                        application/json: {
                            schema: {
                                properties: {
                                    company_name: {
                                        type: string;
                                    };
                                    connect_partner_name: {
                                        deprecated: boolean;
                                        nullable: boolean;
                                        type: string;
                                        x-deprecated: string;
                                    };
                                    is_sandbox: {
                                        default: boolean;
                                        type: string;
                                    };
                                    name: {
                                        type: string;
                                    };
                                    webview_logo_shape: {
                                        enum: (...)[];
                                        type: string;
                                    };
                                    webview_primary_button_color: {
                                        type: string;
                                    };
                                    webview_primary_button_text_color: {
                                        type: string;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        };
                    }
                    • application/json: {
                          schema: {
                              properties: {
                                  company_name: {
                                      type: string;
                                  };
                                  connect_partner_name: {
                                      deprecated: boolean;
                                      nullable: boolean;
                                      type: string;
                                      x-deprecated: string;
                                  };
                                  is_sandbox: {
                                      default: boolean;
                                      type: string;
                                  };
                                  name: {
                                      type: string;
                                  };
                                  webview_logo_shape: {
                                      enum: (...)[];
                                      type: string;
                                  };
                                  webview_primary_button_color: {
                                      type: string;
                                  };
                                  webview_primary_button_text_color: {
                                      type: string;
                                  };
                              };
                              required: string[];
                              type: string;
                          };
                      }
                      • schema: {
                            properties: {
                                company_name: {
                                    type: string;
                                };
                                connect_partner_name: {
                                    deprecated: boolean;
                                    nullable: boolean;
                                    type: string;
                                    x-deprecated: string;
                                };
                                is_sandbox: {
                                    default: boolean;
                                    type: string;
                                };
                                name: {
                                    type: string;
                                };
                                webview_logo_shape: {
                                    enum: (...)[];
                                    type: string;
                                };
                                webview_primary_button_color: {
                                    type: string;
                                };
                                webview_primary_button_text_color: {
                                    type: string;
                                };
                            };
                            required: string[];
                            type: string;
                        }
                        • properties: {
                              company_name: {
                                  type: string;
                              };
                              connect_partner_name: {
                                  deprecated: boolean;
                                  nullable: boolean;
                                  type: string;
                                  x-deprecated: string;
                              };
                              is_sandbox: {
                                  default: boolean;
                                  type: string;
                              };
                              name: {
                                  type: string;
                              };
                              webview_logo_shape: {
                                  enum: (...)[];
                                  type: string;
                              };
                              webview_primary_button_color: {
                                  type: string;
                              };
                              webview_primary_button_text_color: {
                                  type: string;
                              };
                          }
                          • company_name: {
                                type: string;
                            }
                            • type: string
                          • connect_partner_name: {
                                deprecated: boolean;
                                nullable: boolean;
                                type: string;
                                x-deprecated: string;
                            }
                            • deprecated: boolean
                            • nullable: boolean
                            • type: string
                            • x-deprecated: string
                          • is_sandbox: {
                                default: boolean;
                                type: string;
                            }
                            • default: boolean
                            • type: string
                          • name: {
                                type: string;
                            }
                            • type: string
                          • webview_logo_shape: {
                                enum: (...)[];
                                type: string;
                            }
                            • enum: (...)[]
                            • type: string
                          • webview_primary_button_color: {
                                type: string;
                            }
                            • type: string
                          • webview_primary_button_text_color: {
                                type: string;
                            }
                            • type: string
                        • required: string[]
                        • type: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          workspace: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      workspace: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    workspace: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  workspace: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                workspace: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • workspace: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_without_workspace: never[];
                  } | {
                      console_session_with_workspace: never[];
                      console_session_without_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace: never[];
                      pat_without_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /workspaces/get: {
                  get: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              workspace: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: string;
                  };
                  post: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              workspace: {
                                                  $ref: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • get: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            workspace: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          workspace: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      workspace: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    workspace: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  workspace: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                workspace: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • workspace: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: string
              • post: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            workspace: {
                                                $ref: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          workspace: {
                                              $ref: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspace: {
                                            $ref: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      workspace: {
                                          $ref: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    workspace: {
                                        $ref: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  workspace: {
                                      $ref: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                workspace: {
                                    $ref: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • workspace: {
                                  $ref: ...;
                              }
                              • $ref: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /workspaces/list: {
                  get: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              workspaces: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace: never[];
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace: never[];
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace: never[];
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-ignore: boolean;
                      x-response-key: string;
                  };
                  post: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              ok: {
                                                  type: ...;
                                              };
                                              workspaces: {
                                                  items: ...;
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace: never[];
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace: never[];
                      } | {
                          api_key: never[];
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session: never[];
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace: never[];
                          console_session_without_workspace?: undefined;
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          client_session?: undefined;
                          console_session_with_workspace?: undefined;
                          console_session_without_workspace: never[];
                          pat_with_workspace?: undefined;
                          pat_without_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • get: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            workspaces: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace: never[];
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace: never[];
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace: never[];
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-ignore: boolean;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          workspaces: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      workspaces: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    workspaces: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  workspaces: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                workspaces: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • workspaces: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace: never[];
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace: never[];
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace: never[];
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-ignore: boolean
                • x-response-key: string
              • post: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            ok: {
                                                type: ...;
                                            };
                                            workspaces: {
                                                items: ...;
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace: never[];
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace: never[];
                    } | {
                        api_key: never[];
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session: never[];
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace: never[];
                        console_session_without_workspace?: undefined;
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        client_session?: undefined;
                        console_session_with_workspace?: undefined;
                        console_session_without_workspace: never[];
                        pat_with_workspace?: undefined;
                        pat_without_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          ok: {
                                              type: ...;
                                          };
                                          workspaces: {
                                              items: ...;
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        ok: {
                                            type: ...;
                                        };
                                        workspaces: {
                                            items: ...;
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      ok: {
                                          type: ...;
                                      };
                                      workspaces: {
                                          items: ...;
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    ok: {
                                        type: ...;
                                    };
                                    workspaces: {
                                        items: ...;
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  ok: {
                                      type: ...;
                                  };
                                  workspaces: {
                                      items: ...;
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                ok: {
                                    type: ...;
                                };
                                workspaces: {
                                    items: ...;
                                    type: ...;
                                };
                            }
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                            • workspaces: {
                                  items: ...;
                                  type: ...;
                              }
                              • items: ...
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace: never[];
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace: never[];
                  } | {
                      api_key: never[];
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session: never[];
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace: never[];
                      console_session_without_workspace?: undefined;
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      client_session?: undefined;
                      console_session_with_workspace?: undefined;
                      console_session_without_workspace: never[];
                      pat_with_workspace?: undefined;
                      pat_without_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
            • /workspaces/reset_sandbox: {
                  post: {
                      operationId: string;
                      responses: {
                          200: {
                              content: {
                                  application/json: {
                                      schema: {
                                          properties: {
                                              action_attempt: {
                                                  $ref: ...;
                                              };
                                              ok: {
                                                  type: ...;
                                              };
                                          };
                                          required: string[];
                                          type: string;
                                      };
                                  };
                              };
                              description: string;
                          };
                          400: {
                              description: string;
                          };
                          401: {
                              description: string;
                          };
                      };
                      security: ({
                          api_key: never[];
                          console_session_with_workspace?: undefined;
                          pat_with_workspace?: undefined;
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace?: undefined;
                          pat_with_workspace: never[];
                      } | {
                          api_key?: undefined;
                          console_session_with_workspace: never[];
                          pat_with_workspace?: undefined;
                      })[];
                      summary: string;
                      tags: string[];
                      x-action-attempt-type: string;
                      x-fern-sdk-group-name: string[];
                      x-fern-sdk-method-name: string;
                      x-fern-sdk-return-value: string;
                      x-response-key: string;
                  };
              }
              • post: {
                    operationId: string;
                    responses: {
                        200: {
                            content: {
                                application/json: {
                                    schema: {
                                        properties: {
                                            action_attempt: {
                                                $ref: ...;
                                            };
                                            ok: {
                                                type: ...;
                                            };
                                        };
                                        required: string[];
                                        type: string;
                                    };
                                };
                            };
                            description: string;
                        };
                        400: {
                            description: string;
                        };
                        401: {
                            description: string;
                        };
                    };
                    security: ({
                        api_key: never[];
                        console_session_with_workspace?: undefined;
                        pat_with_workspace?: undefined;
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace?: undefined;
                        pat_with_workspace: never[];
                    } | {
                        api_key?: undefined;
                        console_session_with_workspace: never[];
                        pat_with_workspace?: undefined;
                    })[];
                    summary: string;
                    tags: string[];
                    x-action-attempt-type: string;
                    x-fern-sdk-group-name: string[];
                    x-fern-sdk-method-name: string;
                    x-fern-sdk-return-value: string;
                    x-response-key: string;
                }
                • operationId: string
                • responses: {
                      200: {
                          content: {
                              application/json: {
                                  schema: {
                                      properties: {
                                          action_attempt: {
                                              $ref: ...;
                                          };
                                          ok: {
                                              type: ...;
                                          };
                                      };
                                      required: string[];
                                      type: string;
                                  };
                              };
                          };
                          description: string;
                      };
                      400: {
                          description: string;
                      };
                      401: {
                          description: string;
                      };
                  }
                  • 200: {
                        content: {
                            application/json: {
                                schema: {
                                    properties: {
                                        action_attempt: {
                                            $ref: ...;
                                        };
                                        ok: {
                                            type: ...;
                                        };
                                    };
                                    required: string[];
                                    type: string;
                                };
                            };
                        };
                        description: string;
                    }
                    • content: {
                          application/json: {
                              schema: {
                                  properties: {
                                      action_attempt: {
                                          $ref: ...;
                                      };
                                      ok: {
                                          type: ...;
                                      };
                                  };
                                  required: string[];
                                  type: string;
                              };
                          };
                      }
                      • application/json: {
                            schema: {
                                properties: {
                                    action_attempt: {
                                        $ref: ...;
                                    };
                                    ok: {
                                        type: ...;
                                    };
                                };
                                required: string[];
                                type: string;
                            };
                        }
                        • schema: {
                              properties: {
                                  action_attempt: {
                                      $ref: ...;
                                  };
                                  ok: {
                                      type: ...;
                                  };
                              };
                              required: string[];
                              type: string;
                          }
                          • properties: {
                                action_attempt: {
                                    $ref: ...;
                                };
                                ok: {
                                    type: ...;
                                };
                            }
                            • action_attempt: {
                                  $ref: ...;
                              }
                              • $ref: ...
                            • ok: {
                                  type: ...;
                              }
                              • type: ...
                          • required: string[]
                          • type: string
                    • description: string
                  • 400: {
                        description: string;
                    }
                    • description: string
                  • 401: {
                        description: string;
                    }
                    • description: string
                • security: ({
                      api_key: never[];
                      console_session_with_workspace?: undefined;
                      pat_with_workspace?: undefined;
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace?: undefined;
                      pat_with_workspace: never[];
                  } | {
                      api_key?: undefined;
                      console_session_with_workspace: never[];
                      pat_with_workspace?: undefined;
                  })[]
                • summary: string
                • tags: string[]
                • x-action-attempt-type: string
                • x-fern-sdk-group-name: string[]
                • x-fern-sdk-method-name: string
                • x-fern-sdk-return-value: string
                • x-response-key: string
          • servers: {
                url: string;
            }[]
          • tags: {
                description: string;
                name: string;
            }[]