mixpeek 0.17.9__tar.gz → 0.18.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 (200) hide show
  1. {mixpeek-0.17.9 → mixpeek-0.18.0}/PKG-INFO +57 -54
  2. {mixpeek-0.17.9 → mixpeek-0.18.0}/README-PYPI.md +56 -53
  3. {mixpeek-0.17.9 → mixpeek-0.18.0}/pyproject.toml +1 -1
  4. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/_version.py +2 -2
  5. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/assets.py +14 -14
  6. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/collections.py +10 -10
  7. mixpeek-0.17.9/src/mixpeek/feature_extractors.py → mixpeek-0.18.0/src/mixpeek/featureextractors.py +2 -2
  8. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/features.py +348 -8
  9. mixpeek-0.17.9/src/mixpeek/ingest_assets.py → mixpeek-0.18.0/src/mixpeek/ingestassets.py +6 -6
  10. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/namespaces.py +12 -12
  11. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/organizations.py +10 -626
  12. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/sdk.py +9 -6
  13. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/tasks.py +6 -6
  14. mixpeek-0.18.0/src/mixpeek/taxonomies.py +686 -0
  15. mixpeek-0.17.9/src/mixpeek/taxonomy_entities.py → mixpeek-0.18.0/src/mixpeek/taxonomyentities.py +14 -690
  16. mixpeek-0.18.0/src/mixpeek/users.py +626 -0
  17. mixpeek-0.17.9/src/mixpeek/feature_search.py +0 -350
  18. {mixpeek-0.17.9 → mixpeek-0.18.0}/py.typed +0 -0
  19. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/__init__.py +0 -0
  20. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/_hooks/__init__.py +0 -0
  21. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/_hooks/registration.py +0 -0
  22. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  23. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/_hooks/types.py +0 -0
  24. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/basesdk.py +0 -0
  25. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/health.py +0 -0
  26. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/httpclient.py +0 -0
  27. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/__init__.py +0 -0
  28. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/actionusage.py +0 -0
  29. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/apierror.py +0 -0
  30. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/apikey.py +0 -0
  31. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/apikeyupdate.py +0 -0
  32. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assetfeatures.py +0 -0
  33. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assetresponse.py +0 -0
  34. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  35. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assetupdate.py +0 -0
  36. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assignmentconfig.py +0 -0
  37. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/assignmentmode.py +0 -0
  38. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/availablemodels.py +0 -0
  39. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  40. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/boolindexparams.py +0 -0
  41. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/classificationmatch.py +0 -0
  42. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/classificationwithfeature.py +0 -0
  43. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  44. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/collectionmodel.py +0 -0
  45. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/collectionresult.py +0 -0
  46. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  47. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  48. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  49. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/createcollectionrequest.py +0 -0
  50. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/createnamespacerequest.py +0 -0
  51. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/datetimeindexparams.py +0 -0
  52. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/dateusage.py +0 -0
  53. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  54. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  55. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  56. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  57. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  58. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  59. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  60. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  61. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  62. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/denseembedding.py +0 -0
  63. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/discoverrequest.py +0 -0
  64. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/embeddingconfig.py +0 -0
  65. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/embeddingrequest.py +0 -0
  66. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/embeddingresponse.py +0 -0
  67. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/entitysettings.py +0 -0
  68. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/errordetail.py +0 -0
  69. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/errorresponse.py +0 -0
  70. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  71. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/featureoptions.py +0 -0
  72. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/featureresponse.py +0 -0
  73. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  74. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/featureupdaterequest.py +0 -0
  75. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/filtercondition.py +0 -0
  76. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/floatindexparams.py +0 -0
  77. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  78. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  79. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  80. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/geoindexparams.py +0 -0
  81. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  82. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  83. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
  84. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  85. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  86. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  87. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  88. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  89. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  90. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/groupbyoptions.py +0 -0
  91. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  92. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/groupedassetdata.py +0 -0
  93. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/healthcheckresponse.py +0 -0
  94. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/httpvalidationerror.py +0 -0
  95. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/imagedescribesettings.py +0 -0
  96. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/imagedetectsettings.py +0 -0
  97. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/imagereadsettings.py +0 -0
  98. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/imagesettings.py +0 -0
  99. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  100. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  101. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  102. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/inputtype.py +0 -0
  103. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/integerindexparams.py +0 -0
  104. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/internal/__init__.py +0 -0
  105. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/internal/globals.py +0 -0
  106. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  107. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  108. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  109. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/keywordindexparams.py +0 -0
  110. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  111. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
  112. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  113. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  114. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  115. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  116. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  117. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listassetsrequest.py +0 -0
  118. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listassetsresponse.py +0 -0
  119. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  120. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  121. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  122. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  123. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  124. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listtasksresponse.py +0 -0
  125. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  126. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/logicaloperator.py +0 -0
  127. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/logodetectsettings.py +0 -0
  128. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/modality.py +0 -0
  129. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/modeldetails.py +0 -0
  130. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/namespaceresponse.py +0 -0
  131. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/nodeoptions.py +0 -0
  132. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/nodeupdate.py +0 -0
  133. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/organizationmodel.py +0 -0
  134. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  135. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/payloadindexconfig.py +0 -0
  136. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/payloadindextype.py +0 -0
  137. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/payloadschematype.py +0 -0
  138. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/permission.py +0 -0
  139. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/processimageurlinput.py +0 -0
  140. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/processtextinput.py +0 -0
  141. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/processvideourlinput.py +0 -0
  142. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/querysettings.py +0 -0
  143. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/rerankingoptions.py +0 -0
  144. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  145. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  146. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/search_model_searchquery.py +0 -0
  147. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/searchassetsrequest.py +0 -0
  148. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/searchrequestfeatures.py +0 -0
  149. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/security.py +0 -0
  150. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/sortoption.py +0 -0
  151. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/sparseembedding.py +0 -0
  152. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taskresponse.py +0 -0
  153. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taskstatus.py +0 -0
  154. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomycreate.py +0 -0
  155. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
  156. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomymodel.py +0 -0
  157. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomynode.py +0 -0
  158. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  159. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/taxonomyupdate.py +0 -0
  160. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/textindexparams.py +0 -0
  161. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/textsettings.py +0 -0
  162. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/tokenizertype.py +0 -0
  163. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  164. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  165. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  166. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  167. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  168. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/updateassetrequest.py +0 -0
  169. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  170. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/usage.py +0 -0
  171. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/usermodel_input.py +0 -0
  172. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/usermodel_output.py +0 -0
  173. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/uuidindexparams.py +0 -0
  174. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/validationerror.py +0 -0
  175. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/vectormodel.py +0 -0
  176. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/vectortype.py +0 -0
  177. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/videodescribesettings.py +0 -0
  178. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/videodetectsettings.py +0 -0
  179. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/videoreadsettings.py +0 -0
  180. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/videosettings.py +0 -0
  181. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  182. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/py.typed +0 -0
  183. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/sdkconfiguration.py +0 -0
  184. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/types/__init__.py +0 -0
  185. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/types/basemodel.py +0 -0
  186. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/__init__.py +0 -0
  187. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/annotations.py +0 -0
  188. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/enums.py +0 -0
  189. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/eventstreaming.py +0 -0
  190. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/forms.py +0 -0
  191. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/headers.py +0 -0
  192. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/logger.py +0 -0
  193. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/metadata.py +0 -0
  194. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/queryparams.py +0 -0
  195. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/requestbodies.py +0 -0
  196. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/retries.py +0 -0
  197. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/security.py +0 -0
  198. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/serializers.py +0 -0
  199. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/url.py +0 -0
  200. {mixpeek-0.17.9 → mixpeek-0.18.0}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mixpeek
3
- Version: 0.17.9
3
+ Version: 0.18.0
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -160,36 +160,33 @@ with Mixpeek(
160
160
 
161
161
  ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
162
162
 
163
- * [get_asset_v1_assets_asset_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_v1_assets_asset_id_get) - Get Asset
164
- * [delete_asset_v1_assets_asset_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete_asset_v1_assets_asset_id_delete) - Delete Asset
165
- * [full_asset_update_v1_assets_asset_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#full_asset_update_v1_assets_asset_id_put) - Full Asset Update
166
- * [partial_asset_update_v1_assets_asset_id_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_asset_update_v1_assets_asset_id_patch) - Partial Asset Update
167
- * [get_asset_with_features_v1_assets_asset_id_features_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_with_features_v1_assets_asset_id_features_get) - Get Asset With Features
168
- * [list_assets_v1_assets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list_assets_v1_assets_post) - List Assets
169
- * [search_assets_v1_assets_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search_assets_v1_assets_search_post) - Search Assets
163
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
164
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
165
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
166
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
167
+ * [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
168
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
169
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
170
170
 
171
171
  ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
172
172
 
173
- * [list_collections_v1_collections_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list_collections_v1_collections_get) - List Collections
174
- * [create_collection_v1_collections_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_post) - Create Collection
175
- * [delete_collection_v1_collections_collection_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete_collection_v1_collections_collection_delete) - Delete Collection
176
- * [update_collection_v1_collections_collection_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update_collection_v1_collections_collection_put) - Update Collection
177
- * [get_collection_v1_collections_collection_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_get) - Get Collection
173
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
174
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
175
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
176
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
177
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
178
178
 
179
179
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
180
180
 
181
- * [extract_embeddings_v1_features_extractors_embed_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings_v1_features_extractors_embed_post) - Extract Embeddings
182
-
183
- ### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
184
-
185
- * [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
181
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
186
182
 
187
183
  ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
188
184
 
189
- * [get_feature_v1_features_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_v1_features_feature_id_get) - Get Feature
190
- * [delete_feature_v1_features_feature_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete_feature_v1_features_feature_id_delete) - Delete Feature
191
- * [full_feature_update_v1_features_feature_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#full_feature_update_v1_features_feature_id_put) - Full Feature Update
192
- * [list_features_v1_features_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_features_v1_features_post) - List Features
185
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
186
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
187
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
188
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
189
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
193
190
 
194
191
  ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
195
192
 
@@ -197,49 +194,55 @@ with Mixpeek(
197
194
 
198
195
  ### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
199
196
 
200
- * [ingest_text_v1_ingest_text_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text_v1_ingest_text_post) - Ingest Text
201
- * [ingest_video_url_v1_ingest_videos_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url_v1_ingest_videos_url_post) - Ingest Video Url
202
- * [ingest_image_url_v1_ingest_images_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url_v1_ingest_images_url_post) - Ingest Image Url
197
+ * [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
198
+ * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
199
+ * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
203
200
 
204
201
 
205
202
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
206
203
 
207
- * [create_namespace_v1_namespaces_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create_namespace_v1_namespaces_post) - Create Namespace
208
- * [list_namespaces_v1_namespaces_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_namespaces_v1_namespaces_get) - List Namespaces
209
- * [delete_namespace_v1_namespaces_namespace_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete_namespace_v1_namespaces_namespace_delete) - Delete Namespace
210
- * [update_namespace_v1_namespaces_namespace_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update_namespace_v1_namespaces_namespace_put) - Update Namespace
211
- * [get_namespace_v1_namespaces_namespace_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get_namespace_v1_namespaces_namespace_get) - Get Namespace
212
- * [list_available_models_v1_namespaces_models_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_available_models_v1_namespaces_models_get) - List Available Models
204
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
205
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
206
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
207
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
208
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
209
+ * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
213
210
 
214
211
  ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
215
212
 
216
- * [get_organization_v1_organizations_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_organization_v1_organizations_get) - Get Organization
217
- * [get_usage_v1_organizations_usage_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage_v1_organizations_usage_get) - Get Usage
218
- * [get_user_v1_organizations_users_user_email_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user_v1_organizations_users_user_email_get) - Get User
219
- * [delete_user_v1_organizations_users_user_email_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user_v1_organizations_users_user_email_delete) - Delete User
220
- * [add_user_v1_organizations_users_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user_v1_organizations_users_post) - Add User
221
- * [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
222
- * [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
223
- * [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
213
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
214
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
215
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
216
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
217
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
224
218
 
225
219
  ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
226
220
 
227
- * [kill_task_v1_tasks_task_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#kill_task_v1_tasks_task_id_delete) - Kill Task
228
- * [get_task_v1_tasks_task_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get_task_v1_tasks_task_id_get) - Get Task Information
229
- * [list_active_tasks_v1_tasks_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active_tasks_v1_tasks_get) - List Active Tasks
221
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
222
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
223
+ * [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
224
+
225
+ ### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
226
+
227
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
228
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
229
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
230
230
 
231
231
  ### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
232
232
 
233
- * [create_taxonomy_v1_entities_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create_taxonomy_v1_entities_taxonomies_post) - Create Taxonomy
234
- * [list_taxonomies_v1_entities_taxonomies_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_taxonomies_v1_entities_taxonomies_get) - List Taxonomies
235
- * [get_taxonomy_v1_entities_taxonomies_taxonomy_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_v1_entities_taxonomies_taxonomy_get) - Get Taxonomy
236
- * [delete_taxonomy_v1_entities_taxonomies_taxonomy_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_taxonomy_v1_entities_taxonomies_taxonomy_delete) - Delete Taxonomy
237
- * [update_taxonomy_v1_entities_taxonomies_taxonomy_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_taxonomy_v1_entities_taxonomies_taxonomy_patch) - Update Taxonomy
238
- * [get_taxonomy_node_v1_entities_taxonomies_nodes_node_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_node_v1_entities_taxonomies_nodes_node_get) - Get Taxonomy Node
239
- * [update_node_v1_entities_taxonomies_nodes_node_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node_v1_entities_taxonomies_nodes_node_patch) - Update Node
240
- * [classify_features_v1_entities_taxonomies_taxonomy_classify_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features_v1_entities_taxonomies_taxonomy_classify_post) - Classify Features against Taxonomy
241
- * [list_classifications_v1_entities_taxonomies_taxonomy_classifications_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications_v1_entities_taxonomies_taxonomy_classifications_post) - List Taxonomy Classifications
242
- * [delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete) - Delete Classifications
233
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
234
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
235
+ * [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
236
+ * [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
237
+ * [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
238
+ * [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
239
+ * [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
240
+
241
+ ### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
242
+
243
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
244
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
245
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
243
246
 
244
247
  </details>
245
248
  <!-- End Available Resources and Operations [operations] -->
@@ -300,7 +303,7 @@ By default, an API error will raise a models.APIError exception, which has the f
300
303
  | `.raw_response` | *httpx.Response* | The raw HTTP response |
301
304
  | `.body` | *str* | The response content |
302
305
 
303
- When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_organization_v1_organizations_get_async` method may raise the following exceptions:
306
+ When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
304
307
 
305
308
  | Error Type | Status Code | Content Type |
306
309
  | -------------------------- | ------------------ | ---------------- |
@@ -321,7 +324,7 @@ with Mixpeek(
321
324
  res = None
322
325
  try:
323
326
 
324
- res = mixpeek.organizations.get_organization_v1_organizations_get()
327
+ res = mixpeek.organizations.get()
325
328
 
326
329
  # Handle response
327
330
  print(res)
@@ -139,36 +139,33 @@ with Mixpeek(
139
139
 
140
140
  ### [assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md)
141
141
 
142
- * [get_asset_v1_assets_asset_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_v1_assets_asset_id_get) - Get Asset
143
- * [delete_asset_v1_assets_asset_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete_asset_v1_assets_asset_id_delete) - Delete Asset
144
- * [full_asset_update_v1_assets_asset_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#full_asset_update_v1_assets_asset_id_put) - Full Asset Update
145
- * [partial_asset_update_v1_assets_asset_id_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_asset_update_v1_assets_asset_id_patch) - Partial Asset Update
146
- * [get_asset_with_features_v1_assets_asset_id_features_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_asset_with_features_v1_assets_asset_id_features_get) - Get Asset With Features
147
- * [list_assets_v1_assets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list_assets_v1_assets_post) - List Assets
148
- * [search_assets_v1_assets_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search_assets_v1_assets_search_post) - Search Assets
142
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get) - Get Asset
143
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#delete) - Delete Asset
144
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#update) - Full Asset Update
145
+ * [partial_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#partial_update) - Partial Asset Update
146
+ * [get_with_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#get_with_features) - Get Asset With Features
147
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#list) - List Assets
148
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/assets/README.md#search) - Search Assets
149
149
 
150
150
  ### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
151
151
 
152
- * [list_collections_v1_collections_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list_collections_v1_collections_get) - List Collections
153
- * [create_collection_v1_collections_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_post) - Create Collection
154
- * [delete_collection_v1_collections_collection_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete_collection_v1_collections_collection_delete) - Delete Collection
155
- * [update_collection_v1_collections_collection_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update_collection_v1_collections_collection_put) - Update Collection
156
- * [get_collection_v1_collections_collection_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_get) - Get Collection
152
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#list) - List Collections
153
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
154
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
155
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
156
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
157
157
 
158
158
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
159
159
 
160
- * [extract_embeddings_v1_features_extractors_embed_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings_v1_features_extractors_embed_post) - Extract Embeddings
161
-
162
- ### [feature_search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md)
163
-
164
- * [search_features_v1_features_search_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featuresearch/README.md#search_features_v1_features_search_post) - Search Features
160
+ * [extract_embeddings](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md#extract_embeddings) - Extract Embeddings
165
161
 
166
162
  ### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
167
163
 
168
- * [get_feature_v1_features_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_v1_features_feature_id_get) - Get Feature
169
- * [delete_feature_v1_features_feature_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete_feature_v1_features_feature_id_delete) - Delete Feature
170
- * [full_feature_update_v1_features_feature_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#full_feature_update_v1_features_feature_id_put) - Full Feature Update
171
- * [list_features_v1_features_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_features_v1_features_post) - List Features
164
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get) - Get Feature
165
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#delete) - Delete Feature
166
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#update) - Full Feature Update
167
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list) - List Features
168
+ * [search](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#search) - Search Features
172
169
 
173
170
  ### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
174
171
 
@@ -176,49 +173,55 @@ with Mixpeek(
176
173
 
177
174
  ### [ingest_assets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md)
178
175
 
179
- * [ingest_text_v1_ingest_text_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text_v1_ingest_text_post) - Ingest Text
180
- * [ingest_video_url_v1_ingest_videos_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url_v1_ingest_videos_url_post) - Ingest Video Url
181
- * [ingest_image_url_v1_ingest_images_url_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url_v1_ingest_images_url_post) - Ingest Image Url
176
+ * [ingest_text](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_text) - Ingest Text
177
+ * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
178
+ * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
182
179
 
183
180
 
184
181
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
185
182
 
186
- * [create_namespace_v1_namespaces_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create_namespace_v1_namespaces_post) - Create Namespace
187
- * [list_namespaces_v1_namespaces_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_namespaces_v1_namespaces_get) - List Namespaces
188
- * [delete_namespace_v1_namespaces_namespace_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete_namespace_v1_namespaces_namespace_delete) - Delete Namespace
189
- * [update_namespace_v1_namespaces_namespace_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update_namespace_v1_namespaces_namespace_put) - Update Namespace
190
- * [get_namespace_v1_namespaces_namespace_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get_namespace_v1_namespaces_namespace_get) - Get Namespace
191
- * [list_available_models_v1_namespaces_models_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_available_models_v1_namespaces_models_get) - List Available Models
183
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
184
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
185
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
186
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
187
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
188
+ * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
192
189
 
193
190
  ### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
194
191
 
195
- * [get_organization_v1_organizations_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_organization_v1_organizations_get) - Get Organization
196
- * [get_usage_v1_organizations_usage_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage_v1_organizations_usage_get) - Get Usage
197
- * [get_user_v1_organizations_users_user_email_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_user_v1_organizations_users_user_email_get) - Get User
198
- * [delete_user_v1_organizations_users_user_email_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_user_v1_organizations_users_user_email_delete) - Delete User
199
- * [add_user_v1_organizations_users_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user_v1_organizations_users_post) - Add User
200
- * [create_api_key_v1_organizations_users_user_email_api_keys_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#create_api_key_v1_organizations_users_user_email_api_keys_post) - Create Api Key
201
- * [delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key_v1_organizations_users_user_email_api_keys_key_name_delete) - Delete Api Key
202
- * [update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key_v1_organizations_users_user_email_api_keys_key_name_patch) - Update Api Key
192
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get) - Get Organization
193
+ * [get_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#get_usage) - Get Usage
194
+ * [add_user](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#add_user) - Add User
195
+ * [delete_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#delete_api_key) - Delete Api Key
196
+ * [update_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md#update_api_key) - Update Api Key
203
197
 
204
198
  ### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
205
199
 
206
- * [kill_task_v1_tasks_task_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#kill_task_v1_tasks_task_id_delete) - Kill Task
207
- * [get_task_v1_tasks_task_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get_task_v1_tasks_task_id_get) - Get Task Information
208
- * [list_active_tasks_v1_tasks_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active_tasks_v1_tasks_get) - List Active Tasks
200
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#delete) - Kill Task
201
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#get) - Get Task Information
202
+ * [list_active](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md#list_active) - List Active Tasks
203
+
204
+ ### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
205
+
206
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#get) - Get Taxonomy
207
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#delete) - Delete Taxonomy
208
+ * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#update) - Update Taxonomy
209
209
 
210
210
  ### [taxonomy_entities](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md)
211
211
 
212
- * [create_taxonomy_v1_entities_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create_taxonomy_v1_entities_taxonomies_post) - Create Taxonomy
213
- * [list_taxonomies_v1_entities_taxonomies_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_taxonomies_v1_entities_taxonomies_get) - List Taxonomies
214
- * [get_taxonomy_v1_entities_taxonomies_taxonomy_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_v1_entities_taxonomies_taxonomy_get) - Get Taxonomy
215
- * [delete_taxonomy_v1_entities_taxonomies_taxonomy_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_taxonomy_v1_entities_taxonomies_taxonomy_delete) - Delete Taxonomy
216
- * [update_taxonomy_v1_entities_taxonomies_taxonomy_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_taxonomy_v1_entities_taxonomies_taxonomy_patch) - Update Taxonomy
217
- * [get_taxonomy_node_v1_entities_taxonomies_nodes_node_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_taxonomy_node_v1_entities_taxonomies_nodes_node_get) - Get Taxonomy Node
218
- * [update_node_v1_entities_taxonomies_nodes_node_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node_v1_entities_taxonomies_nodes_node_patch) - Update Node
219
- * [classify_features_v1_entities_taxonomies_taxonomy_classify_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features_v1_entities_taxonomies_taxonomy_classify_post) - Classify Features against Taxonomy
220
- * [list_classifications_v1_entities_taxonomies_taxonomy_classifications_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications_v1_entities_taxonomies_taxonomy_classifications_post) - List Taxonomy Classifications
221
- * [delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_delete) - Delete Classifications
212
+ * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#create) - Create Taxonomy
213
+ * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list) - List Taxonomies
214
+ * [get_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#get_node) - Get Taxonomy Node
215
+ * [update_node](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#update_node) - Update Node
216
+ * [classify_features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#classify_features) - Classify Features against Taxonomy
217
+ * [list_classifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#list_classifications) - List Taxonomy Classifications
218
+ * [delete_classification](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomyentities/README.md#delete_classification) - Delete Classifications
219
+
220
+ ### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
221
+
222
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#get) - Get User
223
+ * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#delete) - Delete User
224
+ * [create_api_key](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md#create_api_key) - Create Api Key
222
225
 
223
226
  </details>
224
227
  <!-- End Available Resources and Operations [operations] -->
@@ -279,7 +282,7 @@ By default, an API error will raise a models.APIError exception, which has the f
279
282
  | `.raw_response` | *httpx.Response* | The raw HTTP response |
280
283
  | `.body` | *str* | The response content |
281
284
 
282
- When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_organization_v1_organizations_get_async` method may raise the following exceptions:
285
+ When custom error responses are specified for an operation, the SDK may also raise their associated exceptions. You can refer to respective *Errors* tables in SDK docs for more details on possible exception types for each operation. For example, the `get_async` method may raise the following exceptions:
283
286
 
284
287
  | Error Type | Status Code | Content Type |
285
288
  | -------------------------- | ------------------ | ---------------- |
@@ -300,7 +303,7 @@ with Mixpeek(
300
303
  res = None
301
304
  try:
302
305
 
303
- res = mixpeek.organizations.get_organization_v1_organizations_get()
306
+ res = mixpeek.organizations.get()
304
307
 
305
308
  # Handle response
306
309
  print(res)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.17.9"
3
+ version = "0.18.0"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "mixpeek"
6
- __version__: str = "0.17.9"
6
+ __version__: str = "0.18.0"
7
7
  __openapi_doc_version__: str = "0.81"
8
8
  __gen_version__: str = "2.493.32"
9
- __user_agent__: str = "speakeasy-sdk/python 0.17.9 2.493.32 0.81 mixpeek"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.0 2.493.32 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -9,7 +9,7 @@ from typing import Any, List, Mapping, Optional, Union
9
9
 
10
10
 
11
11
  class Assets(BaseSDK):
12
- def get_asset_v1_assets_asset_id_get(
12
+ def get(
13
13
  self,
14
14
  *,
15
15
  asset_id: str,
@@ -117,7 +117,7 @@ class Assets(BaseSDK):
117
117
  http_res,
118
118
  )
119
119
 
120
- async def get_asset_v1_assets_asset_id_get_async(
120
+ async def get_async(
121
121
  self,
122
122
  *,
123
123
  asset_id: str,
@@ -225,7 +225,7 @@ class Assets(BaseSDK):
225
225
  http_res,
226
226
  )
227
227
 
228
- def delete_asset_v1_assets_asset_id_delete(
228
+ def delete(
229
229
  self,
230
230
  *,
231
231
  asset_id: str,
@@ -331,7 +331,7 @@ class Assets(BaseSDK):
331
331
  http_res,
332
332
  )
333
333
 
334
- async def delete_asset_v1_assets_asset_id_delete_async(
334
+ async def delete_async(
335
335
  self,
336
336
  *,
337
337
  asset_id: str,
@@ -437,7 +437,7 @@ class Assets(BaseSDK):
437
437
  http_res,
438
438
  )
439
439
 
440
- def full_asset_update_v1_assets_asset_id_put(
440
+ def update(
441
441
  self,
442
442
  *,
443
443
  asset_id: str,
@@ -565,7 +565,7 @@ class Assets(BaseSDK):
565
565
  http_res,
566
566
  )
567
567
 
568
- async def full_asset_update_v1_assets_asset_id_put_async(
568
+ async def update_async(
569
569
  self,
570
570
  *,
571
571
  asset_id: str,
@@ -693,7 +693,7 @@ class Assets(BaseSDK):
693
693
  http_res,
694
694
  )
695
695
 
696
- def partial_asset_update_v1_assets_asset_id_patch(
696
+ def partial_update(
697
697
  self,
698
698
  *,
699
699
  asset_id: str,
@@ -821,7 +821,7 @@ class Assets(BaseSDK):
821
821
  http_res,
822
822
  )
823
823
 
824
- async def partial_asset_update_v1_assets_asset_id_patch_async(
824
+ async def partial_update_async(
825
825
  self,
826
826
  *,
827
827
  asset_id: str,
@@ -949,7 +949,7 @@ class Assets(BaseSDK):
949
949
  http_res,
950
950
  )
951
951
 
952
- def get_asset_with_features_v1_assets_asset_id_features_get(
952
+ def get_with_features(
953
953
  self,
954
954
  *,
955
955
  asset_id: str,
@@ -1057,7 +1057,7 @@ class Assets(BaseSDK):
1057
1057
  http_res,
1058
1058
  )
1059
1059
 
1060
- async def get_asset_with_features_v1_assets_asset_id_features_get_async(
1060
+ async def get_with_features_async(
1061
1061
  self,
1062
1062
  *,
1063
1063
  asset_id: str,
@@ -1165,7 +1165,7 @@ class Assets(BaseSDK):
1165
1165
  http_res,
1166
1166
  )
1167
1167
 
1168
- def list_assets_v1_assets_post(
1168
+ def list(
1169
1169
  self,
1170
1170
  *,
1171
1171
  collections: List[str],
@@ -1310,7 +1310,7 @@ class Assets(BaseSDK):
1310
1310
  http_res,
1311
1311
  )
1312
1312
 
1313
- async def list_assets_v1_assets_post_async(
1313
+ async def list_async(
1314
1314
  self,
1315
1315
  *,
1316
1316
  collections: List[str],
@@ -1455,7 +1455,7 @@ class Assets(BaseSDK):
1455
1455
  http_res,
1456
1456
  )
1457
1457
 
1458
- def search_assets_v1_assets_search_post(
1458
+ def search(
1459
1459
  self,
1460
1460
  *,
1461
1461
  collections: List[str],
@@ -1594,7 +1594,7 @@ class Assets(BaseSDK):
1594
1594
  http_res,
1595
1595
  )
1596
1596
 
1597
- async def search_assets_v1_assets_search_post_async(
1597
+ async def search_async(
1598
1598
  self,
1599
1599
  *,
1600
1600
  collections: List[str],
@@ -9,7 +9,7 @@ from typing import Any, Mapping, Optional, Union
9
9
 
10
10
 
11
11
  class Collections(BaseSDK):
12
- def list_collections_v1_collections_get(
12
+ def list(
13
13
  self,
14
14
  *,
15
15
  page: OptionalNullable[int] = UNSET,
@@ -115,7 +115,7 @@ class Collections(BaseSDK):
115
115
  http_res,
116
116
  )
117
117
 
118
- async def list_collections_v1_collections_get_async(
118
+ async def list_async(
119
119
  self,
120
120
  *,
121
121
  page: OptionalNullable[int] = UNSET,
@@ -221,7 +221,7 @@ class Collections(BaseSDK):
221
221
  http_res,
222
222
  )
223
223
 
224
- def create_collection_v1_collections_post(
224
+ def create(
225
225
  self,
226
226
  *,
227
227
  collection_name: str,
@@ -346,7 +346,7 @@ class Collections(BaseSDK):
346
346
  http_res,
347
347
  )
348
348
 
349
- async def create_collection_v1_collections_post_async(
349
+ async def create_async(
350
350
  self,
351
351
  *,
352
352
  collection_name: str,
@@ -471,7 +471,7 @@ class Collections(BaseSDK):
471
471
  http_res,
472
472
  )
473
473
 
474
- def delete_collection_v1_collections_collection_delete(
474
+ def delete(
475
475
  self,
476
476
  *,
477
477
  collection: str,
@@ -576,7 +576,7 @@ class Collections(BaseSDK):
576
576
  http_res,
577
577
  )
578
578
 
579
- async def delete_collection_v1_collections_collection_delete_async(
579
+ async def delete_async(
580
580
  self,
581
581
  *,
582
582
  collection: str,
@@ -681,7 +681,7 @@ class Collections(BaseSDK):
681
681
  http_res,
682
682
  )
683
683
 
684
- def update_collection_v1_collections_collection_put(
684
+ def update(
685
685
  self,
686
686
  *,
687
687
  collection: str,
@@ -808,7 +808,7 @@ class Collections(BaseSDK):
808
808
  http_res,
809
809
  )
810
810
 
811
- async def update_collection_v1_collections_collection_put_async(
811
+ async def update_async(
812
812
  self,
813
813
  *,
814
814
  collection: str,
@@ -935,7 +935,7 @@ class Collections(BaseSDK):
935
935
  http_res,
936
936
  )
937
937
 
938
- def get_collection_v1_collections_collection_get(
938
+ def get(
939
939
  self,
940
940
  *,
941
941
  collection: str,
@@ -1040,7 +1040,7 @@ class Collections(BaseSDK):
1040
1040
  http_res,
1041
1041
  )
1042
1042
 
1043
- async def get_collection_v1_collections_collection_get_async(
1043
+ async def get_async(
1044
1044
  self,
1045
1045
  *,
1046
1046
  collection: str,
@@ -9,7 +9,7 @@ from typing import Any, Mapping, Optional
9
9
 
10
10
 
11
11
  class FeatureExtractors(BaseSDK):
12
- def extract_embeddings_v1_features_extractors_embed_post(
12
+ def extract_embeddings(
13
13
  self,
14
14
  *,
15
15
  type_: models.InputType,
@@ -118,7 +118,7 @@ class FeatureExtractors(BaseSDK):
118
118
  http_res,
119
119
  )
120
120
 
121
- async def extract_embeddings_v1_features_extractors_embed_post_async(
121
+ async def extract_embeddings_async(
122
122
  self,
123
123
  *,
124
124
  type_: models.InputType,