mixpeek 0.18.7__tar.gz → 0.18.9__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 (201) hide show
  1. {mixpeek-0.18.7 → mixpeek-0.18.9}/PKG-INFO +15 -7
  2. {mixpeek-0.18.7 → mixpeek-0.18.9}/README-PYPI.md +14 -6
  3. {mixpeek-0.18.7 → mixpeek-0.18.9}/pyproject.toml +1 -1
  4. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_version.py +3 -3
  5. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/assets.py +4 -4
  6. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/features.py +4 -4
  7. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classificationmatch.py +5 -0
  8. mixpeek-0.18.9/src/mixpeek/models/taxonomyextractionconfig.py +26 -0
  9. mixpeek-0.18.9/src/mixpeek/sdk.py +498 -0
  10. mixpeek-0.18.7/src/mixpeek/models/taxonomyextractionconfig.py +0 -31
  11. mixpeek-0.18.7/src/mixpeek/sdk.py +0 -167
  12. {mixpeek-0.18.7 → mixpeek-0.18.9}/py.typed +0 -0
  13. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/__init__.py +0 -0
  14. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/__init__.py +0 -0
  15. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/registration.py +0 -0
  16. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  17. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/_hooks/types.py +0 -0
  18. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/basesdk.py +0 -0
  19. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/collections.py +0 -0
  20. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/featureextractors.py +0 -0
  21. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/health.py +0 -0
  22. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/httpclient.py +0 -0
  23. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/ingestassets.py +0 -0
  24. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/__init__.py +0 -0
  25. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/actionusage.py +0 -0
  26. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apierror.py +0 -0
  27. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apikey.py +0 -0
  28. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/apikeyupdate.py +0 -0
  29. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetfeatures.py +0 -0
  30. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetresponse.py +0 -0
  31. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  32. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assetupdate.py +0 -0
  33. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assignmentconfig.py +0 -0
  34. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/assignmentmode.py +0 -0
  35. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/availablemodels.py +0 -0
  36. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  37. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/boolindexparams.py +0 -0
  38. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classificationwithfeature.py +0 -0
  39. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  40. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/collectionmodel.py +0 -0
  41. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/collectionresult.py +0 -0
  42. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  43. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  44. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  45. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/createcollectionrequest.py +0 -0
  46. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/createnamespacerequest.py +0 -0
  47. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/datetimeindexparams.py +0 -0
  48. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/dateusage.py +0 -0
  49. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  50. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  51. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  52. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  53. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  54. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  55. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  56. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  57. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  58. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/denseembedding.py +0 -0
  59. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/discoverrequest.py +0 -0
  60. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingconfig.py +0 -0
  61. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingrequest.py +0 -0
  62. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/embeddingresponse.py +0 -0
  63. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/entitysettings.py +0 -0
  64. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/errordetail.py +0 -0
  65. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/errorresponse.py +0 -0
  66. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  67. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureoptions.py +0 -0
  68. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureresponse.py +0 -0
  69. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  70. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/featureupdaterequest.py +0 -0
  71. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/filtercondition.py +0 -0
  72. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/floatindexparams.py +0 -0
  73. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  74. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  75. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  76. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/geoindexparams.py +0 -0
  77. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  78. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  79. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
  80. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  81. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  82. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  83. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  84. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  85. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  86. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupbyoptions.py +0 -0
  87. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  88. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/groupedassetdata.py +0 -0
  89. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/healthcheckresponse.py +0 -0
  90. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/httpvalidationerror.py +0 -0
  91. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagedescribesettings.py +0 -0
  92. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagedetectsettings.py +0 -0
  93. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagereadsettings.py +0 -0
  94. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/imagesettings.py +0 -0
  95. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  96. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  97. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  98. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/inputtype.py +0 -0
  99. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/integerindexparams.py +0 -0
  100. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/internal/__init__.py +0 -0
  101. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/internal/globals.py +0 -0
  102. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  103. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  104. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  105. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/keywordindexparams.py +0 -0
  106. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  107. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
  108. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  109. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  110. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  111. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  112. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  113. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listassetsrequest.py +0 -0
  114. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listassetsresponse.py +0 -0
  115. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  116. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  117. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  118. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  119. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  120. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listtasksresponse.py +0 -0
  121. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  122. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/logicaloperator.py +0 -0
  123. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/logodetectsettings.py +0 -0
  124. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/modality.py +0 -0
  125. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/modeldetails.py +0 -0
  126. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/namespaceresponse.py +0 -0
  127. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/nodeoptions.py +0 -0
  128. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/nodeupdate.py +0 -0
  129. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/organizationmodel.py +0 -0
  130. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  131. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadindexconfig.py +0 -0
  132. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadindextype.py +0 -0
  133. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/payloadschematype.py +0 -0
  134. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/permission.py +0 -0
  135. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processimageurlinput.py +0 -0
  136. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processtextinput.py +0 -0
  137. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/processvideourlinput.py +0 -0
  138. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/querysettings.py +0 -0
  139. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/rerankingoptions.py +0 -0
  140. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  141. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  142. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/search_model_searchquery.py +0 -0
  143. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/searchassetsrequest.py +0 -0
  144. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/searchrequestfeatures.py +0 -0
  145. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/security.py +0 -0
  146. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/sortoption.py +0 -0
  147. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/sparseembedding.py +0 -0
  148. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taskresponse.py +0 -0
  149. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taskstatus.py +0 -0
  150. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomycreate.py +0 -0
  151. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomymodel.py +0 -0
  152. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomynode.py +0 -0
  153. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  154. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/taxonomyupdate.py +0 -0
  155. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/textindexparams.py +0 -0
  156. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/textsettings.py +0 -0
  157. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/tokenizertype.py +0 -0
  158. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  159. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  160. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  161. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  162. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  163. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/updateassetrequest.py +0 -0
  164. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  165. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usage.py +0 -0
  166. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usermodel_input.py +0 -0
  167. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/usermodel_output.py +0 -0
  168. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/uuidindexparams.py +0 -0
  169. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/validationerror.py +0 -0
  170. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/vectormodel.py +0 -0
  171. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/vectortype.py +0 -0
  172. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videodescribesettings.py +0 -0
  173. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videodetectsettings.py +0 -0
  174. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videoreadsettings.py +0 -0
  175. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videosettings.py +0 -0
  176. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  177. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/namespaces.py +0 -0
  178. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/organizations.py +0 -0
  179. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/py.typed +0 -0
  180. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/sdkconfiguration.py +0 -0
  181. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/tasks.py +0 -0
  182. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/taxonomies.py +0 -0
  183. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/taxonomyentities.py +0 -0
  184. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/types/__init__.py +0 -0
  185. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/types/basemodel.py +0 -0
  186. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/users.py +0 -0
  187. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/__init__.py +0 -0
  188. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/annotations.py +0 -0
  189. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/enums.py +0 -0
  190. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/eventstreaming.py +0 -0
  191. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/forms.py +0 -0
  192. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/headers.py +0 -0
  193. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/logger.py +0 -0
  194. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/metadata.py +0 -0
  195. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/queryparams.py +0 -0
  196. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/requestbodies.py +0 -0
  197. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/retries.py +0 -0
  198. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/security.py +0 -0
  199. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/serializers.py +0 -0
  200. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/url.py +0 -0
  201. {mixpeek-0.18.7 → mixpeek-0.18.9}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: mixpeek
3
- Version: 0.18.7
3
+ Version: 0.18.9
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -27,6 +27,10 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *mixp
27
27
  ## Summary
28
28
 
29
29
  Mixpeek API: This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
30
+
31
+ Download OpenAPI Specification:
32
+ - [OpenAPI JSON](https://github.com/mixpeek/python-sdk/blob/master//openapi.json)
33
+ - [OpenAPI YAML](https://github.com/mixpeek/python-sdk/blob/master//openapi.yaml)
30
34
  <!-- End Summary [summary] -->
31
35
 
32
36
  <!-- Start Table of Contents [toc] -->
@@ -101,7 +105,7 @@ with Mixpeek(
101
105
  token=os.getenv("MIXPEEK_TOKEN", ""),
102
106
  ) as mixpeek:
103
107
 
104
- res = mixpeek.health.check()
108
+ res = mixpeek.get_openapi_json_openapi_json_get()
105
109
 
106
110
  # Handle response
107
111
  print(res)
@@ -121,7 +125,7 @@ async def main():
121
125
  token=os.getenv("MIXPEEK_TOKEN", ""),
122
126
  ) as mixpeek:
123
127
 
124
- res = await mixpeek.health.check_async()
128
+ res = await mixpeek.get_openapi_json_openapi_json_get_async()
125
129
 
126
130
  # Handle response
127
131
  print(res)
@@ -150,7 +154,7 @@ with Mixpeek(
150
154
  token=os.getenv("MIXPEEK_TOKEN", ""),
151
155
  ) as mixpeek:
152
156
 
153
- res = mixpeek.health.check()
157
+ res = mixpeek.get_openapi_json_openapi_json_get()
154
158
 
155
159
  # Handle response
156
160
  print(res)
@@ -204,6 +208,10 @@ with Mixpeek(
204
208
  * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
205
209
  * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
206
210
 
211
+ ### [Mixpeek SDK](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md)
212
+
213
+ * [get_openapi_json_openapi_json_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_json_openapi_json_get) - Get Openapi Json
214
+ * [get_openapi_yaml_openapi_yaml_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_yaml_openapi_yaml_get) - Get Openapi Yaml
207
215
 
208
216
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
209
217
 
@@ -268,7 +276,7 @@ with Mixpeek(
268
276
  token=os.getenv("MIXPEEK_TOKEN", ""),
269
277
  ) as mixpeek:
270
278
 
271
- res = mixpeek.health.check(,
279
+ res = mixpeek.get_openapi_json_openapi_json_get(,
272
280
  RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
273
281
 
274
282
  # Handle response
@@ -287,7 +295,7 @@ with Mixpeek(
287
295
  token=os.getenv("MIXPEEK_TOKEN", ""),
288
296
  ) as mixpeek:
289
297
 
290
- res = mixpeek.health.check()
298
+ res = mixpeek.get_openapi_json_openapi_json_get()
291
299
 
292
300
  # Handle response
293
301
  print(res)
@@ -365,7 +373,7 @@ with Mixpeek(
365
373
  token=os.getenv("MIXPEEK_TOKEN", ""),
366
374
  ) as mixpeek:
367
375
 
368
- res = mixpeek.health.check()
376
+ res = mixpeek.get_openapi_json_openapi_json_get()
369
377
 
370
378
  # Handle response
371
379
  print(res)
@@ -6,6 +6,10 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *mixp
6
6
  ## Summary
7
7
 
8
8
  Mixpeek API: This is the Mixpeek API, providing access to various endpoints for data processing and retrieval.
9
+
10
+ Download OpenAPI Specification:
11
+ - [OpenAPI JSON](https://github.com/mixpeek/python-sdk/blob/master//openapi.json)
12
+ - [OpenAPI YAML](https://github.com/mixpeek/python-sdk/blob/master//openapi.yaml)
9
13
  <!-- End Summary [summary] -->
10
14
 
11
15
  <!-- Start Table of Contents [toc] -->
@@ -80,7 +84,7 @@ with Mixpeek(
80
84
  token=os.getenv("MIXPEEK_TOKEN", ""),
81
85
  ) as mixpeek:
82
86
 
83
- res = mixpeek.health.check()
87
+ res = mixpeek.get_openapi_json_openapi_json_get()
84
88
 
85
89
  # Handle response
86
90
  print(res)
@@ -100,7 +104,7 @@ async def main():
100
104
  token=os.getenv("MIXPEEK_TOKEN", ""),
101
105
  ) as mixpeek:
102
106
 
103
- res = await mixpeek.health.check_async()
107
+ res = await mixpeek.get_openapi_json_openapi_json_get_async()
104
108
 
105
109
  # Handle response
106
110
  print(res)
@@ -129,7 +133,7 @@ with Mixpeek(
129
133
  token=os.getenv("MIXPEEK_TOKEN", ""),
130
134
  ) as mixpeek:
131
135
 
132
- res = mixpeek.health.check()
136
+ res = mixpeek.get_openapi_json_openapi_json_get()
133
137
 
134
138
  # Handle response
135
139
  print(res)
@@ -183,6 +187,10 @@ with Mixpeek(
183
187
  * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
184
188
  * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
185
189
 
190
+ ### [Mixpeek SDK](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md)
191
+
192
+ * [get_openapi_json_openapi_json_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_json_openapi_json_get) - Get Openapi Json
193
+ * [get_openapi_yaml_openapi_yaml_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/mixpeek/README.md#get_openapi_yaml_openapi_yaml_get) - Get Openapi Yaml
186
194
 
187
195
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
188
196
 
@@ -247,7 +255,7 @@ with Mixpeek(
247
255
  token=os.getenv("MIXPEEK_TOKEN", ""),
248
256
  ) as mixpeek:
249
257
 
250
- res = mixpeek.health.check(,
258
+ res = mixpeek.get_openapi_json_openapi_json_get(,
251
259
  RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
252
260
 
253
261
  # Handle response
@@ -266,7 +274,7 @@ with Mixpeek(
266
274
  token=os.getenv("MIXPEEK_TOKEN", ""),
267
275
  ) as mixpeek:
268
276
 
269
- res = mixpeek.health.check()
277
+ res = mixpeek.get_openapi_json_openapi_json_get()
270
278
 
271
279
  # Handle response
272
280
  print(res)
@@ -344,7 +352,7 @@ with Mixpeek(
344
352
  token=os.getenv("MIXPEEK_TOKEN", ""),
345
353
  ) as mixpeek:
346
354
 
347
- res = mixpeek.health.check()
355
+ res = mixpeek.get_openapi_json_openapi_json_get()
348
356
 
349
357
  # Handle response
350
358
  print(res)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.18.7"
3
+ version = "0.18.9"
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.18.7"
6
+ __version__: str = "0.18.9"
7
7
  __openapi_doc_version__: str = "0.81"
8
- __gen_version__: str = "2.496.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.18.7 2.496.0 0.81 mixpeek"
8
+ __gen_version__: str = "2.495.1"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.9 2.495.1 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -234,7 +234,7 @@ class Assets(BaseSDK):
234
234
  server_url: Optional[str] = None,
235
235
  timeout_ms: Optional[int] = None,
236
236
  http_headers: Optional[Mapping[str, str]] = None,
237
- ) -> Any:
237
+ ) -> models.GenericSuccessResponse:
238
238
  r"""Delete Asset
239
239
 
240
240
  **Requirements:**
@@ -299,7 +299,7 @@ class Assets(BaseSDK):
299
299
 
300
300
  data: Any = None
301
301
  if utils.match_response(http_res, "200", "application/json"):
302
- return utils.unmarshal_json(http_res.text, Any)
302
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
303
303
  if utils.match_response(
304
304
  http_res, ["400", "401", "403", "404"], "application/json"
305
305
  ):
@@ -340,7 +340,7 @@ class Assets(BaseSDK):
340
340
  server_url: Optional[str] = None,
341
341
  timeout_ms: Optional[int] = None,
342
342
  http_headers: Optional[Mapping[str, str]] = None,
343
- ) -> Any:
343
+ ) -> models.GenericSuccessResponse:
344
344
  r"""Delete Asset
345
345
 
346
346
  **Requirements:**
@@ -405,7 +405,7 @@ class Assets(BaseSDK):
405
405
 
406
406
  data: Any = None
407
407
  if utils.match_response(http_res, "200", "application/json"):
408
- return utils.unmarshal_json(http_res.text, Any)
408
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
409
409
  if utils.match_response(
410
410
  http_res, ["400", "401", "403", "404"], "application/json"
411
411
  ):
@@ -230,7 +230,7 @@ class Features(BaseSDK):
230
230
  server_url: Optional[str] = None,
231
231
  timeout_ms: Optional[int] = None,
232
232
  http_headers: Optional[Mapping[str, str]] = None,
233
- ) -> Any:
233
+ ) -> models.GenericSuccessResponse:
234
234
  r"""Delete Feature
235
235
 
236
236
  **Requirements:**
@@ -295,7 +295,7 @@ class Features(BaseSDK):
295
295
 
296
296
  data: Any = None
297
297
  if utils.match_response(http_res, "200", "application/json"):
298
- return utils.unmarshal_json(http_res.text, Any)
298
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
299
299
  if utils.match_response(
300
300
  http_res, ["400", "401", "403", "404"], "application/json"
301
301
  ):
@@ -336,7 +336,7 @@ class Features(BaseSDK):
336
336
  server_url: Optional[str] = None,
337
337
  timeout_ms: Optional[int] = None,
338
338
  http_headers: Optional[Mapping[str, str]] = None,
339
- ) -> Any:
339
+ ) -> models.GenericSuccessResponse:
340
340
  r"""Delete Feature
341
341
 
342
342
  **Requirements:**
@@ -401,7 +401,7 @@ class Features(BaseSDK):
401
401
 
402
402
  data: Any = None
403
403
  if utils.match_response(http_res, "200", "application/json"):
404
- return utils.unmarshal_json(http_res.text, Any)
404
+ return utils.unmarshal_json(http_res.text, models.GenericSuccessResponse)
405
405
  if utils.match_response(
406
406
  http_res, ["400", "401", "403", "404"], "application/json"
407
407
  ):
@@ -11,6 +11,8 @@ from typing_extensions import NotRequired, TypedDict
11
11
  class ClassificationMatchTypedDict(TypedDict):
12
12
  r"""Individual node match with score"""
13
13
 
14
+ taxonomy_id: str
15
+ r"""ID of the matched taxonomy"""
14
16
  node_id: str
15
17
  r"""ID of the matched taxonomy node"""
16
18
  score: float
@@ -26,6 +28,9 @@ class ClassificationMatchTypedDict(TypedDict):
26
28
  class ClassificationMatch(BaseModel):
27
29
  r"""Individual node match with score"""
28
30
 
31
+ taxonomy_id: str
32
+ r"""ID of the matched taxonomy"""
33
+
29
34
  node_id: str
30
35
  r"""ID of the matched taxonomy node"""
31
36
 
@@ -0,0 +1,26 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .assignmentconfig import AssignmentConfig, AssignmentConfigTypedDict
5
+ from mixpeek.types import BaseModel
6
+ from typing import Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class TaxonomyExtractionConfigTypedDict(TypedDict):
11
+ r"""Configuration for taxonomy-based entity extraction during ingestion"""
12
+
13
+ taxonomy: str
14
+ r"""Taxonomy name or ID to use for classification"""
15
+ assignment: NotRequired[AssignmentConfigTypedDict]
16
+ r"""Configuration for how classifications should be assigned to features"""
17
+
18
+
19
+ class TaxonomyExtractionConfig(BaseModel):
20
+ r"""Configuration for taxonomy-based entity extraction during ingestion"""
21
+
22
+ taxonomy: str
23
+ r"""Taxonomy name or ID to use for classification"""
24
+
25
+ assignment: Optional[AssignmentConfig] = None
26
+ r"""Configuration for how classifications should be assigned to features"""