field-manager-python-client 4.4.82rc1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- field-manager-python-client/__init__.py +8 -0
- field-manager-python-client/api/__init__.py +1 -0
- field-manager-python-client/api/bff/__init__.py +0 -0
- field-manager-python-client/api/bff/get_files_in_project_projects_project_id_bff_files_get.py +222 -0
- field-manager-python-client/api/bff/get_location_summaries_projects_project_id_location_summaries_get.py +198 -0
- field-manager-python-client/api/bff/get_project_location_methodtypes_summary_organizations_organization_id_projectlocationmethodtypes_get.py +194 -0
- field-manager-python-client/api/bff/get_project_summaries_project_summaries_get.py +243 -0
- field-manager-python-client/api/comments/__init__.py +0 -0
- field-manager-python-client/api/comments/delete_comment_projects_project_id_locations_location_id_comments_comment_id_delete.py +246 -0
- field-manager-python-client/api/comments/get_comments_projects_project_id_locations_location_id_comments_get.py +235 -0
- field-manager-python-client/api/comments/get_likes_projects_project_id_locations_location_id_comments_comment_id_likes_get.py +248 -0
- field-manager-python-client/api/comments/like_comment_projects_project_id_locations_location_id_comments_comment_id_likes_post.py +242 -0
- field-manager-python-client/api/comments/modify_comment_projects_project_id_locations_location_id_comments_comment_id_text_put.py +255 -0
- field-manager-python-client/api/comments/submit_comment_projects_project_id_locations_location_id_comments_post.py +250 -0
- field-manager-python-client/api/comments/unlike_comment_projects_project_id_locations_location_id_comments_comment_id_likes_like_id_delete.py +247 -0
- field-manager-python-client/api/export/__init__.py +0 -0
- field-manager-python-client/api/export/export_files_projects_project_id_export_files_get.py +225 -0
- field-manager-python-client/api/export/export_projects_project_id_export_post.py +290 -0
- field-manager-python-client/api/files/__init__.py +0 -0
- field-manager-python-client/api/files/change_file_metadata_projects_project_id_files_file_id_put.py +220 -0
- field-manager-python-client/api/files/download_file_projects_project_id_files_file_id_download_get.py +246 -0
- field-manager-python-client/api/files/download_file_via_token_download_projects_project_id_file_get.py +248 -0
- field-manager-python-client/api/files/download_file_with_temporary_project_token_download_projects_project_id_file_file_id_get.py +261 -0
- field-manager-python-client/api/files/export_files_via_token_download_projects_project_id_export_files_get.py +240 -0
- field-manager-python-client/api/files/file_token_projects_project_id_files_file_id_token_get.py +198 -0
- field-manager-python-client/api/files/parse_project_file_projects_project_id_files_file_id_parse_post.py +275 -0
- field-manager-python-client/api/files/project_token_projects_project_id_token_get.py +180 -0
- field-manager-python-client/api/gis/__init__.py +0 -0
- field-manager-python-client/api/gis/get_locations_in_project_projects_project_id_gis_onshore_get.py +236 -0
- field-manager-python-client/api/location_types/__init__.py +0 -0
- field-manager-python-client/api/location_types/get_location_iogp_type_location_iogp_types_iogp_type_id_get.py +177 -0
- field-manager-python-client/api/location_types/get_location_iogp_types_location_iogp_types_get.py +154 -0
- field-manager-python-client/api/location_types/get_location_type_location_types_location_type_id_get.py +185 -0
- field-manager-python-client/api/location_types/get_location_types_location_types_get.py +107 -0
- field-manager-python-client/api/locations/__init__.py +0 -0
- field-manager-python-client/api/locations/add_location_to_project_projects_project_id_locations_post.py +214 -0
- field-manager-python-client/api/locations/delete_file_projects_project_id_locations_location_id_files_file_id_delete.py +223 -0
- field-manager-python-client/api/locations/delete_location_in_project_projects_project_id_locations_location_id_delete.py +194 -0
- field-manager-python-client/api/locations/delete_locations_in_project_projects_project_id_locations_delete.py +208 -0
- field-manager-python-client/api/locations/export_projects_project_id_locations_location_id_export_get.py +258 -0
- field-manager-python-client/api/locations/get_files_in_location_in_project_projects_project_id_locations_location_id_files_get.py +236 -0
- field-manager-python-client/api/locations/get_location_in_project_by_name_projects_project_id_locations_get_by_name_name_get.py +197 -0
- field-manager-python-client/api/locations/get_location_in_project_projects_project_id_locations_location_id_get.py +198 -0
- field-manager-python-client/api/locations/get_locations_in_project_projects_project_id_locations_get.py +307 -0
- field-manager-python-client/api/locations/queue_locations_to_project_projects_project_id_locations_queue_post.py +317 -0
- field-manager-python-client/api/locations/update_location_in_project_projects_project_id_locations_location_id_put.py +220 -0
- field-manager-python-client/api/locations/update_locations_in_project_projects_project_id_locations_put.py +217 -0
- field-manager-python-client/api/locations/upload_file_to_location_projects_project_id_locations_location_id_upload_post.py +505 -0
- field-manager-python-client/api/locations/upload_locations_to_project_projects_project_id_locations_upload_post.py +315 -0
- field-manager-python-client/api/map_layouts/__init__.py +0 -0
- field-manager-python-client/api/map_layouts/add_map_layout_to_project_projects_project_id_map_layouts_post.py +206 -0
- field-manager-python-client/api/map_layouts/add_map_layout_version_projects_project_id_map_layouts_map_layout_id_versions_post.py +220 -0
- field-manager-python-client/api/map_layouts/delete_map_layout_in_project_projects_project_id_map_layouts_map_layout_id_delete.py +194 -0
- field-manager-python-client/api/map_layouts/delete_map_layout_version_projects_project_id_map_layouts_map_layout_id_versions_map_layout_version_id_delete.py +207 -0
- field-manager-python-client/api/map_layouts/delete_map_layouts_in_project_projects_project_id_map_layouts_delete.py +212 -0
- field-manager-python-client/api/map_layouts/get_map_layout_in_project_projects_project_id_map_layouts_map_layout_id_get.py +198 -0
- field-manager-python-client/api/map_layouts/get_map_layouts_in_project_projects_project_id_map_layouts_get.py +190 -0
- field-manager-python-client/api/map_layouts/update_map_layout_in_project_projects_project_id_map_layouts_map_layout_id_put.py +220 -0
- field-manager-python-client/api/map_layouts/update_map_layout_version_projects_project_id_map_layouts_map_layout_id_versions_map_layout_version_id_put.py +237 -0
- field-manager-python-client/api/method_types/__init__.py +0 -0
- field-manager-python-client/api/method_types/get_method_type_method_types_method_type_id_get.py +176 -0
- field-manager-python-client/api/method_types/get_method_types_method_types_get.py +154 -0
- field-manager-python-client/api/methods/__init__.py +0 -0
- field-manager-python-client/api/methods/add_method_to_location_projects_project_id_locations_location_id_methods_post.py +587 -0
- field-manager-python-client/api/methods/create_data_row_projects_project_id_locations_location_id_methods_method_id_data_post.py +396 -0
- field-manager-python-client/api/methods/delete_data_row_projects_project_id_locations_location_id_methods_method_id_data_method_data_id_delete.py +220 -0
- field-manager-python-client/api/methods/delete_file_projects_project_id_locations_location_id_methods_method_id_files_file_id_delete.py +240 -0
- field-manager-python-client/api/methods/delete_method_for_location_projects_project_id_locations_location_id_methods_method_id_delete.py +207 -0
- field-manager-python-client/api/methods/export_projects_project_id_locations_location_id_methods_method_id_export_get.py +283 -0
- field-manager-python-client/api/methods/get_files_for_method_projects_project_id_locations_location_id_methods_method_id_files_get.py +249 -0
- field-manager-python-client/api/methods/get_method_projects_project_id_locations_location_id_methods_method_id_get.py +483 -0
- field-manager-python-client/api/methods/get_methods_data_projects_project_id_locations_location_id_methods_method_id_data_get.py +335 -0
- field-manager-python-client/api/methods/get_methods_for_location_of_type_projects_project_id_locations_location_id_methods_type_method_type_name_get.py +528 -0
- field-manager-python-client/api/methods/get_methods_for_location_projects_project_id_locations_location_id_methods_get.py +518 -0
- field-manager-python-client/api/methods/update_data_row_projects_project_id_locations_location_id_methods_method_id_data_method_data_id_put.py +402 -0
- field-manager-python-client/api/methods/update_method_for_location_projects_project_id_locations_location_id_methods_method_id_put.py +600 -0
- field-manager-python-client/api/methods/upload_file_projects_project_id_locations_location_id_methods_method_id_upload_post.py +538 -0
- field-manager-python-client/api/organizations/__init__.py +0 -0
- field-manager-python-client/api/organizations/add_organization_organizations_post.py +193 -0
- field-manager-python-client/api/organizations/delete_file_organizations_organization_id_files_file_id_delete.py +194 -0
- field-manager-python-client/api/organizations/download_file_organizations_organization_id_files_file_id_download_get.py +222 -0
- field-manager-python-client/api/organizations/get_files_in_organization_organizations_organization_id_files_get.py +246 -0
- field-manager-python-client/api/organizations/get_organization_by_external_id_organizations_get_by_external_id_external_id_get.py +184 -0
- field-manager-python-client/api/organizations/get_organization_organizations_organization_id_get.py +184 -0
- field-manager-python-client/api/organizations/get_organization_projects_organizations_organization_id_projects_get.py +228 -0
- field-manager-python-client/api/organizations/get_organization_users_organizations_organization_id_users_get.py +182 -0
- field-manager-python-client/api/organizations/get_organizations_organizations_get.py +215 -0
- field-manager-python-client/api/organizations/move_organization_project_organizations_organization_id_projects_project_id_move_post.py +228 -0
- field-manager-python-client/api/organizations/update_organization_organizations_organization_id_put.py +206 -0
- field-manager-python-client/api/organizations/upload_file_to_organization_organizations_organization_id_upload_post.py +205 -0
- field-manager-python-client/api/piezometers/__init__.py +0 -0
- field-manager-python-client/api/piezometers/create_piezometer_model_projects_project_id_piezometers_models_post.py +206 -0
- field-manager-python-client/api/piezometers/get_piezometer_model_projects_project_id_piezometers_models_model_id_get.py +190 -0
- field-manager-python-client/api/piezometers/get_piezometer_models_projects_project_id_piezometers_models_get.py +182 -0
- field-manager-python-client/api/piezometers/get_piezometer_units_piezometers_units_get.py +170 -0
- field-manager-python-client/api/piezometers/get_piezometer_vendor_projects_project_id_piezometers_vendors_vendor_id_get.py +190 -0
- field-manager-python-client/api/piezometers/get_piezometer_vendors_projects_project_id_piezometers_vendors_get.py +182 -0
- field-manager-python-client/api/piezometers/update_piezometer_model_projects_project_id_piezometers_models_model_id_put.py +220 -0
- field-manager-python-client/api/plots/__init__.py +0 -0
- field-manager-python-client/api/plots/get_plot_from_sequence_plots_project_project_id_format_post.py +216 -0
- field-manager-python-client/api/plots/get_plot_sequence_plots_project_project_id_plot_sequence_format_post.py +218 -0
- field-manager-python-client/api/projects/__init__.py +0 -0
- field-manager-python-client/api/projects/add_project_projects_post.py +245 -0
- field-manager-python-client/api/projects/delete_file_projects_project_id_files_file_id_delete.py +194 -0
- field-manager-python-client/api/projects/delete_files_projects_project_id_files_delete.py +224 -0
- field-manager-python-client/api/projects/delete_project_projects_project_id_delete.py +180 -0
- field-manager-python-client/api/projects/delete_projects_projects_delete.py +195 -0
- field-manager-python-client/api/projects/download_logo_projects_project_id_logo_get.py +200 -0
- field-manager-python-client/api/projects/get_file_in_project_projects_project_id_files_file_id_get.py +198 -0
- field-manager-python-client/api/projects/get_files_in_project_projects_project_id_files_get.py +256 -0
- field-manager-python-client/api/projects/get_linked_projects_projects_project_id_linked_projects_get.py +190 -0
- field-manager-python-client/api/projects/get_project_projects_project_id_get.py +176 -0
- field-manager-python-client/api/projects/get_project_summary_projects_project_id_summary_get.py +192 -0
- field-manager-python-client/api/projects/get_project_users_projects_project_id_users_get.py +169 -0
- field-manager-python-client/api/projects/get_projects_projects_get.py +235 -0
- field-manager-python-client/api/projects/link_linked_project_projects_project_id_linked_projects_linked_project_id_post.py +198 -0
- field-manager-python-client/api/projects/search_projects_projects_search_post.py +228 -0
- field-manager-python-client/api/projects/unlink_linked_project_projects_project_id_linked_projects_linked_project_id_delete.py +198 -0
- field-manager-python-client/api/projects/update_project_favorite_projects_project_id_favorite_delete.py +184 -0
- field-manager-python-client/api/projects/update_project_favorite_projects_project_id_favorite_post.py +184 -0
- field-manager-python-client/api/projects/update_project_favorite_projects_project_id_favorite_put.py +184 -0
- field-manager-python-client/api/projects/update_project_projects_project_id_put.py +222 -0
- field-manager-python-client/api/projects/upload_file_to_project_projects_project_id_upload_post.py +276 -0
- field-manager-python-client/api/public/__init__.py +0 -0
- field-manager-python-client/api/public/get_organization_by_email_address_public_organizations_email_address_get.py +198 -0
- field-manager-python-client/api/public/get_organization_information_public_organizations_organization_id_information_get.py +185 -0
- field-manager-python-client/api/sample_containers/__init__.py +0 -0
- field-manager-python-client/api/sample_containers/get_sample_container_sample_containers_sample_container_type_id_get.py +176 -0
- field-manager-python-client/api/sample_containers/get_sample_containers_sample_containers_get.py +154 -0
- field-manager-python-client/api/sample_materials/__init__.py +0 -0
- field-manager-python-client/api/sample_materials/get_sample_material_sample_materials_sample_material_id_get.py +176 -0
- field-manager-python-client/api/sample_materials/get_sample_materials_sample_materials_get.py +154 -0
- field-manager-python-client/api/sampler_types/__init__.py +0 -0
- field-manager-python-client/api/sampler_types/get_sampler_type_sampler_types_sampler_type_id_get.py +176 -0
- field-manager-python-client/api/sampler_types/get_sampler_types_sampler_types_get.py +154 -0
- field-manager-python-client/api/sampling_techniques/__init__.py +0 -0
- field-manager-python-client/api/sampling_techniques/get_sampling_technique_sampling_techniques_sampling_technique_id_get.py +176 -0
- field-manager-python-client/api/sampling_techniques/get_sampling_techniques_sampling_techniques_get.py +154 -0
- field-manager-python-client/api/standards/__init__.py +0 -0
- field-manager-python-client/api/standards/get_project_standards_standards_get.py +154 -0
- field-manager-python-client/api/standards/get_standard_standards_standard_id_get.py +176 -0
- field-manager-python-client/api/users/__init__.py +0 -0
- field-manager-python-client/api/users/add_user_role_users_user_id_roles_post.py +192 -0
- field-manager-python-client/api/users/add_user_users_post.py +202 -0
- field-manager-python-client/api/users/get_user_users_user_id_get.py +170 -0
- field-manager-python-client/api/users/get_users_users_get.py +131 -0
- field-manager-python-client/api/users/remove_user_role_users_user_id_roles_delete.py +223 -0
- field-manager-python-client/api/version/__init__.py +0 -0
- field-manager-python-client/api/version/get_version_version_get.py +105 -0
- field-manager-python-client/client.py +268 -0
- field-manager-python-client/errors.py +14 -0
- field-manager-python-client/models/__init__.py +669 -0
- field-manager-python-client/models/application_class_enum.py +12 -0
- field-manager-python-client/models/background_map_layer.py +12 -0
- field-manager-python-client/models/bedrock_info.py +122 -0
- field-manager-python-client/models/bedrock_type.py +9 -0
- field-manager-python-client/models/bff_file.py +233 -0
- field-manager-python-client/models/bff_location.py +84 -0
- field-manager-python-client/models/bff_location_summary.py +376 -0
- field-manager-python-client/models/bff_method.py +103 -0
- field-manager-python-client/models/bff_method_summary.py +434 -0
- field-manager-python-client/models/bff_project_summary.py +254 -0
- field-manager-python-client/models/body_queue_locations_to_project_projects_project_id_locations_queue_post.py +132 -0
- field-manager-python-client/models/body_upload_file_projects_project_id_locations_location_id_methods_method_id_upload_post.py +132 -0
- field-manager-python-client/models/body_upload_file_to_location_projects_project_id_locations_location_id_upload_post.py +132 -0
- field-manager-python-client/models/body_upload_file_to_organization_organizations_organization_id_upload_post.py +132 -0
- field-manager-python-client/models/body_upload_file_to_project_projects_project_id_upload_post.py +132 -0
- field-manager-python-client/models/body_upload_locations_to_project_projects_project_id_locations_upload_post.py +132 -0
- field-manager-python-client/models/color_mode.py +8 -0
- field-manager-python-client/models/comment.py +233 -0
- field-manager-python-client/models/comment_create.py +72 -0
- field-manager-python-client/models/comment_update.py +72 -0
- field-manager-python-client/models/cpt_options.py +96 -0
- field-manager-python-client/models/date_format.py +8 -0
- field-manager-python-client/models/dp_type.py +11 -0
- field-manager-python-client/models/export.py +270 -0
- field-manager-python-client/models/export_type.py +14 -0
- field-manager-python-client/models/file.py +338 -0
- field-manager-python-client/models/file_extended.py +395 -0
- field-manager-python-client/models/file_extension.py +81 -0
- field-manager-python-client/models/file_type.py +10 -0
- field-manager-python-client/models/file_update.py +109 -0
- field-manager-python-client/models/fm_plot_options.py +168 -0
- field-manager-python-client/models/height_reference.py +12 -0
- field-manager-python-client/models/http_validation_error.py +97 -0
- field-manager-python-client/models/image_size.py +10 -0
- field-manager-python-client/models/iogp_type.py +100 -0
- field-manager-python-client/models/iogp_type_enum.py +33 -0
- field-manager-python-client/models/language.py +10 -0
- field-manager-python-client/models/like.py +139 -0
- field-manager-python-client/models/linked_project_info.py +441 -0
- field-manager-python-client/models/location.py +849 -0
- field-manager-python-client/models/location_coordinates.py +130 -0
- field-manager-python-client/models/location_create.py +840 -0
- field-manager-python-client/models/location_gis.py +481 -0
- field-manager-python-client/models/location_info.py +166 -0
- field-manager-python-client/models/location_min.py +111 -0
- field-manager-python-client/models/location_summary.py +381 -0
- field-manager-python-client/models/location_type.py +8 -0
- field-manager-python-client/models/location_type_enum.py +8 -0
- field-manager-python-client/models/location_update.py +1180 -0
- field-manager-python-client/models/map_layout.py +195 -0
- field-manager-python-client/models/map_layout_create.py +138 -0
- field-manager-python-client/models/map_layout_update.py +154 -0
- field-manager-python-client/models/map_layout_version.py +502 -0
- field-manager-python-client/models/map_layout_version_create.py +488 -0
- field-manager-python-client/models/map_layout_version_update.py +616 -0
- field-manager-python-client/models/map_scale.py +13 -0
- field-manager-python-client/models/method_ad.py +330 -0
- field-manager-python-client/models/method_ad_create.py +344 -0
- field-manager-python-client/models/method_ad_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_ad_method_type_id.py +7 -0
- field-manager-python-client/models/method_ad_update.py +309 -0
- field-manager-python-client/models/method_ad_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_cd.py +688 -0
- field-manager-python-client/models/method_cd_create.py +524 -0
- field-manager-python-client/models/method_cd_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_cd_method_type_id.py +7 -0
- field-manager-python-client/models/method_cd_update.py +477 -0
- field-manager-python-client/models/method_cd_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt.py +618 -0
- field-manager-python-client/models/method_cpt_create.py +559 -0
- field-manager-python-client/models/method_cpt_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt_data.py +417 -0
- field-manager-python-client/models/method_cpt_data_create.py +511 -0
- field-manager-python-client/models/method_cpt_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt_data_update.py +132 -0
- field-manager-python-client/models/method_cpt_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt_method_type_id.py +7 -0
- field-manager-python-client/models/method_cpt_update.py +524 -0
- field-manager-python-client/models/method_cpt_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_dp.py +510 -0
- field-manager-python-client/models/method_dp_create.py +512 -0
- field-manager-python-client/models/method_dp_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_dp_data.py +312 -0
- field-manager-python-client/models/method_dp_data_create.py +406 -0
- field-manager-python-client/models/method_dp_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_dp_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_dp_method_type_id.py +7 -0
- field-manager-python-client/models/method_dp_update.py +309 -0
- field-manager-python-client/models/method_dp_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt.py +479 -0
- field-manager-python-client/models/method_dt_create.py +492 -0
- field-manager-python-client/models/method_dt_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt_data.py +241 -0
- field-manager-python-client/models/method_dt_data_create.py +330 -0
- field-manager-python-client/models/method_dt_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt_data_update.py +195 -0
- field-manager-python-client/models/method_dt_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt_method_type_id.py +7 -0
- field-manager-python-client/models/method_dt_update.py +456 -0
- field-manager-python-client/models/method_dt_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_esa.py +330 -0
- field-manager-python-client/models/method_esa_create.py +344 -0
- field-manager-python-client/models/method_esa_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_esa_method_type_id.py +7 -0
- field-manager-python-client/models/method_esa_update.py +309 -0
- field-manager-python-client/models/method_esa_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_export_type.py +7 -0
- field-manager-python-client/models/method_inc.py +331 -0
- field-manager-python-client/models/method_inc_create.py +344 -0
- field-manager-python-client/models/method_inc_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_inc_method_type_id.py +7 -0
- field-manager-python-client/models/method_inc_update.py +309 -0
- field-manager-python-client/models/method_inc_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_info.py +325 -0
- field-manager-python-client/models/method_iw.py +330 -0
- field-manager-python-client/models/method_iw_create.py +344 -0
- field-manager-python-client/models/method_iw_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_iw_method_type_id.py +7 -0
- field-manager-python-client/models/method_iw_update.py +309 -0
- field-manager-python-client/models/method_iw_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_min.py +111 -0
- field-manager-python-client/models/method_other.py +331 -0
- field-manager-python-client/models/method_other_create.py +344 -0
- field-manager-python-client/models/method_other_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_other_method_type_id.py +7 -0
- field-manager-python-client/models/method_other_update.py +309 -0
- field-manager-python-client/models/method_other_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_pt.py +331 -0
- field-manager-python-client/models/method_pt_create.py +344 -0
- field-manager-python-client/models/method_pt_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_pt_method_type_id.py +7 -0
- field-manager-python-client/models/method_pt_update.py +309 -0
- field-manager-python-client/models/method_pt_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz.py +824 -0
- field-manager-python-client/models/method_pz_create.py +738 -0
- field-manager-python-client/models/method_pz_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz_data.py +306 -0
- field-manager-python-client/models/method_pz_data_create.py +353 -0
- field-manager-python-client/models/method_pz_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz_data_update.py +242 -0
- field-manager-python-client/models/method_pz_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz_method_type_id.py +7 -0
- field-manager-python-client/models/method_pz_update.py +704 -0
- field-manager-python-client/models/method_pz_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd.py +457 -0
- field-manager-python-client/models/method_rcd_create.py +365 -0
- field-manager-python-client/models/method_rcd_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd_data.py +207 -0
- field-manager-python-client/models/method_rcd_data_create.py +301 -0
- field-manager-python-client/models/method_rcd_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd_data_update.py +173 -0
- field-manager-python-client/models/method_rcd_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd_method_type_id.py +7 -0
- field-manager-python-client/models/method_rcd_update.py +330 -0
- field-manager-python-client/models/method_rcd_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_ro.py +331 -0
- field-manager-python-client/models/method_ro_create.py +344 -0
- field-manager-python-client/models/method_ro_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_ro_method_type_id.py +7 -0
- field-manager-python-client/models/method_ro_update.py +309 -0
- field-manager-python-client/models/method_ro_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp.py +415 -0
- field-manager-python-client/models/method_rp_create.py +367 -0
- field-manager-python-client/models/method_rp_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp_data.py +333 -0
- field-manager-python-client/models/method_rp_data_create.py +426 -0
- field-manager-python-client/models/method_rp_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp_data_update.py +131 -0
- field-manager-python-client/models/method_rp_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp_method_type_id.py +7 -0
- field-manager-python-client/models/method_rp_update.py +331 -0
- field-manager-python-client/models/method_rp_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rs.py +331 -0
- field-manager-python-client/models/method_rs_create.py +344 -0
- field-manager-python-client/models/method_rs_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rs_method_type_id.py +7 -0
- field-manager-python-client/models/method_rs_update.py +309 -0
- field-manager-python-client/models/method_rs_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_rws.py +331 -0
- field-manager-python-client/models/method_rws_create.py +344 -0
- field-manager-python-client/models/method_rws_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_rws_method_type_id.py +7 -0
- field-manager-python-client/models/method_rws_update.py +309 -0
- field-manager-python-client/models/method_rws_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_sa.py +513 -0
- field-manager-python-client/models/method_sa_create.py +506 -0
- field-manager-python-client/models/method_sa_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_sa_method_type_id.py +7 -0
- field-manager-python-client/models/method_sa_update.py +471 -0
- field-manager-python-client/models/method_sa_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_spt.py +331 -0
- field-manager-python-client/models/method_spt_create.py +344 -0
- field-manager-python-client/models/method_spt_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_spt_method_type_id.py +7 -0
- field-manager-python-client/models/method_spt_update.py +309 -0
- field-manager-python-client/models/method_spt_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_sr.py +331 -0
- field-manager-python-client/models/method_sr_create.py +344 -0
- field-manager-python-client/models/method_sr_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_sr_method_type_id.py +7 -0
- field-manager-python-client/models/method_sr_update.py +309 -0
- field-manager-python-client/models/method_sr_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs.py +546 -0
- field-manager-python-client/models/method_srs_create.py +446 -0
- field-manager-python-client/models/method_srs_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs_data.py +396 -0
- field-manager-python-client/models/method_srs_data_create.py +490 -0
- field-manager-python-client/models/method_srs_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs_data_update.py +362 -0
- field-manager-python-client/models/method_srs_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs_method_type_id.py +7 -0
- field-manager-python-client/models/method_srs_update.py +418 -0
- field-manager-python-client/models/method_srs_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss.py +394 -0
- field-manager-python-client/models/method_ss_create.py +365 -0
- field-manager-python-client/models/method_ss_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss_data.py +228 -0
- field-manager-python-client/models/method_ss_data_create.py +329 -0
- field-manager-python-client/models/method_ss_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss_data_update.py +194 -0
- field-manager-python-client/models/method_ss_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss_method_type_id.py +7 -0
- field-manager-python-client/models/method_ss_update.py +330 -0
- field-manager-python-client/models/method_ss_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_status_enum.py +11 -0
- field-manager-python-client/models/method_summary.py +466 -0
- field-manager-python-client/models/method_svt.py +469 -0
- field-manager-python-client/models/method_svt_create.py +482 -0
- field-manager-python-client/models/method_svt_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_svt_data.py +333 -0
- field-manager-python-client/models/method_svt_data_create.py +364 -0
- field-manager-python-client/models/method_svt_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_svt_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_svt_data_update.py +236 -0
- field-manager-python-client/models/method_svt_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_svt_method_type_id.py +7 -0
- field-manager-python-client/models/method_svt_update.py +447 -0
- field-manager-python-client/models/method_svt_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot.py +478 -0
- field-manager-python-client/models/method_tot_create.py +366 -0
- field-manager-python-client/models/method_tot_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot_data.py +375 -0
- field-manager-python-client/models/method_tot_data_create.py +469 -0
- field-manager-python-client/models/method_tot_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot_data_update.py +132 -0
- field-manager-python-client/models/method_tot_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot_method_type_id.py +7 -0
- field-manager-python-client/models/method_tot_update.py +331 -0
- field-manager-python-client/models/method_tot_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_tp.py +331 -0
- field-manager-python-client/models/method_tp_create.py +344 -0
- field-manager-python-client/models/method_tp_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_tp_method_type_id.py +7 -0
- field-manager-python-client/models/method_tp_update.py +309 -0
- field-manager-python-client/models/method_tp_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_type.py +162 -0
- field-manager-python-client/models/method_type_enum.py +31 -0
- field-manager-python-client/models/method_type_enum_str.py +31 -0
- field-manager-python-client/models/method_wst.py +390 -0
- field-manager-python-client/models/method_wst_create.py +369 -0
- field-manager-python-client/models/method_wst_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_wst_data.py +249 -0
- field-manager-python-client/models/method_wst_data_create.py +343 -0
- field-manager-python-client/models/method_wst_data_create_method_type_id.py +7 -0
- field-manager-python-client/models/method_wst_data_method_type_id.py +7 -0
- field-manager-python-client/models/method_wst_data_update.py +215 -0
- field-manager-python-client/models/method_wst_data_update_method_type_id.py +7 -0
- field-manager-python-client/models/method_wst_method_type_id.py +7 -0
- field-manager-python-client/models/method_wst_update.py +343 -0
- field-manager-python-client/models/method_wst_update_method_type_id.py +7 -0
- field-manager-python-client/models/operation.py +8 -0
- field-manager-python-client/models/options.py +170 -0
- field-manager-python-client/models/organization.py +378 -0
- field-manager-python-client/models/organization_create.py +355 -0
- field-manager-python-client/models/organization_information.py +172 -0
- field-manager-python-client/models/organization_min.py +129 -0
- field-manager-python-client/models/organization_update.py +355 -0
- field-manager-python-client/models/orientation.py +8 -0
- field-manager-python-client/models/page_number_prefix_by_method.py +277 -0
- field-manager-python-client/models/page_number_start_per_method.py +277 -0
- field-manager-python-client/models/paper_size.py +17 -0
- field-manager-python-client/models/pdf_options.py +392 -0
- field-manager-python-client/models/pdf_options_date_format.py +8 -0
- field-manager-python-client/models/pdf_options_lang.py +8 -0
- field-manager-python-client/models/pdf_options_paper_size.py +8 -0
- field-manager-python-client/models/pdf_options_sort_figures_by.py +8 -0
- field-manager-python-client/models/pdf_page_info.py +323 -0
- field-manager-python-client/models/piezometer_model.py +199 -0
- field-manager-python-client/models/piezometer_model_create.py +204 -0
- field-manager-python-client/models/piezometer_model_update.py +206 -0
- field-manager-python-client/models/piezometer_type.py +9 -0
- field-manager-python-client/models/piezometer_vendor.py +141 -0
- field-manager-python-client/models/pizeometer_units.py +163 -0
- field-manager-python-client/models/plot_data_stats.py +152 -0
- field-manager-python-client/models/plot_data_stats_percentiles.py +73 -0
- field-manager-python-client/models/plot_format.py +11 -0
- field-manager-python-client/models/plot_info_object.py +353 -0
- field-manager-python-client/models/plot_info_object_stats_type_0.py +77 -0
- field-manager-python-client/models/plot_sequence.py +116 -0
- field-manager-python-client/models/plot_sequence_options.py +109 -0
- field-manager-python-client/models/plot_type.py +17 -0
- field-manager-python-client/models/project.py +312 -0
- field-manager-python-client/models/project_create.py +325 -0
- field-manager-python-client/models/project_info.py +428 -0
- field-manager-python-client/models/project_location_method_types.py +255 -0
- field-manager-python-client/models/project_search.py +112 -0
- field-manager-python-client/models/project_summary.py +455 -0
- field-manager-python-client/models/project_update.py +277 -0
- field-manager-python-client/models/reading_type.py +9 -0
- field-manager-python-client/models/role.py +147 -0
- field-manager-python-client/models/role_entity_enum.py +8 -0
- field-manager-python-client/models/role_enum.py +10 -0
- field-manager-python-client/models/sample_container_type.py +96 -0
- field-manager-python-client/models/sample_material.py +96 -0
- field-manager-python-client/models/sampler_type.py +96 -0
- field-manager-python-client/models/sampling_technique.py +96 -0
- field-manager-python-client/models/scales.py +26 -0
- field-manager-python-client/models/scaling_mode.py +9 -0
- field-manager-python-client/models/sounding_class.py +10 -0
- field-manager-python-client/models/standard.py +133 -0
- field-manager-python-client/models/standard_type.py +10 -0
- field-manager-python-client/models/transformation_type.py +9 -0
- field-manager-python-client/models/user.py +195 -0
- field-manager-python-client/models/validation_error.py +105 -0
- field-manager-python-client/py.typed +1 -0
- field-manager-python-client/types.py +44 -0
- field_manager_python_client-4.4.82rc1.dist-info/METADATA +144 -0
- field_manager_python_client-4.4.82rc1.dist-info/RECORD +489 -0
- field_manager_python_client-4.4.82rc1.dist-info/WHEEL +4 -0
|
@@ -0,0 +1,688 @@
|
|
|
1
|
+
from typing import Any, Dict, Type, TypeVar, Tuple, Optional, BinaryIO, TextIO, TYPE_CHECKING
|
|
2
|
+
|
|
3
|
+
from typing import List
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
from attrs import define as _attrs_define
|
|
7
|
+
from attrs import field as _attrs_field
|
|
8
|
+
|
|
9
|
+
from ..types import UNSET, Unset
|
|
10
|
+
|
|
11
|
+
from ..models.method_cd_method_type_id import MethodCDMethodTypeId
|
|
12
|
+
from ..models.method_status_enum import MethodStatusEnum
|
|
13
|
+
from ..types import UNSET, Unset
|
|
14
|
+
from dateutil.parser import isoparse
|
|
15
|
+
from typing import cast
|
|
16
|
+
from typing import cast, List
|
|
17
|
+
from typing import cast, Union
|
|
18
|
+
from typing import Dict
|
|
19
|
+
from typing import Union
|
|
20
|
+
from uuid import UUID
|
|
21
|
+
import datetime
|
|
22
|
+
|
|
23
|
+
if TYPE_CHECKING:
|
|
24
|
+
from ..models.file import File
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
T = TypeVar("T", bound="MethodCD")
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
@_attrs_define
|
|
34
|
+
class MethodCD:
|
|
35
|
+
""" Core Drilling (CD) (Kjerneboring)
|
|
36
|
+
|
|
37
|
+
Attributes:
|
|
38
|
+
method_id (UUID):
|
|
39
|
+
name (str):
|
|
40
|
+
location_id (UUID):
|
|
41
|
+
method_status_id (MethodStatusEnum): (
|
|
42
|
+
PLANNED=1,
|
|
43
|
+
READY=2,
|
|
44
|
+
CONDUCTED=3,
|
|
45
|
+
VOIDED=4,
|
|
46
|
+
APPROVED=5,
|
|
47
|
+
)
|
|
48
|
+
created_at (datetime.datetime):
|
|
49
|
+
updated_at (datetime.datetime):
|
|
50
|
+
remarks (Union[None, Unset, str]):
|
|
51
|
+
method_type_id (Union[Unset, MethodCDMethodTypeId]): Default: MethodCDMethodTypeId.VALUE_12.
|
|
52
|
+
created_by (Union[None, Unset, str]):
|
|
53
|
+
updated_by (Union[None, Unset, str]):
|
|
54
|
+
conducted_at (Union[None, Unset, datetime.datetime]):
|
|
55
|
+
conducted_by (Union[None, Unset, str]):
|
|
56
|
+
files (Union[Unset, List['File']]):
|
|
57
|
+
self_ (Union[None, Unset, str]):
|
|
58
|
+
sampler_type_id (Union[None, Unset, int]):
|
|
59
|
+
inclination (Union[None, Unset, float]): Inclination angle (deg).
|
|
60
|
+
azimuth (Union[None, Unset, float]): Azimuth angle relative to N (deg).
|
|
61
|
+
length_in_soil (Union[None, Unset, float]): Length drilled in soil (m).
|
|
62
|
+
total_length (Union[None, Unset, float]): Total length drilled (m).
|
|
63
|
+
casing_length (Union[None, Unset, float]): Length of casing (m).
|
|
64
|
+
casing_size (Union[None, Unset, float]): Size of casing (mm).
|
|
65
|
+
removed_casing (Union[None, Unset, bool]): Casing removed.
|
|
66
|
+
length_in_rock (Union[None, Unset, float]): Calculated length in rock (m).
|
|
67
|
+
total_depth (Union[None, Unset, float]): Calculated total depth (m).
|
|
68
|
+
depth_in_soil (Union[None, Unset, float]): Calculated depth in soil (m).
|
|
69
|
+
depth_in_rock (Union[None, Unset, float]): Calculated depth in rock (m).
|
|
70
|
+
bedrock_elevation (Union[None, Unset, float]): Calculated bedrock elevation according to location (m).
|
|
71
|
+
horizontal_total_length (Union[None, Unset, float]): Calculated horizontal length in rock (m).
|
|
72
|
+
horizontal_length_in_soil (Union[None, Unset, float]): Calculated horizontal length in soil (m).
|
|
73
|
+
depth_top (Union[None, Unset, float]): Calculated horizontal length in soil (m).
|
|
74
|
+
depth_base (Union[None, Unset, float]): Calculated horizontal length in soil (m).
|
|
75
|
+
"""
|
|
76
|
+
|
|
77
|
+
method_id: UUID
|
|
78
|
+
name: str
|
|
79
|
+
location_id: UUID
|
|
80
|
+
method_status_id: MethodStatusEnum
|
|
81
|
+
created_at: datetime.datetime
|
|
82
|
+
updated_at: datetime.datetime
|
|
83
|
+
remarks: Union[None, Unset, str] = UNSET
|
|
84
|
+
method_type_id: Union[Unset, MethodCDMethodTypeId] = MethodCDMethodTypeId.VALUE_12
|
|
85
|
+
created_by: Union[None, Unset, str] = UNSET
|
|
86
|
+
updated_by: Union[None, Unset, str] = UNSET
|
|
87
|
+
conducted_at: Union[None, Unset, datetime.datetime] = UNSET
|
|
88
|
+
conducted_by: Union[None, Unset, str] = UNSET
|
|
89
|
+
files: Union[Unset, List['File']] = UNSET
|
|
90
|
+
self_: Union[None, Unset, str] = UNSET
|
|
91
|
+
sampler_type_id: Union[None, Unset, int] = UNSET
|
|
92
|
+
inclination: Union[None, Unset, float] = UNSET
|
|
93
|
+
azimuth: Union[None, Unset, float] = UNSET
|
|
94
|
+
length_in_soil: Union[None, Unset, float] = UNSET
|
|
95
|
+
total_length: Union[None, Unset, float] = UNSET
|
|
96
|
+
casing_length: Union[None, Unset, float] = UNSET
|
|
97
|
+
casing_size: Union[None, Unset, float] = UNSET
|
|
98
|
+
removed_casing: Union[None, Unset, bool] = UNSET
|
|
99
|
+
length_in_rock: Union[None, Unset, float] = UNSET
|
|
100
|
+
total_depth: Union[None, Unset, float] = UNSET
|
|
101
|
+
depth_in_soil: Union[None, Unset, float] = UNSET
|
|
102
|
+
depth_in_rock: Union[None, Unset, float] = UNSET
|
|
103
|
+
bedrock_elevation: Union[None, Unset, float] = UNSET
|
|
104
|
+
horizontal_total_length: Union[None, Unset, float] = UNSET
|
|
105
|
+
horizontal_length_in_soil: Union[None, Unset, float] = UNSET
|
|
106
|
+
depth_top: Union[None, Unset, float] = UNSET
|
|
107
|
+
depth_base: Union[None, Unset, float] = UNSET
|
|
108
|
+
additional_properties: Dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
def to_dict(self) -> Dict[str, Any]:
|
|
112
|
+
from ..models.file import File
|
|
113
|
+
method_id = str(self.method_id)
|
|
114
|
+
|
|
115
|
+
name = self.name
|
|
116
|
+
|
|
117
|
+
location_id = str(self.location_id)
|
|
118
|
+
|
|
119
|
+
method_status_id = self.method_status_id.value
|
|
120
|
+
|
|
121
|
+
created_at = self.created_at.isoformat()
|
|
122
|
+
|
|
123
|
+
updated_at = self.updated_at.isoformat()
|
|
124
|
+
|
|
125
|
+
remarks: Union[None, Unset, str]
|
|
126
|
+
if isinstance(self.remarks, Unset):
|
|
127
|
+
remarks = UNSET
|
|
128
|
+
else:
|
|
129
|
+
remarks = self.remarks
|
|
130
|
+
|
|
131
|
+
method_type_id: Union[Unset, int] = UNSET
|
|
132
|
+
if not isinstance(self.method_type_id, Unset):
|
|
133
|
+
method_type_id = self.method_type_id.value
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
created_by: Union[None, Unset, str]
|
|
137
|
+
if isinstance(self.created_by, Unset):
|
|
138
|
+
created_by = UNSET
|
|
139
|
+
else:
|
|
140
|
+
created_by = self.created_by
|
|
141
|
+
|
|
142
|
+
updated_by: Union[None, Unset, str]
|
|
143
|
+
if isinstance(self.updated_by, Unset):
|
|
144
|
+
updated_by = UNSET
|
|
145
|
+
else:
|
|
146
|
+
updated_by = self.updated_by
|
|
147
|
+
|
|
148
|
+
conducted_at: Union[None, Unset, str]
|
|
149
|
+
if isinstance(self.conducted_at, Unset):
|
|
150
|
+
conducted_at = UNSET
|
|
151
|
+
elif isinstance(self.conducted_at, datetime.datetime):
|
|
152
|
+
conducted_at = self.conducted_at.isoformat()
|
|
153
|
+
else:
|
|
154
|
+
conducted_at = self.conducted_at
|
|
155
|
+
|
|
156
|
+
conducted_by: Union[None, Unset, str]
|
|
157
|
+
if isinstance(self.conducted_by, Unset):
|
|
158
|
+
conducted_by = UNSET
|
|
159
|
+
else:
|
|
160
|
+
conducted_by = self.conducted_by
|
|
161
|
+
|
|
162
|
+
files: Union[Unset, List[Dict[str, Any]]] = UNSET
|
|
163
|
+
if not isinstance(self.files, Unset):
|
|
164
|
+
files = []
|
|
165
|
+
for files_item_data in self.files:
|
|
166
|
+
files_item = files_item_data.to_dict()
|
|
167
|
+
files.append(files_item)
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
self_: Union[None, Unset, str]
|
|
172
|
+
if isinstance(self.self_, Unset):
|
|
173
|
+
self_ = UNSET
|
|
174
|
+
else:
|
|
175
|
+
self_ = self.self_
|
|
176
|
+
|
|
177
|
+
sampler_type_id: Union[None, Unset, int]
|
|
178
|
+
if isinstance(self.sampler_type_id, Unset):
|
|
179
|
+
sampler_type_id = UNSET
|
|
180
|
+
else:
|
|
181
|
+
sampler_type_id = self.sampler_type_id
|
|
182
|
+
|
|
183
|
+
inclination: Union[None, Unset, float]
|
|
184
|
+
if isinstance(self.inclination, Unset):
|
|
185
|
+
inclination = UNSET
|
|
186
|
+
else:
|
|
187
|
+
inclination = self.inclination
|
|
188
|
+
|
|
189
|
+
azimuth: Union[None, Unset, float]
|
|
190
|
+
if isinstance(self.azimuth, Unset):
|
|
191
|
+
azimuth = UNSET
|
|
192
|
+
else:
|
|
193
|
+
azimuth = self.azimuth
|
|
194
|
+
|
|
195
|
+
length_in_soil: Union[None, Unset, float]
|
|
196
|
+
if isinstance(self.length_in_soil, Unset):
|
|
197
|
+
length_in_soil = UNSET
|
|
198
|
+
else:
|
|
199
|
+
length_in_soil = self.length_in_soil
|
|
200
|
+
|
|
201
|
+
total_length: Union[None, Unset, float]
|
|
202
|
+
if isinstance(self.total_length, Unset):
|
|
203
|
+
total_length = UNSET
|
|
204
|
+
else:
|
|
205
|
+
total_length = self.total_length
|
|
206
|
+
|
|
207
|
+
casing_length: Union[None, Unset, float]
|
|
208
|
+
if isinstance(self.casing_length, Unset):
|
|
209
|
+
casing_length = UNSET
|
|
210
|
+
else:
|
|
211
|
+
casing_length = self.casing_length
|
|
212
|
+
|
|
213
|
+
casing_size: Union[None, Unset, float]
|
|
214
|
+
if isinstance(self.casing_size, Unset):
|
|
215
|
+
casing_size = UNSET
|
|
216
|
+
else:
|
|
217
|
+
casing_size = self.casing_size
|
|
218
|
+
|
|
219
|
+
removed_casing: Union[None, Unset, bool]
|
|
220
|
+
if isinstance(self.removed_casing, Unset):
|
|
221
|
+
removed_casing = UNSET
|
|
222
|
+
else:
|
|
223
|
+
removed_casing = self.removed_casing
|
|
224
|
+
|
|
225
|
+
length_in_rock: Union[None, Unset, float]
|
|
226
|
+
if isinstance(self.length_in_rock, Unset):
|
|
227
|
+
length_in_rock = UNSET
|
|
228
|
+
else:
|
|
229
|
+
length_in_rock = self.length_in_rock
|
|
230
|
+
|
|
231
|
+
total_depth: Union[None, Unset, float]
|
|
232
|
+
if isinstance(self.total_depth, Unset):
|
|
233
|
+
total_depth = UNSET
|
|
234
|
+
else:
|
|
235
|
+
total_depth = self.total_depth
|
|
236
|
+
|
|
237
|
+
depth_in_soil: Union[None, Unset, float]
|
|
238
|
+
if isinstance(self.depth_in_soil, Unset):
|
|
239
|
+
depth_in_soil = UNSET
|
|
240
|
+
else:
|
|
241
|
+
depth_in_soil = self.depth_in_soil
|
|
242
|
+
|
|
243
|
+
depth_in_rock: Union[None, Unset, float]
|
|
244
|
+
if isinstance(self.depth_in_rock, Unset):
|
|
245
|
+
depth_in_rock = UNSET
|
|
246
|
+
else:
|
|
247
|
+
depth_in_rock = self.depth_in_rock
|
|
248
|
+
|
|
249
|
+
bedrock_elevation: Union[None, Unset, float]
|
|
250
|
+
if isinstance(self.bedrock_elevation, Unset):
|
|
251
|
+
bedrock_elevation = UNSET
|
|
252
|
+
else:
|
|
253
|
+
bedrock_elevation = self.bedrock_elevation
|
|
254
|
+
|
|
255
|
+
horizontal_total_length: Union[None, Unset, float]
|
|
256
|
+
if isinstance(self.horizontal_total_length, Unset):
|
|
257
|
+
horizontal_total_length = UNSET
|
|
258
|
+
else:
|
|
259
|
+
horizontal_total_length = self.horizontal_total_length
|
|
260
|
+
|
|
261
|
+
horizontal_length_in_soil: Union[None, Unset, float]
|
|
262
|
+
if isinstance(self.horizontal_length_in_soil, Unset):
|
|
263
|
+
horizontal_length_in_soil = UNSET
|
|
264
|
+
else:
|
|
265
|
+
horizontal_length_in_soil = self.horizontal_length_in_soil
|
|
266
|
+
|
|
267
|
+
depth_top: Union[None, Unset, float]
|
|
268
|
+
if isinstance(self.depth_top, Unset):
|
|
269
|
+
depth_top = UNSET
|
|
270
|
+
else:
|
|
271
|
+
depth_top = self.depth_top
|
|
272
|
+
|
|
273
|
+
depth_base: Union[None, Unset, float]
|
|
274
|
+
if isinstance(self.depth_base, Unset):
|
|
275
|
+
depth_base = UNSET
|
|
276
|
+
else:
|
|
277
|
+
depth_base = self.depth_base
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
field_dict: Dict[str, Any] = {}
|
|
281
|
+
field_dict.update(self.additional_properties)
|
|
282
|
+
field_dict.update({
|
|
283
|
+
"method_id": method_id,
|
|
284
|
+
"name": name,
|
|
285
|
+
"location_id": location_id,
|
|
286
|
+
"method_status_id": method_status_id,
|
|
287
|
+
"created_at": created_at,
|
|
288
|
+
"updated_at": updated_at,
|
|
289
|
+
})
|
|
290
|
+
if remarks is not UNSET:
|
|
291
|
+
field_dict["remarks"] = remarks
|
|
292
|
+
if method_type_id is not UNSET:
|
|
293
|
+
field_dict["method_type_id"] = method_type_id
|
|
294
|
+
if created_by is not UNSET:
|
|
295
|
+
field_dict["created_by"] = created_by
|
|
296
|
+
if updated_by is not UNSET:
|
|
297
|
+
field_dict["updated_by"] = updated_by
|
|
298
|
+
if conducted_at is not UNSET:
|
|
299
|
+
field_dict["conducted_at"] = conducted_at
|
|
300
|
+
if conducted_by is not UNSET:
|
|
301
|
+
field_dict["conducted_by"] = conducted_by
|
|
302
|
+
if files is not UNSET:
|
|
303
|
+
field_dict["files"] = files
|
|
304
|
+
if self_ is not UNSET:
|
|
305
|
+
field_dict["self"] = self_
|
|
306
|
+
if sampler_type_id is not UNSET:
|
|
307
|
+
field_dict["sampler_type_id"] = sampler_type_id
|
|
308
|
+
if inclination is not UNSET:
|
|
309
|
+
field_dict["inclination"] = inclination
|
|
310
|
+
if azimuth is not UNSET:
|
|
311
|
+
field_dict["azimuth"] = azimuth
|
|
312
|
+
if length_in_soil is not UNSET:
|
|
313
|
+
field_dict["length_in_soil"] = length_in_soil
|
|
314
|
+
if total_length is not UNSET:
|
|
315
|
+
field_dict["total_length"] = total_length
|
|
316
|
+
if casing_length is not UNSET:
|
|
317
|
+
field_dict["casing_length"] = casing_length
|
|
318
|
+
if casing_size is not UNSET:
|
|
319
|
+
field_dict["casing_size"] = casing_size
|
|
320
|
+
if removed_casing is not UNSET:
|
|
321
|
+
field_dict["removed_casing"] = removed_casing
|
|
322
|
+
if length_in_rock is not UNSET:
|
|
323
|
+
field_dict["length_in_rock"] = length_in_rock
|
|
324
|
+
if total_depth is not UNSET:
|
|
325
|
+
field_dict["total_depth"] = total_depth
|
|
326
|
+
if depth_in_soil is not UNSET:
|
|
327
|
+
field_dict["depth_in_soil"] = depth_in_soil
|
|
328
|
+
if depth_in_rock is not UNSET:
|
|
329
|
+
field_dict["depth_in_rock"] = depth_in_rock
|
|
330
|
+
if bedrock_elevation is not UNSET:
|
|
331
|
+
field_dict["bedrock_elevation"] = bedrock_elevation
|
|
332
|
+
if horizontal_total_length is not UNSET:
|
|
333
|
+
field_dict["horizontal_total_length"] = horizontal_total_length
|
|
334
|
+
if horizontal_length_in_soil is not UNSET:
|
|
335
|
+
field_dict["horizontal_length_in_soil"] = horizontal_length_in_soil
|
|
336
|
+
if depth_top is not UNSET:
|
|
337
|
+
field_dict["depth_top"] = depth_top
|
|
338
|
+
if depth_base is not UNSET:
|
|
339
|
+
field_dict["depth_base"] = depth_base
|
|
340
|
+
|
|
341
|
+
return field_dict
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
@classmethod
|
|
346
|
+
def from_dict(cls: Type[T], src_dict: Dict[str, Any]) -> T:
|
|
347
|
+
from ..models.file import File
|
|
348
|
+
d = src_dict.copy()
|
|
349
|
+
method_id = UUID(d.pop("method_id"))
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
name = d.pop("name")
|
|
355
|
+
|
|
356
|
+
location_id = UUID(d.pop("location_id"))
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
method_status_id = MethodStatusEnum(d.pop("method_status_id"))
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
created_at = isoparse(d.pop("created_at"))
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
updated_at = isoparse(d.pop("updated_at"))
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
def _parse_remarks(data: object) -> Union[None, Unset, str]:
|
|
377
|
+
if data is None:
|
|
378
|
+
return data
|
|
379
|
+
if isinstance(data, Unset):
|
|
380
|
+
return data
|
|
381
|
+
return cast(Union[None, Unset, str], data)
|
|
382
|
+
|
|
383
|
+
remarks = _parse_remarks(d.pop("remarks", UNSET))
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
_method_type_id = d.pop("method_type_id", UNSET)
|
|
387
|
+
method_type_id: Union[Unset, MethodCDMethodTypeId]
|
|
388
|
+
if isinstance(_method_type_id, Unset):
|
|
389
|
+
method_type_id = UNSET
|
|
390
|
+
else:
|
|
391
|
+
method_type_id = MethodCDMethodTypeId(_method_type_id)
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
def _parse_created_by(data: object) -> Union[None, Unset, str]:
|
|
397
|
+
if data is None:
|
|
398
|
+
return data
|
|
399
|
+
if isinstance(data, Unset):
|
|
400
|
+
return data
|
|
401
|
+
return cast(Union[None, Unset, str], data)
|
|
402
|
+
|
|
403
|
+
created_by = _parse_created_by(d.pop("created_by", UNSET))
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
def _parse_updated_by(data: object) -> Union[None, Unset, str]:
|
|
407
|
+
if data is None:
|
|
408
|
+
return data
|
|
409
|
+
if isinstance(data, Unset):
|
|
410
|
+
return data
|
|
411
|
+
return cast(Union[None, Unset, str], data)
|
|
412
|
+
|
|
413
|
+
updated_by = _parse_updated_by(d.pop("updated_by", UNSET))
|
|
414
|
+
|
|
415
|
+
|
|
416
|
+
def _parse_conducted_at(data: object) -> Union[None, Unset, datetime.datetime]:
|
|
417
|
+
if data is None:
|
|
418
|
+
return data
|
|
419
|
+
if isinstance(data, Unset):
|
|
420
|
+
return data
|
|
421
|
+
try:
|
|
422
|
+
if not isinstance(data, str):
|
|
423
|
+
raise TypeError()
|
|
424
|
+
conducted_at_type_0 = isoparse(data)
|
|
425
|
+
|
|
426
|
+
|
|
427
|
+
|
|
428
|
+
return conducted_at_type_0
|
|
429
|
+
except: # noqa: E722
|
|
430
|
+
pass
|
|
431
|
+
return cast(Union[None, Unset, datetime.datetime], data)
|
|
432
|
+
|
|
433
|
+
conducted_at = _parse_conducted_at(d.pop("conducted_at", UNSET))
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
def _parse_conducted_by(data: object) -> Union[None, Unset, str]:
|
|
437
|
+
if data is None:
|
|
438
|
+
return data
|
|
439
|
+
if isinstance(data, Unset):
|
|
440
|
+
return data
|
|
441
|
+
return cast(Union[None, Unset, str], data)
|
|
442
|
+
|
|
443
|
+
conducted_by = _parse_conducted_by(d.pop("conducted_by", UNSET))
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
files = []
|
|
447
|
+
_files = d.pop("files", UNSET)
|
|
448
|
+
for files_item_data in (_files or []):
|
|
449
|
+
files_item = File.from_dict(files_item_data)
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
files.append(files_item)
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
def _parse_self_(data: object) -> Union[None, Unset, str]:
|
|
457
|
+
if data is None:
|
|
458
|
+
return data
|
|
459
|
+
if isinstance(data, Unset):
|
|
460
|
+
return data
|
|
461
|
+
return cast(Union[None, Unset, str], data)
|
|
462
|
+
|
|
463
|
+
self_ = _parse_self_(d.pop("self", UNSET))
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
def _parse_sampler_type_id(data: object) -> Union[None, Unset, int]:
|
|
467
|
+
if data is None:
|
|
468
|
+
return data
|
|
469
|
+
if isinstance(data, Unset):
|
|
470
|
+
return data
|
|
471
|
+
return cast(Union[None, Unset, int], data)
|
|
472
|
+
|
|
473
|
+
sampler_type_id = _parse_sampler_type_id(d.pop("sampler_type_id", UNSET))
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
def _parse_inclination(data: object) -> Union[None, Unset, float]:
|
|
477
|
+
if data is None:
|
|
478
|
+
return data
|
|
479
|
+
if isinstance(data, Unset):
|
|
480
|
+
return data
|
|
481
|
+
return cast(Union[None, Unset, float], data)
|
|
482
|
+
|
|
483
|
+
inclination = _parse_inclination(d.pop("inclination", UNSET))
|
|
484
|
+
|
|
485
|
+
|
|
486
|
+
def _parse_azimuth(data: object) -> Union[None, Unset, float]:
|
|
487
|
+
if data is None:
|
|
488
|
+
return data
|
|
489
|
+
if isinstance(data, Unset):
|
|
490
|
+
return data
|
|
491
|
+
return cast(Union[None, Unset, float], data)
|
|
492
|
+
|
|
493
|
+
azimuth = _parse_azimuth(d.pop("azimuth", UNSET))
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
def _parse_length_in_soil(data: object) -> Union[None, Unset, float]:
|
|
497
|
+
if data is None:
|
|
498
|
+
return data
|
|
499
|
+
if isinstance(data, Unset):
|
|
500
|
+
return data
|
|
501
|
+
return cast(Union[None, Unset, float], data)
|
|
502
|
+
|
|
503
|
+
length_in_soil = _parse_length_in_soil(d.pop("length_in_soil", UNSET))
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
def _parse_total_length(data: object) -> Union[None, Unset, float]:
|
|
507
|
+
if data is None:
|
|
508
|
+
return data
|
|
509
|
+
if isinstance(data, Unset):
|
|
510
|
+
return data
|
|
511
|
+
return cast(Union[None, Unset, float], data)
|
|
512
|
+
|
|
513
|
+
total_length = _parse_total_length(d.pop("total_length", UNSET))
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
def _parse_casing_length(data: object) -> Union[None, Unset, float]:
|
|
517
|
+
if data is None:
|
|
518
|
+
return data
|
|
519
|
+
if isinstance(data, Unset):
|
|
520
|
+
return data
|
|
521
|
+
return cast(Union[None, Unset, float], data)
|
|
522
|
+
|
|
523
|
+
casing_length = _parse_casing_length(d.pop("casing_length", UNSET))
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
def _parse_casing_size(data: object) -> Union[None, Unset, float]:
|
|
527
|
+
if data is None:
|
|
528
|
+
return data
|
|
529
|
+
if isinstance(data, Unset):
|
|
530
|
+
return data
|
|
531
|
+
return cast(Union[None, Unset, float], data)
|
|
532
|
+
|
|
533
|
+
casing_size = _parse_casing_size(d.pop("casing_size", UNSET))
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
def _parse_removed_casing(data: object) -> Union[None, Unset, bool]:
|
|
537
|
+
if data is None:
|
|
538
|
+
return data
|
|
539
|
+
if isinstance(data, Unset):
|
|
540
|
+
return data
|
|
541
|
+
return cast(Union[None, Unset, bool], data)
|
|
542
|
+
|
|
543
|
+
removed_casing = _parse_removed_casing(d.pop("removed_casing", UNSET))
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
def _parse_length_in_rock(data: object) -> Union[None, Unset, float]:
|
|
547
|
+
if data is None:
|
|
548
|
+
return data
|
|
549
|
+
if isinstance(data, Unset):
|
|
550
|
+
return data
|
|
551
|
+
return cast(Union[None, Unset, float], data)
|
|
552
|
+
|
|
553
|
+
length_in_rock = _parse_length_in_rock(d.pop("length_in_rock", UNSET))
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
def _parse_total_depth(data: object) -> Union[None, Unset, float]:
|
|
557
|
+
if data is None:
|
|
558
|
+
return data
|
|
559
|
+
if isinstance(data, Unset):
|
|
560
|
+
return data
|
|
561
|
+
return cast(Union[None, Unset, float], data)
|
|
562
|
+
|
|
563
|
+
total_depth = _parse_total_depth(d.pop("total_depth", UNSET))
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
def _parse_depth_in_soil(data: object) -> Union[None, Unset, float]:
|
|
567
|
+
if data is None:
|
|
568
|
+
return data
|
|
569
|
+
if isinstance(data, Unset):
|
|
570
|
+
return data
|
|
571
|
+
return cast(Union[None, Unset, float], data)
|
|
572
|
+
|
|
573
|
+
depth_in_soil = _parse_depth_in_soil(d.pop("depth_in_soil", UNSET))
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
def _parse_depth_in_rock(data: object) -> Union[None, Unset, float]:
|
|
577
|
+
if data is None:
|
|
578
|
+
return data
|
|
579
|
+
if isinstance(data, Unset):
|
|
580
|
+
return data
|
|
581
|
+
return cast(Union[None, Unset, float], data)
|
|
582
|
+
|
|
583
|
+
depth_in_rock = _parse_depth_in_rock(d.pop("depth_in_rock", UNSET))
|
|
584
|
+
|
|
585
|
+
|
|
586
|
+
def _parse_bedrock_elevation(data: object) -> Union[None, Unset, float]:
|
|
587
|
+
if data is None:
|
|
588
|
+
return data
|
|
589
|
+
if isinstance(data, Unset):
|
|
590
|
+
return data
|
|
591
|
+
return cast(Union[None, Unset, float], data)
|
|
592
|
+
|
|
593
|
+
bedrock_elevation = _parse_bedrock_elevation(d.pop("bedrock_elevation", UNSET))
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
def _parse_horizontal_total_length(data: object) -> Union[None, Unset, float]:
|
|
597
|
+
if data is None:
|
|
598
|
+
return data
|
|
599
|
+
if isinstance(data, Unset):
|
|
600
|
+
return data
|
|
601
|
+
return cast(Union[None, Unset, float], data)
|
|
602
|
+
|
|
603
|
+
horizontal_total_length = _parse_horizontal_total_length(d.pop("horizontal_total_length", UNSET))
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
def _parse_horizontal_length_in_soil(data: object) -> Union[None, Unset, float]:
|
|
607
|
+
if data is None:
|
|
608
|
+
return data
|
|
609
|
+
if isinstance(data, Unset):
|
|
610
|
+
return data
|
|
611
|
+
return cast(Union[None, Unset, float], data)
|
|
612
|
+
|
|
613
|
+
horizontal_length_in_soil = _parse_horizontal_length_in_soil(d.pop("horizontal_length_in_soil", UNSET))
|
|
614
|
+
|
|
615
|
+
|
|
616
|
+
def _parse_depth_top(data: object) -> Union[None, Unset, float]:
|
|
617
|
+
if data is None:
|
|
618
|
+
return data
|
|
619
|
+
if isinstance(data, Unset):
|
|
620
|
+
return data
|
|
621
|
+
return cast(Union[None, Unset, float], data)
|
|
622
|
+
|
|
623
|
+
depth_top = _parse_depth_top(d.pop("depth_top", UNSET))
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
def _parse_depth_base(data: object) -> Union[None, Unset, float]:
|
|
627
|
+
if data is None:
|
|
628
|
+
return data
|
|
629
|
+
if isinstance(data, Unset):
|
|
630
|
+
return data
|
|
631
|
+
return cast(Union[None, Unset, float], data)
|
|
632
|
+
|
|
633
|
+
depth_base = _parse_depth_base(d.pop("depth_base", UNSET))
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
method_cd = cls(
|
|
637
|
+
method_id=method_id,
|
|
638
|
+
name=name,
|
|
639
|
+
location_id=location_id,
|
|
640
|
+
method_status_id=method_status_id,
|
|
641
|
+
created_at=created_at,
|
|
642
|
+
updated_at=updated_at,
|
|
643
|
+
remarks=remarks,
|
|
644
|
+
method_type_id=method_type_id,
|
|
645
|
+
created_by=created_by,
|
|
646
|
+
updated_by=updated_by,
|
|
647
|
+
conducted_at=conducted_at,
|
|
648
|
+
conducted_by=conducted_by,
|
|
649
|
+
files=files,
|
|
650
|
+
self_=self_,
|
|
651
|
+
sampler_type_id=sampler_type_id,
|
|
652
|
+
inclination=inclination,
|
|
653
|
+
azimuth=azimuth,
|
|
654
|
+
length_in_soil=length_in_soil,
|
|
655
|
+
total_length=total_length,
|
|
656
|
+
casing_length=casing_length,
|
|
657
|
+
casing_size=casing_size,
|
|
658
|
+
removed_casing=removed_casing,
|
|
659
|
+
length_in_rock=length_in_rock,
|
|
660
|
+
total_depth=total_depth,
|
|
661
|
+
depth_in_soil=depth_in_soil,
|
|
662
|
+
depth_in_rock=depth_in_rock,
|
|
663
|
+
bedrock_elevation=bedrock_elevation,
|
|
664
|
+
horizontal_total_length=horizontal_total_length,
|
|
665
|
+
horizontal_length_in_soil=horizontal_length_in_soil,
|
|
666
|
+
depth_top=depth_top,
|
|
667
|
+
depth_base=depth_base,
|
|
668
|
+
)
|
|
669
|
+
|
|
670
|
+
|
|
671
|
+
method_cd.additional_properties = d
|
|
672
|
+
return method_cd
|
|
673
|
+
|
|
674
|
+
@property
|
|
675
|
+
def additional_keys(self) -> List[str]:
|
|
676
|
+
return list(self.additional_properties.keys())
|
|
677
|
+
|
|
678
|
+
def __getitem__(self, key: str) -> Any:
|
|
679
|
+
return self.additional_properties[key]
|
|
680
|
+
|
|
681
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
682
|
+
self.additional_properties[key] = value
|
|
683
|
+
|
|
684
|
+
def __delitem__(self, key: str) -> None:
|
|
685
|
+
del self.additional_properties[key]
|
|
686
|
+
|
|
687
|
+
def __contains__(self, key: str) -> bool:
|
|
688
|
+
return key in self.additional_properties
|