ncbi-datasets-pyclient 18.14.0__tar.gz → 18.15.0__tar.gz

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.
Files changed (614) hide show
  1. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/PKG-INFO +10 -3
  2. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/README.md +9 -2
  3. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/__init__.py +15 -1
  4. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api_client.py +1 -1
  5. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/configuration.py +1 -1
  6. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/__init__.py +7 -0
  7. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_accessions_reply.py +87 -0
  8. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_check_m_histogram_request.py +87 -0
  9. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_data_report_draft_request.py +89 -0
  10. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_assembly_data_reports_request.py +87 -0
  11. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_chromosome_location.py +54 -0
  12. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_chromosome_type.py +42 -0
  13. ncbi_datasets_pyclient-18.15.0/ncbi/datasets/openapi/models/ncbigsupgcolv2_sequence_accession_request.py +87 -0
  14. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_redundancy_level.py +1 -0
  15. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_request.py +2 -2
  16. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/PKG-INFO +10 -3
  17. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/SOURCES.txt +14 -0
  18. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/pyproject.toml +1 -1
  19. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/setup.py +1 -1
  20. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_accessions_reply.py +53 -0
  21. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_check_m_histogram_request.py +51 -0
  22. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_data_report_draft_request.py +52 -0
  23. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_assembly_data_reports_request.py +53 -0
  24. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_chromosome_location.py +33 -0
  25. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_chromosome_type.py +33 -0
  26. ncbi_datasets_pyclient-18.15.0/test/test_ncbigsupgcolv2_sequence_accession_request.py +51 -0
  27. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/LICENSE +0 -0
  28. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/__init__.py +0 -0
  29. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/__init__.py +0 -0
  30. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/__init__.py +0 -0
  31. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/bio_sample_api.py +0 -0
  32. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/gene_api.py +0 -0
  33. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/genome_api.py +0 -0
  34. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/organelle_api.py +0 -0
  35. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/prokaryote_api.py +0 -0
  36. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/taxonomy_api.py +0 -0
  37. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/version_api.py +0 -0
  38. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api/virus_api.py +0 -0
  39. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/api_response.py +0 -0
  40. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/exceptions.py +0 -0
  41. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_chain_footprint.py +0 -0
  42. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_query_structure_definition.py +0 -0
  43. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_sdid_request.py +0 -0
  44. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report.py +0 -0
  45. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_similar_structure_report_page.py +0 -0
  46. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_sort_by_id.py +0 -0
  47. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report.py +0 -0
  48. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_biounit_chain.py +0 -0
  49. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_experiment.py +0 -0
  50. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_kind.py +0 -0
  51. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_data_report_ligand_chain.py +0 -0
  52. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_structure_request.py +0 -0
  53. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/ncbiprotddv2_vast_score.py +0 -0
  54. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/protobuf_any.py +0 -0
  55. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/rpc_status.py +0 -0
  56. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_accessions.py +0 -0
  57. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_annotation_for_assembly_type.py +0 -0
  58. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_annotation_for_organelle_type.py +0 -0
  59. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_accessions.py +0 -0
  60. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply.py +0 -0
  61. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_reply_histogram_interval.py +0 -0
  62. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_check_m_histogram_request.py +0 -0
  63. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_data_report_draft_request.py +0 -0
  64. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_availability.py +0 -0
  65. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter.py +0 -0
  66. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_source.py +0 -0
  67. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_assembly_version.py +0 -0
  68. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py +0 -0
  69. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_descriptors_filter_type_material_category.py +0 -0
  70. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request.py +0 -0
  71. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_reports_request_content_type.py +0 -0
  72. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_request.py +0 -0
  73. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_dataset_request_resolution.py +0 -0
  74. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply.py +0 -0
  75. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link.py +0 -0
  76. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_reply_assembly_link_type.py +0 -0
  77. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_links_request.py +0 -0
  78. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_revision_history.py +0 -0
  79. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_revision_history_request.py +0 -0
  80. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_assembly_sequence_reports_request.py +0 -0
  81. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_bio_sample_dataset_reports_request.py +0 -0
  82. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_catalog_api_version.py +0 -0
  83. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_dataset_request.py +0 -0
  84. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary.py +0 -0
  85. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_available_files.py +0 -0
  86. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_dehydrated.py +0 -0
  87. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_file_summary.py +0 -0
  88. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_download_summary_hydrated.py +0 -0
  89. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_element_flank_config.py +0 -0
  90. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_fasta.py +0 -0
  91. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_file_file_type.py +0 -0
  92. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply.py +0 -0
  93. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_reply_gene_chromosome_summary.py +0 -0
  94. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_chromosome_summary_request.py +0 -0
  95. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply.py +0 -0
  96. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_reply_gene_type_and_count.py +0 -0
  97. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_counts_by_taxon_request.py +0 -0
  98. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request.py +0 -0
  99. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_content_type.py +0 -0
  100. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_reports_request_symbols_for_taxon.py +0 -0
  101. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request.py +0 -0
  102. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request_content_type.py +0 -0
  103. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_dataset_request_gene_dataset_report_type.py +0 -0
  104. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply.py +0 -0
  105. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link.py +0 -0
  106. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_reply_gene_link_type.py +0 -0
  107. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_links_request.py +0 -0
  108. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_pubmed_ids_request.py +0 -0
  109. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_pubmed_ids_response.py +0 -0
  110. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_gene_type.py +0 -0
  111. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request.py +0 -0
  112. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request_annotation_type.py +0 -0
  113. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_request_genome_annotation_table_format.py +0 -0
  114. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_genome_annotation_table_summary_reply.py +0 -0
  115. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_http_body.py +0 -0
  116. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_image_size.py +0 -0
  117. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_include_tabular_header.py +0 -0
  118. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request.py +0 -0
  119. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_micro_bigge_dataset_request_file_type.py +0 -0
  120. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_mol_type.py +0 -0
  121. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_download_request.py +0 -0
  122. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request.py +0 -0
  123. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request_content_type.py +0 -0
  124. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_metadata_request_organelle_table_format.py +0 -0
  125. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organelle_sort.py +0 -0
  126. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request.py +0 -0
  127. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request_tax_rank_filter.py +0 -0
  128. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_organism_query_request_taxon_resource_filter.py +0 -0
  129. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ortholog_request.py +0 -0
  130. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ortholog_request_content_type.py +0 -0
  131. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_prokaryote_gene_request.py +0 -0
  132. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_prokaryote_gene_request_gene_flank_config.py +0 -0
  133. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request.py +0 -0
  134. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_ref_gene_catalog_dataset_request_file_type.py +0 -0
  135. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sars2_protein_dataset_request.py +0 -0
  136. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sci_name_and_ids.py +0 -0
  137. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sci_name_and_ids_sci_name_and_id.py +0 -0
  138. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_seq_range.py +0 -0
  139. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_seq_reply.py +0 -0
  140. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sequence_accession_request.py +0 -0
  141. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sequence_report_page.py +0 -0
  142. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sleep_reply.py +0 -0
  143. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sleep_request.py +0 -0
  144. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sort_direction.py +0 -0
  145. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_sort_field.py +0 -0
  146. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_table_format.py +0 -0
  147. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_tabular_output.py +0 -0
  148. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_dataset_request.py +0 -0
  149. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_dataset_request_taxonomy_report_type.py +0 -0
  150. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_request.py +0 -0
  151. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response.py +0 -0
  152. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge.py +0 -0
  153. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edge_child_status.py +0 -0
  154. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_filtered_subtree_response_edges_entry.py +0 -0
  155. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_request.py +0 -0
  156. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_metadata_response.py +0 -0
  157. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_image_request.py +0 -0
  158. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_request.py +0 -0
  159. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_response.py +0 -0
  160. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_links_response_generic_link.py +0 -0
  161. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_match.py +0 -0
  162. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request.py +0 -0
  163. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_content_type.py +0 -0
  164. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_request_table_format.py +0 -0
  165. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_metadata_response.py +0 -0
  166. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_node.py +0 -0
  167. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_node_count_by_type.py +0 -0
  168. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_related_id_request.py +0 -0
  169. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_taxonomy_tax_ids_page.py +0 -0
  170. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_version_reply.py +0 -0
  171. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_viral_sequence_type.py +0 -0
  172. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_annotation_filter.py +0 -0
  173. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_annotation_report_request.py +0 -0
  174. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_availability.py +0 -0
  175. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_availability_request.py +0 -0
  176. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_data_report_request.py +0 -0
  177. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_data_report_request_content_type.py +0 -0
  178. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_filter.py +0 -0
  179. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_report_type.py +0 -0
  180. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_dataset_request.py +0 -0
  181. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2_virus_table_field.py +0 -0
  182. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_affiliation.py +0 -0
  183. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_catalog.py +0 -0
  184. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_location.py +0 -0
  185. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_modifier.py +0 -0
  186. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_molecule_type.py +0 -0
  187. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_name.py +0 -0
  188. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_nuccore_request.py +0 -0
  189. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_sequence.py +0 -0
  190. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_sequence_length_units.py +0 -0
  191. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_submitter.py +0 -0
  192. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_taxonomy_node.py +0 -0
  193. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2archive_taxonomy_subtype.py +0 -0
  194. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_additional_submitter.py +0 -0
  195. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_ani_match.py +0 -0
  196. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_ani_type_category.py +0 -0
  197. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_annotation.py +0 -0
  198. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_annotation_info.py +0 -0
  199. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_data_report.py +0 -0
  200. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_data_report_page.py +0 -0
  201. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_info.py +0 -0
  202. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_level.py +0 -0
  203. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_revision.py +0 -0
  204. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_stats.py +0 -0
  205. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_assembly_status.py +0 -0
  206. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_atypical_info.py +0 -0
  207. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity.py +0 -0
  208. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_match_status.py +0 -0
  209. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_average_nucleotide_identity_taxonomy_check_status.py +0 -0
  210. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_project.py +0 -0
  211. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_project_lineage.py +0 -0
  212. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_attribute.py +0 -0
  213. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_contact.py +0 -0
  214. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_data_report.py +0 -0
  215. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_data_report_page.py +0 -0
  216. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_description.py +0 -0
  217. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_descriptor.py +0 -0
  218. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_id.py +0 -0
  219. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_owner.py +0 -0
  220. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_bio_sample_status.py +0 -0
  221. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_busco_stat.py +0 -0
  222. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_check_m.py +0 -0
  223. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_classification.py +0 -0
  224. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_collection_type.py +0 -0
  225. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_conserved_domain.py +0 -0
  226. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_content_type.py +0 -0
  227. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_count_type.py +0 -0
  228. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error.py +0 -0
  229. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_assembly_error_code.py +0 -0
  230. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_gene_error_code.py +0 -0
  231. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_organelle_error_code.py +0 -0
  232. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_taxonomy_error_code.py +0 -0
  233. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_error_virus_error_code.py +0 -0
  234. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_feature_counts.py +0 -0
  235. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_functional_site.py +0 -0
  236. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_counts.py +0 -0
  237. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_data_report_page.py +0 -0
  238. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_descriptor.py +0 -0
  239. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_group.py +0 -0
  240. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_ontology.py +0 -0
  241. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_report_match.py +0 -0
  242. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_summary.py +0 -0
  243. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_gene_type.py +0 -0
  244. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation.py +0 -0
  245. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation_report_match.py +0 -0
  246. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genome_annotation_report_page.py +0 -0
  247. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_location.py +0 -0
  248. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_region.py +0 -0
  249. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_genomic_region_genomic_region_type.py +0 -0
  250. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_infraspecific_names.py +0 -0
  251. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_isolate.py +0 -0
  252. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_lineage_organism.py +0 -0
  253. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_linked_assembly.py +0 -0
  254. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_linked_assembly_type.py +0 -0
  255. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_mature_peptide.py +0 -0
  256. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_message.py +0 -0
  257. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority.py +0 -0
  258. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_note.py +0 -0
  259. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_note_classifier.py +0 -0
  260. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_name_and_authority_publication.py +0 -0
  261. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_nomenclature_authority.py +0 -0
  262. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle.py +0 -0
  263. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_biosample.py +0 -0
  264. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_data_reports.py +0 -0
  265. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_gene_counts.py +0 -0
  266. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_info.py +0 -0
  267. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_topology.py +0 -0
  268. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organelle_type.py +0 -0
  269. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_organism.py +0 -0
  270. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_orientation.py +0 -0
  271. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_paired_assembly.py +0 -0
  272. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_process_metadata.py +0 -0
  273. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_product_descriptor.py +0 -0
  274. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_prokaryote_gene_location_completeness.py +0 -0
  275. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein.py +0 -0
  276. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_conserved_domain.py +0 -0
  277. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_data_report.py +0 -0
  278. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_data_report_page.py +0 -0
  279. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_protein_family.py +0 -0
  280. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_purpose_of_sampling.py +0 -0
  281. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_range.py +0 -0
  282. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_rank_type.py +0 -0
  283. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_reference.py +0 -0
  284. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_rna_type.py +0 -0
  285. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_seq_range_set.py +0 -0
  286. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_seq_range_set_fasta.py +0 -0
  287. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_sequence_info.py +0 -0
  288. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_sequence_information.py +0 -0
  289. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_source_database.py +0 -0
  290. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_tax_data.py +0 -0
  291. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_data_report_page.py +0 -0
  292. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_data_report_page.py +0 -0
  293. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor.py +0 -0
  294. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_descriptor_citation.py +0 -0
  295. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_names_report_match.py +0 -0
  296. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_node.py +0 -0
  297. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_node_count_by_type.py +0 -0
  298. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_report_match.py +0 -0
  299. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_taxonomy_type_material.py +0 -0
  300. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript.py +0 -0
  301. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_select_category.py +0 -0
  302. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_transcript_type.py +0 -0
  303. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_transcript_type_count.py +0 -0
  304. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_type_material.py +0 -0
  305. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_annotation_report.py +0 -0
  306. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_annotation_report_page.py +0 -0
  307. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly.py +0 -0
  308. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_collection_location.py +0 -0
  309. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_completeness.py +0 -0
  310. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_assembly_submitter_info.py +0 -0
  311. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_data_report_page.py +0 -0
  312. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_gene.py +0 -0
  313. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide.py +0 -0
  314. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide_uni_prot_id.py +0 -0
  315. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_virus_peptide_viral_peptide_completeness.py +0 -0
  316. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning.py +0 -0
  317. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning_gene_warning_code.py +0 -0
  318. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_warning_replaced_id.py +0 -0
  319. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/models/v2reports_wgs_info.py +0 -0
  320. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/py.typed +0 -0
  321. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi/datasets/openapi/rest.py +0 -0
  322. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/dependency_links.txt +0 -0
  323. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/requires.txt +0 -0
  324. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/ncbi_datasets_pyclient.egg-info/top_level.txt +0 -0
  325. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/setup.cfg +0 -0
  326. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_bio_sample_api.py +0 -0
  327. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_gene_api.py +0 -0
  328. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_genome_api.py +0 -0
  329. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_chain_footprint.py +0 -0
  330. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_query_structure_definition.py +0 -0
  331. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_redundancy_level.py +0 -0
  332. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_sdid_request.py +0 -0
  333. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_report.py +0 -0
  334. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_report_page.py +0 -0
  335. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_similar_structure_request.py +0 -0
  336. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_sort_by_id.py +0 -0
  337. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report.py +0 -0
  338. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_biounit_chain.py +0 -0
  339. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_experiment.py +0 -0
  340. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_kind.py +0 -0
  341. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_data_report_ligand_chain.py +0 -0
  342. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_structure_request.py +0 -0
  343. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_ncbiprotddv2_vast_score.py +0 -0
  344. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_organelle_api.py +0 -0
  345. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_prokaryote_api.py +0 -0
  346. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_protobuf_any.py +0 -0
  347. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_rpc_status.py +0 -0
  348. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_taxonomy_api.py +0 -0
  349. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_accessions.py +0 -0
  350. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_annotation_for_assembly_type.py +0 -0
  351. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_annotation_for_organelle_type.py +0 -0
  352. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_accessions.py +0 -0
  353. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_reply.py +0 -0
  354. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_reply_histogram_interval.py +0 -0
  355. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_check_m_histogram_request.py +0 -0
  356. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_data_report_draft_request.py +0 -0
  357. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_availability.py +0 -0
  358. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter.py +0 -0
  359. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_assembly_source.py +0 -0
  360. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_assembly_version.py +0 -0
  361. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_metagenome_derived_filter.py +0 -0
  362. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_descriptors_filter_type_material_category.py +0 -0
  363. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_reports_request.py +0 -0
  364. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_reports_request_content_type.py +0 -0
  365. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_request.py +0 -0
  366. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_dataset_request_resolution.py +0 -0
  367. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply.py +0 -0
  368. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply_assembly_link.py +0 -0
  369. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_reply_assembly_link_type.py +0 -0
  370. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_links_request.py +0 -0
  371. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_revision_history.py +0 -0
  372. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_revision_history_request.py +0 -0
  373. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_assembly_sequence_reports_request.py +0 -0
  374. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_bio_sample_dataset_reports_request.py +0 -0
  375. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_catalog_api_version.py +0 -0
  376. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_dataset_request.py +0 -0
  377. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary.py +0 -0
  378. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_available_files.py +0 -0
  379. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_dehydrated.py +0 -0
  380. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_file_summary.py +0 -0
  381. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_download_summary_hydrated.py +0 -0
  382. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_element_flank_config.py +0 -0
  383. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_fasta.py +0 -0
  384. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_file_file_type.py +0 -0
  385. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_reply.py +0 -0
  386. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_reply_gene_chromosome_summary.py +0 -0
  387. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_chromosome_summary_request.py +0 -0
  388. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_reply.py +0 -0
  389. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_reply_gene_type_and_count.py +0 -0
  390. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_counts_by_taxon_request.py +0 -0
  391. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request.py +0 -0
  392. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request_content_type.py +0 -0
  393. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_reports_request_symbols_for_taxon.py +0 -0
  394. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request.py +0 -0
  395. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request_content_type.py +0 -0
  396. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_dataset_request_gene_dataset_report_type.py +0 -0
  397. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply.py +0 -0
  398. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply_gene_link.py +0 -0
  399. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_reply_gene_link_type.py +0 -0
  400. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_links_request.py +0 -0
  401. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_pubmed_ids_request.py +0 -0
  402. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_pubmed_ids_response.py +0 -0
  403. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_gene_type.py +0 -0
  404. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request.py +0 -0
  405. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request_annotation_type.py +0 -0
  406. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_request_genome_annotation_table_format.py +0 -0
  407. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_genome_annotation_table_summary_reply.py +0 -0
  408. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_http_body.py +0 -0
  409. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_image_size.py +0 -0
  410. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_include_tabular_header.py +0 -0
  411. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_micro_bigge_dataset_request.py +0 -0
  412. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_micro_bigge_dataset_request_file_type.py +0 -0
  413. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_mol_type.py +0 -0
  414. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_download_request.py +0 -0
  415. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request.py +0 -0
  416. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request_content_type.py +0 -0
  417. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_metadata_request_organelle_table_format.py +0 -0
  418. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organelle_sort.py +0 -0
  419. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request.py +0 -0
  420. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request_tax_rank_filter.py +0 -0
  421. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_organism_query_request_taxon_resource_filter.py +0 -0
  422. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ortholog_request.py +0 -0
  423. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ortholog_request_content_type.py +0 -0
  424. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_prokaryote_gene_request.py +0 -0
  425. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_prokaryote_gene_request_gene_flank_config.py +0 -0
  426. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ref_gene_catalog_dataset_request.py +0 -0
  427. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_ref_gene_catalog_dataset_request_file_type.py +0 -0
  428. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sars2_protein_dataset_request.py +0 -0
  429. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sci_name_and_ids.py +0 -0
  430. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sci_name_and_ids_sci_name_and_id.py +0 -0
  431. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_seq_range.py +0 -0
  432. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_seq_reply.py +0 -0
  433. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sequence_accession_request.py +0 -0
  434. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sequence_report_page.py +0 -0
  435. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sleep_reply.py +0 -0
  436. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sleep_request.py +0 -0
  437. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sort_direction.py +0 -0
  438. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_sort_field.py +0 -0
  439. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_table_format.py +0 -0
  440. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_tabular_output.py +0 -0
  441. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_dataset_request.py +0 -0
  442. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_dataset_request_taxonomy_report_type.py +0 -0
  443. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_request.py +0 -0
  444. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response.py +0 -0
  445. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edge.py +0 -0
  446. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edge_child_status.py +0 -0
  447. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_filtered_subtree_response_edges_entry.py +0 -0
  448. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_metadata_request.py +0 -0
  449. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_metadata_response.py +0 -0
  450. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_image_request.py +0 -0
  451. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_request.py +0 -0
  452. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_response.py +0 -0
  453. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_links_response_generic_link.py +0 -0
  454. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_match.py +0 -0
  455. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request.py +0 -0
  456. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request_content_type.py +0 -0
  457. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_request_table_format.py +0 -0
  458. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_metadata_response.py +0 -0
  459. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_node.py +0 -0
  460. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_node_count_by_type.py +0 -0
  461. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_related_id_request.py +0 -0
  462. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_taxonomy_tax_ids_page.py +0 -0
  463. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_version_reply.py +0 -0
  464. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_viral_sequence_type.py +0 -0
  465. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_annotation_filter.py +0 -0
  466. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_annotation_report_request.py +0 -0
  467. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_availability.py +0 -0
  468. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_availability_request.py +0 -0
  469. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_data_report_request.py +0 -0
  470. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_data_report_request_content_type.py +0 -0
  471. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_filter.py +0 -0
  472. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_report_type.py +0 -0
  473. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_dataset_request.py +0 -0
  474. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2_virus_table_field.py +0 -0
  475. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_affiliation.py +0 -0
  476. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_catalog.py +0 -0
  477. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_location.py +0 -0
  478. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_modifier.py +0 -0
  479. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_molecule_type.py +0 -0
  480. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_name.py +0 -0
  481. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_nuccore_request.py +0 -0
  482. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_sequence.py +0 -0
  483. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_sequence_length_units.py +0 -0
  484. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_submitter.py +0 -0
  485. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_taxonomy_node.py +0 -0
  486. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2archive_taxonomy_subtype.py +0 -0
  487. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_additional_submitter.py +0 -0
  488. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_ani_match.py +0 -0
  489. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_ani_type_category.py +0 -0
  490. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_annotation.py +0 -0
  491. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_annotation_info.py +0 -0
  492. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_data_report.py +0 -0
  493. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_data_report_page.py +0 -0
  494. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_info.py +0 -0
  495. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_level.py +0 -0
  496. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_revision.py +0 -0
  497. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_stats.py +0 -0
  498. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_assembly_status.py +0 -0
  499. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_atypical_info.py +0 -0
  500. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity.py +0 -0
  501. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity_match_status.py +0 -0
  502. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_average_nucleotide_identity_taxonomy_check_status.py +0 -0
  503. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_project.py +0 -0
  504. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_project_lineage.py +0 -0
  505. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_attribute.py +0 -0
  506. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_contact.py +0 -0
  507. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_data_report.py +0 -0
  508. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_data_report_page.py +0 -0
  509. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_description.py +0 -0
  510. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_descriptor.py +0 -0
  511. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_id.py +0 -0
  512. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_owner.py +0 -0
  513. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_bio_sample_status.py +0 -0
  514. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_busco_stat.py +0 -0
  515. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_check_m.py +0 -0
  516. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_classification.py +0 -0
  517. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_collection_type.py +0 -0
  518. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_conserved_domain.py +0 -0
  519. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_content_type.py +0 -0
  520. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_count_type.py +0 -0
  521. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error.py +0 -0
  522. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_assembly_error_code.py +0 -0
  523. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_gene_error_code.py +0 -0
  524. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_organelle_error_code.py +0 -0
  525. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_taxonomy_error_code.py +0 -0
  526. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_error_virus_error_code.py +0 -0
  527. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_feature_counts.py +0 -0
  528. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_functional_site.py +0 -0
  529. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_counts.py +0 -0
  530. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_data_report_page.py +0 -0
  531. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_descriptor.py +0 -0
  532. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_group.py +0 -0
  533. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_ontology.py +0 -0
  534. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_report_match.py +0 -0
  535. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_summary.py +0 -0
  536. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_gene_type.py +0 -0
  537. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation.py +0 -0
  538. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation_report_match.py +0 -0
  539. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genome_annotation_report_page.py +0 -0
  540. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_location.py +0 -0
  541. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_region.py +0 -0
  542. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_genomic_region_genomic_region_type.py +0 -0
  543. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_infraspecific_names.py +0 -0
  544. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_isolate.py +0 -0
  545. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_lineage_organism.py +0 -0
  546. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_linked_assembly.py +0 -0
  547. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_linked_assembly_type.py +0 -0
  548. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_mature_peptide.py +0 -0
  549. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_message.py +0 -0
  550. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority.py +0 -0
  551. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_note.py +0 -0
  552. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_note_classifier.py +0 -0
  553. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_name_and_authority_publication.py +0 -0
  554. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_nomenclature_authority.py +0 -0
  555. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle.py +0 -0
  556. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_biosample.py +0 -0
  557. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_data_reports.py +0 -0
  558. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_gene_counts.py +0 -0
  559. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_info.py +0 -0
  560. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_topology.py +0 -0
  561. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organelle_type.py +0 -0
  562. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_organism.py +0 -0
  563. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_orientation.py +0 -0
  564. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_paired_assembly.py +0 -0
  565. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_process_metadata.py +0 -0
  566. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_product_descriptor.py +0 -0
  567. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_prokaryote_gene_location_completeness.py +0 -0
  568. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein.py +0 -0
  569. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_conserved_domain.py +0 -0
  570. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_data_report.py +0 -0
  571. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_data_report_page.py +0 -0
  572. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_protein_family.py +0 -0
  573. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_purpose_of_sampling.py +0 -0
  574. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_range.py +0 -0
  575. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_rank_type.py +0 -0
  576. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_reference.py +0 -0
  577. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_rna_type.py +0 -0
  578. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_seq_range_set.py +0 -0
  579. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_seq_range_set_fasta.py +0 -0
  580. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_sequence_info.py +0 -0
  581. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_sequence_information.py +0 -0
  582. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_source_database.py +0 -0
  583. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_tax_data.py +0 -0
  584. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_data_report_page.py +0 -0
  585. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_data_report_page.py +0 -0
  586. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_descriptor.py +0 -0
  587. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_descriptor_citation.py +0 -0
  588. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_names_report_match.py +0 -0
  589. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_node.py +0 -0
  590. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_node_count_by_type.py +0 -0
  591. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_report_match.py +0 -0
  592. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_taxonomy_type_material.py +0 -0
  593. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript.py +0 -0
  594. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_select_category.py +0 -0
  595. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_transcript_type.py +0 -0
  596. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_transcript_type_count.py +0 -0
  597. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_type_material.py +0 -0
  598. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_annotation_report.py +0 -0
  599. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_annotation_report_page.py +0 -0
  600. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly.py +0 -0
  601. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_collection_location.py +0 -0
  602. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_completeness.py +0 -0
  603. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_assembly_submitter_info.py +0 -0
  604. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_data_report_page.py +0 -0
  605. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_gene.py +0 -0
  606. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide.py +0 -0
  607. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide_uni_prot_id.py +0 -0
  608. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_virus_peptide_viral_peptide_completeness.py +0 -0
  609. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning.py +0 -0
  610. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning_gene_warning_code.py +0 -0
  611. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_warning_replaced_id.py +0 -0
  612. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_v2reports_wgs_info.py +0 -0
  613. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_version_api.py +0 -0
  614. {ncbi_datasets_pyclient-18.14.0 → ncbi_datasets_pyclient-18.15.0}/test/test_virus_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ncbi-datasets-pyclient
3
- Version: 18.14.0
3
+ Version: 18.15.0
4
4
  Summary: NCBI Datasets API
5
5
  Home-page:
6
6
  Author: NCBI
@@ -25,8 +25,8 @@ The NCBI Datasets version 2 API is updated often to add new features, fix bugs,
25
25
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
26
26
 
27
27
  - API version: v2
28
- - Package version: v18.14.0
29
- - Generator version: 7.18.0
28
+ - Package version: v18.15.0
29
+ - Generator version: 7.19.0
30
30
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
31
31
 
32
32
  ## Requirements.
@@ -227,6 +227,13 @@ Class | Method | HTTP request | Description
227
227
 
228
228
  ## Documentation For Models
229
229
 
230
+ - [Ncbigsupgcolv2AssemblyAccessionsReply](docs/Ncbigsupgcolv2AssemblyAccessionsReply.md)
231
+ - [Ncbigsupgcolv2AssemblyCheckMHistogramRequest](docs/Ncbigsupgcolv2AssemblyCheckMHistogramRequest.md)
232
+ - [Ncbigsupgcolv2AssemblyDataReportDraftRequest](docs/Ncbigsupgcolv2AssemblyDataReportDraftRequest.md)
233
+ - [Ncbigsupgcolv2AssemblyDataReportsRequest](docs/Ncbigsupgcolv2AssemblyDataReportsRequest.md)
234
+ - [Ncbigsupgcolv2ChromosomeLocation](docs/Ncbigsupgcolv2ChromosomeLocation.md)
235
+ - [Ncbigsupgcolv2ChromosomeType](docs/Ncbigsupgcolv2ChromosomeType.md)
236
+ - [Ncbigsupgcolv2SequenceAccessionRequest](docs/Ncbigsupgcolv2SequenceAccessionRequest.md)
230
237
  - [Ncbiprotddv2ChainFootprint](docs/Ncbiprotddv2ChainFootprint.md)
231
238
  - [Ncbiprotddv2QueryStructureDefinition](docs/Ncbiprotddv2QueryStructureDefinition.md)
232
239
  - [Ncbiprotddv2RedundancyLevel](docs/Ncbiprotddv2RedundancyLevel.md)
@@ -6,8 +6,8 @@ The NCBI Datasets version 2 API is updated often to add new features, fix bugs,
6
6
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
7
7
 
8
8
  - API version: v2
9
- - Package version: v18.14.0
10
- - Generator version: 7.18.0
9
+ - Package version: v18.15.0
10
+ - Generator version: 7.19.0
11
11
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
12
12
 
13
13
  ## Requirements.
@@ -208,6 +208,13 @@ Class | Method | HTTP request | Description
208
208
 
209
209
  ## Documentation For Models
210
210
 
211
+ - [Ncbigsupgcolv2AssemblyAccessionsReply](docs/Ncbigsupgcolv2AssemblyAccessionsReply.md)
212
+ - [Ncbigsupgcolv2AssemblyCheckMHistogramRequest](docs/Ncbigsupgcolv2AssemblyCheckMHistogramRequest.md)
213
+ - [Ncbigsupgcolv2AssemblyDataReportDraftRequest](docs/Ncbigsupgcolv2AssemblyDataReportDraftRequest.md)
214
+ - [Ncbigsupgcolv2AssemblyDataReportsRequest](docs/Ncbigsupgcolv2AssemblyDataReportsRequest.md)
215
+ - [Ncbigsupgcolv2ChromosomeLocation](docs/Ncbigsupgcolv2ChromosomeLocation.md)
216
+ - [Ncbigsupgcolv2ChromosomeType](docs/Ncbigsupgcolv2ChromosomeType.md)
217
+ - [Ncbigsupgcolv2SequenceAccessionRequest](docs/Ncbigsupgcolv2SequenceAccessionRequest.md)
211
218
  - [Ncbiprotddv2ChainFootprint](docs/Ncbiprotddv2ChainFootprint.md)
212
219
  - [Ncbiprotddv2QueryStructureDefinition](docs/Ncbiprotddv2QueryStructureDefinition.md)
213
220
  - [Ncbiprotddv2RedundancyLevel](docs/Ncbiprotddv2RedundancyLevel.md)
@@ -14,7 +14,7 @@
14
14
  """ # noqa: E501
15
15
 
16
16
 
17
- __version__ = "v18.14.0"
17
+ __version__ = "v18.15.0"
18
18
 
19
19
  # Define package exports
20
20
  __all__ = [
@@ -35,6 +35,13 @@ __all__ = [
35
35
  "ApiKeyError",
36
36
  "ApiAttributeError",
37
37
  "ApiException",
38
+ "Ncbigsupgcolv2AssemblyAccessionsReply",
39
+ "Ncbigsupgcolv2AssemblyCheckMHistogramRequest",
40
+ "Ncbigsupgcolv2AssemblyDataReportDraftRequest",
41
+ "Ncbigsupgcolv2AssemblyDataReportsRequest",
42
+ "Ncbigsupgcolv2ChromosomeLocation",
43
+ "Ncbigsupgcolv2ChromosomeType",
44
+ "Ncbigsupgcolv2SequenceAccessionRequest",
38
45
  "Ncbiprotddv2ChainFootprint",
39
46
  "Ncbiprotddv2QueryStructureDefinition",
40
47
  "Ncbiprotddv2RedundancyLevel",
@@ -340,6 +347,13 @@ from ncbi.datasets.openapi.exceptions import ApiAttributeError as ApiAttributeEr
340
347
  from ncbi.datasets.openapi.exceptions import ApiException as ApiException
341
348
 
342
349
  # import models into sdk package
350
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_accessions_reply import Ncbigsupgcolv2AssemblyAccessionsReply as Ncbigsupgcolv2AssemblyAccessionsReply
351
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_check_m_histogram_request import Ncbigsupgcolv2AssemblyCheckMHistogramRequest as Ncbigsupgcolv2AssemblyCheckMHistogramRequest
352
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_report_draft_request import Ncbigsupgcolv2AssemblyDataReportDraftRequest as Ncbigsupgcolv2AssemblyDataReportDraftRequest
353
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_reports_request import Ncbigsupgcolv2AssemblyDataReportsRequest as Ncbigsupgcolv2AssemblyDataReportsRequest
354
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_location import Ncbigsupgcolv2ChromosomeLocation as Ncbigsupgcolv2ChromosomeLocation
355
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_type import Ncbigsupgcolv2ChromosomeType as Ncbigsupgcolv2ChromosomeType
356
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_sequence_accession_request import Ncbigsupgcolv2SequenceAccessionRequest as Ncbigsupgcolv2SequenceAccessionRequest
343
357
  from ncbi.datasets.openapi.models.ncbiprotddv2_chain_footprint import Ncbiprotddv2ChainFootprint as Ncbiprotddv2ChainFootprint
344
358
  from ncbi.datasets.openapi.models.ncbiprotddv2_query_structure_definition import Ncbiprotddv2QueryStructureDefinition as Ncbiprotddv2QueryStructureDefinition
345
359
  from ncbi.datasets.openapi.models.ncbiprotddv2_redundancy_level import Ncbiprotddv2RedundancyLevel as Ncbiprotddv2RedundancyLevel
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/v18.14.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/v18.15.0/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -546,7 +546,7 @@ conf = ncbi.datasets.openapi.Configuration(
546
546
  "OS: {env}\n"\
547
547
  "Python Version: {pyversion}\n"\
548
548
  "Version of the API: v2\n"\
549
- "SDK Package Version: v18.14.0".\
549
+ "SDK Package Version: v18.15.0".\
550
550
  format(env=sys.platform, pyversion=sys.version)
551
551
 
552
552
  def get_host_settings(self) -> List[HostSetting]:
@@ -13,6 +13,13 @@
13
13
  """ # noqa: E501
14
14
 
15
15
  # import models into model package
16
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_accessions_reply import Ncbigsupgcolv2AssemblyAccessionsReply
17
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_check_m_histogram_request import Ncbigsupgcolv2AssemblyCheckMHistogramRequest
18
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_report_draft_request import Ncbigsupgcolv2AssemblyDataReportDraftRequest
19
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_assembly_data_reports_request import Ncbigsupgcolv2AssemblyDataReportsRequest
20
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_location import Ncbigsupgcolv2ChromosomeLocation
21
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_chromosome_type import Ncbigsupgcolv2ChromosomeType
22
+ from ncbi.datasets.openapi.models.ncbigsupgcolv2_sequence_accession_request import Ncbigsupgcolv2SequenceAccessionRequest
16
23
  from ncbi.datasets.openapi.models.ncbiprotddv2_chain_footprint import Ncbiprotddv2ChainFootprint
17
24
  from ncbi.datasets.openapi.models.ncbiprotddv2_query_structure_definition import Ncbiprotddv2QueryStructureDefinition
18
25
  from ncbi.datasets.openapi.models.ncbiprotddv2_redundancy_level import Ncbiprotddv2RedundancyLevel
@@ -0,0 +1,87 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class Ncbigsupgcolv2AssemblyAccessionsReply(BaseModel):
26
+ """
27
+ Ncbigsupgcolv2AssemblyAccessionsReply
28
+ """ # noqa: E501
29
+ accession: Optional[List[StrictStr]] = None
30
+ __properties: ClassVar[List[str]] = ["accession"]
31
+
32
+ model_config = ConfigDict(
33
+ populate_by_name=True,
34
+ validate_assignment=True,
35
+ protected_namespaces=(),
36
+ )
37
+
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.model_dump(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> Optional[Self]:
50
+ """Create an instance of Ncbigsupgcolv2AssemblyAccessionsReply from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self) -> Dict[str, Any]:
54
+ """Return the dictionary representation of the model using alias.
55
+
56
+ This has the following differences from calling pydantic's
57
+ `self.model_dump(by_alias=True)`:
58
+
59
+ * `None` is only added to the output dict for nullable fields that
60
+ were set at model initialization. Other fields with value `None`
61
+ are ignored.
62
+ """
63
+ excluded_fields: Set[str] = set([
64
+ ])
65
+
66
+ _dict = self.model_dump(
67
+ by_alias=True,
68
+ exclude=excluded_fields,
69
+ exclude_none=True,
70
+ )
71
+ return _dict
72
+
73
+ @classmethod
74
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
+ """Create an instance of Ncbigsupgcolv2AssemblyAccessionsReply from a dict"""
76
+ if obj is None:
77
+ return None
78
+
79
+ if not isinstance(obj, dict):
80
+ return cls.model_validate(obj)
81
+
82
+ _obj = cls.model_validate({
83
+ "accession": obj.get("accession")
84
+ })
85
+ return _obj
86
+
87
+
@@ -0,0 +1,87 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictInt
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class Ncbigsupgcolv2AssemblyCheckMHistogramRequest(BaseModel):
26
+ """
27
+ Ncbigsupgcolv2AssemblyCheckMHistogramRequest
28
+ """ # noqa: E501
29
+ tax_id: Optional[StrictInt] = None
30
+ __properties: ClassVar[List[str]] = ["tax_id"]
31
+
32
+ model_config = ConfigDict(
33
+ populate_by_name=True,
34
+ validate_assignment=True,
35
+ protected_namespaces=(),
36
+ )
37
+
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.model_dump(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> Optional[Self]:
50
+ """Create an instance of Ncbigsupgcolv2AssemblyCheckMHistogramRequest from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self) -> Dict[str, Any]:
54
+ """Return the dictionary representation of the model using alias.
55
+
56
+ This has the following differences from calling pydantic's
57
+ `self.model_dump(by_alias=True)`:
58
+
59
+ * `None` is only added to the output dict for nullable fields that
60
+ were set at model initialization. Other fields with value `None`
61
+ are ignored.
62
+ """
63
+ excluded_fields: Set[str] = set([
64
+ ])
65
+
66
+ _dict = self.model_dump(
67
+ by_alias=True,
68
+ exclude=excluded_fields,
69
+ exclude_none=True,
70
+ )
71
+ return _dict
72
+
73
+ @classmethod
74
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
+ """Create an instance of Ncbigsupgcolv2AssemblyCheckMHistogramRequest from a dict"""
76
+ if obj is None:
77
+ return None
78
+
79
+ if not isinstance(obj, dict):
80
+ return cls.model_validate(obj)
81
+
82
+ _obj = cls.model_validate({
83
+ "tax_id": obj.get("tax_id")
84
+ })
85
+ return _obj
86
+
87
+
@@ -0,0 +1,89 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, Field, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class Ncbigsupgcolv2AssemblyDataReportDraftRequest(BaseModel):
26
+ """
27
+ Ncbigsupgcolv2AssemblyDataReportDraftRequest
28
+ """ # noqa: E501
29
+ accession: Optional[StrictStr] = None
30
+ bypass_cache: Optional[StrictStr] = Field(default=None, alias="_bypass_cache")
31
+ __properties: ClassVar[List[str]] = ["accession", "_bypass_cache"]
32
+
33
+ model_config = ConfigDict(
34
+ populate_by_name=True,
35
+ validate_assignment=True,
36
+ protected_namespaces=(),
37
+ )
38
+
39
+
40
+ def to_str(self) -> str:
41
+ """Returns the string representation of the model using alias"""
42
+ return pprint.pformat(self.model_dump(by_alias=True))
43
+
44
+ def to_json(self) -> str:
45
+ """Returns the JSON representation of the model using alias"""
46
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
47
+ return json.dumps(self.to_dict())
48
+
49
+ @classmethod
50
+ def from_json(cls, json_str: str) -> Optional[Self]:
51
+ """Create an instance of Ncbigsupgcolv2AssemblyDataReportDraftRequest from a JSON string"""
52
+ return cls.from_dict(json.loads(json_str))
53
+
54
+ def to_dict(self) -> Dict[str, Any]:
55
+ """Return the dictionary representation of the model using alias.
56
+
57
+ This has the following differences from calling pydantic's
58
+ `self.model_dump(by_alias=True)`:
59
+
60
+ * `None` is only added to the output dict for nullable fields that
61
+ were set at model initialization. Other fields with value `None`
62
+ are ignored.
63
+ """
64
+ excluded_fields: Set[str] = set([
65
+ ])
66
+
67
+ _dict = self.model_dump(
68
+ by_alias=True,
69
+ exclude=excluded_fields,
70
+ exclude_none=True,
71
+ )
72
+ return _dict
73
+
74
+ @classmethod
75
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
76
+ """Create an instance of Ncbigsupgcolv2AssemblyDataReportDraftRequest from a dict"""
77
+ if obj is None:
78
+ return None
79
+
80
+ if not isinstance(obj, dict):
81
+ return cls.model_validate(obj)
82
+
83
+ _obj = cls.model_validate({
84
+ "accession": obj.get("accession"),
85
+ "_bypass_cache": obj.get("_bypass_cache")
86
+ })
87
+ return _obj
88
+
89
+
@@ -0,0 +1,87 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class Ncbigsupgcolv2AssemblyDataReportsRequest(BaseModel):
26
+ """
27
+ Ncbigsupgcolv2AssemblyDataReportsRequest
28
+ """ # noqa: E501
29
+ accessions: Optional[List[StrictStr]] = None
30
+ __properties: ClassVar[List[str]] = ["accessions"]
31
+
32
+ model_config = ConfigDict(
33
+ populate_by_name=True,
34
+ validate_assignment=True,
35
+ protected_namespaces=(),
36
+ )
37
+
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.model_dump(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> Optional[Self]:
50
+ """Create an instance of Ncbigsupgcolv2AssemblyDataReportsRequest from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self) -> Dict[str, Any]:
54
+ """Return the dictionary representation of the model using alias.
55
+
56
+ This has the following differences from calling pydantic's
57
+ `self.model_dump(by_alias=True)`:
58
+
59
+ * `None` is only added to the output dict for nullable fields that
60
+ were set at model initialization. Other fields with value `None`
61
+ are ignored.
62
+ """
63
+ excluded_fields: Set[str] = set([
64
+ ])
65
+
66
+ _dict = self.model_dump(
67
+ by_alias=True,
68
+ exclude=excluded_fields,
69
+ exclude_none=True,
70
+ )
71
+ return _dict
72
+
73
+ @classmethod
74
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
+ """Create an instance of Ncbigsupgcolv2AssemblyDataReportsRequest from a dict"""
76
+ if obj is None:
77
+ return None
78
+
79
+ if not isinstance(obj, dict):
80
+ return cls.model_validate(obj)
81
+
82
+ _obj = cls.model_validate({
83
+ "accessions": obj.get("accessions")
84
+ })
85
+ return _obj
86
+
87
+
@@ -0,0 +1,54 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import json
17
+ from enum import Enum
18
+ from typing_extensions import Self
19
+
20
+
21
+ class Ncbigsupgcolv2ChromosomeLocation(str, Enum):
22
+ """
23
+ Ncbigsupgcolv2ChromosomeLocation
24
+ """
25
+
26
+ """
27
+ allowed enum values
28
+ """
29
+ LOCATION_UNKNOWN = 'LOCATION_UNKNOWN'
30
+ APICOPLAST = 'APICOPLAST'
31
+ CHLOROPLAST = 'CHLOROPLAST'
32
+ CHROMATOPHORE = 'CHROMATOPHORE'
33
+ CHROMOPLAST = 'CHROMOPLAST'
34
+ CYANELLE = 'CYANELLE'
35
+ HYDROGENOSOME = 'HYDROGENOSOME'
36
+ KINETOPLAST = 'KINETOPLAST'
37
+ LEUCOPLAST = 'LEUCOPLAST'
38
+ MACRONUCLEAR = 'MACRONUCLEAR'
39
+ MITOCHONDRION = 'MITOCHONDRION'
40
+ NUCLEARPROKARYOTE = 'NUCLEARPROKARYOTE'
41
+ NUCLEOMORPH = 'NUCLEOMORPH'
42
+ OTHER_LOCATION = 'OTHER_LOCATION'
43
+ PLASTID = 'PLASTID'
44
+ PROPLASTID = 'PROPLASTID'
45
+ PROVIRALPROPHAGE = 'PROVIRALPROPHAGE'
46
+ VIRIONPHAGE = 'VIRIONPHAGE'
47
+ VIROID = 'VIROID'
48
+
49
+ @classmethod
50
+ def from_json(cls, json_str: str) -> Self:
51
+ """Create an instance of Ncbigsupgcolv2ChromosomeLocation from a JSON string"""
52
+ return cls(json.loads(json_str))
53
+
54
+
@@ -0,0 +1,42 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import json
17
+ from enum import Enum
18
+ from typing_extensions import Self
19
+
20
+
21
+ class Ncbigsupgcolv2ChromosomeType(str, Enum):
22
+ """
23
+ Ncbigsupgcolv2ChromosomeType
24
+ """
25
+
26
+ """
27
+ allowed enum values
28
+ """
29
+ TYPE_UNKNOWN = 'TYPE_UNKNOWN'
30
+ CHROMOSOME = 'CHROMOSOME'
31
+ EXTRACHROM = 'EXTRACHROM'
32
+ LINKAGEGROUP = 'LINKAGEGROUP'
33
+ OTHER_TYPE = 'OTHER_TYPE'
34
+ PLASMID = 'PLASMID'
35
+ SEGMENT = 'SEGMENT'
36
+
37
+ @classmethod
38
+ def from_json(cls, json_str: str) -> Self:
39
+ """Create an instance of Ncbigsupgcolv2ChromosomeType from a JSON string"""
40
+ return cls(json.loads(json_str))
41
+
42
+
@@ -0,0 +1,87 @@
1
+ # coding: utf-8
2
+
3
+ """
4
+ NCBI Datasets API
5
+
6
+ ### NCBI Datasets is a resource that lets you easily gather data from NCBI. The NCBI Datasets version 2 API is updated often to add new features, fix bugs, and enhance usability.
7
+
8
+ The version of the OpenAPI document: v2
9
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
10
+
11
+ Do not edit the class manually.
12
+ """ # noqa: E501
13
+
14
+
15
+ from __future__ import annotations
16
+ import pprint
17
+ import re # noqa: F401
18
+ import json
19
+
20
+ from pydantic import BaseModel, ConfigDict, StrictStr
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from typing import Optional, Set
23
+ from typing_extensions import Self
24
+
25
+ class Ncbigsupgcolv2SequenceAccessionRequest(BaseModel):
26
+ """
27
+ Ncbigsupgcolv2SequenceAccessionRequest
28
+ """ # noqa: E501
29
+ accession: Optional[StrictStr] = None
30
+ __properties: ClassVar[List[str]] = ["accession"]
31
+
32
+ model_config = ConfigDict(
33
+ populate_by_name=True,
34
+ validate_assignment=True,
35
+ protected_namespaces=(),
36
+ )
37
+
38
+
39
+ def to_str(self) -> str:
40
+ """Returns the string representation of the model using alias"""
41
+ return pprint.pformat(self.model_dump(by_alias=True))
42
+
43
+ def to_json(self) -> str:
44
+ """Returns the JSON representation of the model using alias"""
45
+ # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead
46
+ return json.dumps(self.to_dict())
47
+
48
+ @classmethod
49
+ def from_json(cls, json_str: str) -> Optional[Self]:
50
+ """Create an instance of Ncbigsupgcolv2SequenceAccessionRequest from a JSON string"""
51
+ return cls.from_dict(json.loads(json_str))
52
+
53
+ def to_dict(self) -> Dict[str, Any]:
54
+ """Return the dictionary representation of the model using alias.
55
+
56
+ This has the following differences from calling pydantic's
57
+ `self.model_dump(by_alias=True)`:
58
+
59
+ * `None` is only added to the output dict for nullable fields that
60
+ were set at model initialization. Other fields with value `None`
61
+ are ignored.
62
+ """
63
+ excluded_fields: Set[str] = set([
64
+ ])
65
+
66
+ _dict = self.model_dump(
67
+ by_alias=True,
68
+ exclude=excluded_fields,
69
+ exclude_none=True,
70
+ )
71
+ return _dict
72
+
73
+ @classmethod
74
+ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]:
75
+ """Create an instance of Ncbigsupgcolv2SequenceAccessionRequest from a dict"""
76
+ if obj is None:
77
+ return None
78
+
79
+ if not isinstance(obj, dict):
80
+ return cls.model_validate(obj)
81
+
82
+ _obj = cls.model_validate({
83
+ "accession": obj.get("accession")
84
+ })
85
+ return _obj
86
+
87
+
@@ -26,6 +26,7 @@ class Ncbiprotddv2RedundancyLevel(str, Enum):
26
26
  """
27
27
  allowed enum values
28
28
  """
29
+ NOT_SPECIFIED = 'NOT_SPECIFIED'
29
30
  ALL_SEQUENCES = 'ALL_SEQUENCES'
30
31
  LOW = 'LOW'
31
32
  MEDIUM = 'MEDIUM'