mixpeek 0.18.17__tar.gz → 0.18.19__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.17 → mixpeek-0.18.19}/PKG-INFO +2 -2
  2. {mixpeek-0.18.17 → mixpeek-0.18.19}/README-PYPI.md +1 -1
  3. {mixpeek-0.18.17 → mixpeek-0.18.19}/pyproject.toml +1 -1
  4. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/_version.py +3 -3
  5. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/collections.py +10 -10
  6. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/__init__.py +15 -5
  7. mixpeek-0.18.19/src/mixpeek/models/collectiondetailsresponse.py +83 -0
  8. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/collectionresult.py +4 -19
  9. mixpeek-0.18.17/src/mixpeek/models/get_collection_v1_collections_collection_getop.py → mixpeek-0.18.19/src/mixpeek/models/get_collection_details_v1_collections_collection_getop.py +2 -2
  10. {mixpeek-0.18.17 → mixpeek-0.18.19}/py.typed +0 -0
  11. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/__init__.py +0 -0
  12. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/_hooks/__init__.py +0 -0
  13. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/_hooks/registration.py +0 -0
  14. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  15. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/_hooks/types.py +0 -0
  16. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/assets.py +0 -0
  17. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/basesdk.py +0 -0
  18. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/featureextractors.py +0 -0
  19. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/features.py +0 -0
  20. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/health.py +0 -0
  21. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/httpclient.py +0 -0
  22. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/ingestassets.py +0 -0
  23. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/actionusage.py +0 -0
  24. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/apierror.py +0 -0
  25. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/apikey.py +0 -0
  26. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/apikeyupdate.py +0 -0
  27. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assetfeatures.py +0 -0
  28. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assetresponse.py +0 -0
  29. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  30. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assetupdate.py +0 -0
  31. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assignmentconfig.py +0 -0
  32. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/assignmentmode.py +0 -0
  33. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/availablemodels.py +0 -0
  34. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  35. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/boolindexparams.py +0 -0
  36. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/classificationmatch.py +0 -0
  37. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/classificationwithfeature.py +0 -0
  38. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  39. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/collectionmodel.py +0 -0
  40. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  41. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  42. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  43. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/createcollectionrequest.py +0 -0
  44. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/createnamespacerequest.py +0 -0
  45. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/datetimeindexparams.py +0 -0
  46. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/dateusage.py +0 -0
  47. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  48. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  49. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  50. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  51. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  52. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  53. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  54. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  55. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  56. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/denseembedding.py +0 -0
  57. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/discoverrequest.py +0 -0
  58. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/embeddingconfig.py +0 -0
  59. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/embeddingrequest.py +0 -0
  60. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/embeddingresponse.py +0 -0
  61. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/entitysettings.py +0 -0
  62. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/errordetail.py +0 -0
  63. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/errorresponse.py +0 -0
  64. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  65. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/featureoptions.py +0 -0
  66. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/featureresponse.py +0 -0
  67. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  68. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/featureupdaterequest.py +0 -0
  69. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/filtercondition.py +0 -0
  70. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/floatindexparams.py +0 -0
  71. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  72. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  73. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  74. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/geoindexparams.py +0 -0
  75. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  76. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  77. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  78. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  79. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  80. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  81. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  82. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  83. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/groupbyoptions.py +0 -0
  84. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  85. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/groupedassetdata.py +0 -0
  86. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/healthcheckresponse.py +0 -0
  87. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/httpvalidationerror.py +0 -0
  88. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/imagedescribesettings.py +0 -0
  89. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/imagedetectsettings.py +0 -0
  90. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/imagereadsettings.py +0 -0
  91. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/imagesettings.py +0 -0
  92. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  93. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  94. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  95. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/inputtype.py +0 -0
  96. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/integerindexparams.py +0 -0
  97. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/internal/__init__.py +0 -0
  98. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/internal/globals.py +0 -0
  99. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  100. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  101. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  102. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/keywordindexparams.py +0 -0
  103. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  104. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
  105. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  106. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  107. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  108. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  109. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  110. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listassetsrequest.py +0 -0
  111. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listassetsresponse.py +0 -0
  112. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  113. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  114. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  115. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  116. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  117. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listtasksresponse.py +0 -0
  118. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  119. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/logicaloperator.py +0 -0
  120. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/logodetectsettings.py +0 -0
  121. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/modality.py +0 -0
  122. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/modeldetails.py +0 -0
  123. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/namespaceresponse.py +0 -0
  124. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/nodeoptions.py +0 -0
  125. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/nodeupdate.py +0 -0
  126. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/organizationmodel.py +0 -0
  127. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  128. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/patch_namespace_v1_namespaces_namespace_patchop.py +0 -0
  129. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/payloadindexconfig.py +0 -0
  130. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/payloadindextype.py +0 -0
  131. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/payloadschematype.py +0 -0
  132. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/permission.py +0 -0
  133. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/processimageurlinput.py +0 -0
  134. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/processtextinput.py +0 -0
  135. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/processvideourlinput.py +0 -0
  136. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/querysettings.py +0 -0
  137. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/rerankingoptions.py +0 -0
  138. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  139. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  140. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/search_model_searchquery.py +0 -0
  141. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/searchassetsrequest.py +0 -0
  142. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/searchrequestfeatures.py +0 -0
  143. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/security.py +0 -0
  144. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/sortoption.py +0 -0
  145. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/sparseembedding.py +0 -0
  146. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taskresponse.py +0 -0
  147. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taskstatus.py +0 -0
  148. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomycreate.py +0 -0
  149. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
  150. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomymodel.py +0 -0
  151. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomynode.py +0 -0
  152. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  153. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/taxonomyupdate.py +0 -0
  154. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/textindexparams.py +0 -0
  155. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/textsettings.py +0 -0
  156. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/tokenizertype.py +0 -0
  157. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  158. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  159. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  160. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  161. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  162. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/updateassetrequest.py +0 -0
  163. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  164. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/usage.py +0 -0
  165. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/usermodel_input.py +0 -0
  166. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/usermodel_output.py +0 -0
  167. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/uuidindexparams.py +0 -0
  168. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/validationerror.py +0 -0
  169. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/vectormodel.py +0 -0
  170. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/vectortype.py +0 -0
  171. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/videodescribesettings.py +0 -0
  172. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/videodetectsettings.py +0 -0
  173. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/videoreadsettings.py +0 -0
  174. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/videosettings.py +0 -0
  175. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  176. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/namespaces.py +0 -0
  177. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/organizations.py +0 -0
  178. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/py.typed +0 -0
  179. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/sdk.py +0 -0
  180. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/sdkconfiguration.py +0 -0
  181. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/tasks.py +0 -0
  182. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/taxonomies.py +0 -0
  183. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/taxonomyentities.py +0 -0
  184. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/types/__init__.py +0 -0
  185. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/types/basemodel.py +0 -0
  186. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/users.py +0 -0
  187. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/__init__.py +0 -0
  188. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/annotations.py +0 -0
  189. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/enums.py +0 -0
  190. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/eventstreaming.py +0 -0
  191. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/forms.py +0 -0
  192. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/headers.py +0 -0
  193. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/logger.py +0 -0
  194. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/metadata.py +0 -0
  195. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/queryparams.py +0 -0
  196. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/requestbodies.py +0 -0
  197. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/retries.py +0 -0
  198. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/security.py +0 -0
  199. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/serializers.py +0 -0
  200. {mixpeek-0.18.17 → mixpeek-0.18.19}/src/mixpeek/utils/url.py +0 -0
  201. {mixpeek-0.18.17 → mixpeek-0.18.19}/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.17
3
+ Version: 0.18.19
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -214,7 +214,7 @@ with Mixpeek(
214
214
  * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
215
215
  * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
216
216
  * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
217
- * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
217
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection Details
218
218
 
219
219
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
220
220
 
@@ -194,7 +194,7 @@ with Mixpeek(
194
194
  * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
195
195
  * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#delete) - Delete Collection
196
196
  * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#update) - Update Collection
197
- * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
197
+ * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection Details
198
198
 
199
199
  ### [feature_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/featureextractors/README.md)
200
200
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.18.17"
3
+ version = "0.18.19"
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.17"
6
+ __version__: str = "0.18.19"
7
7
  __openapi_doc_version__: str = "0.81"
8
- __gen_version__: str = "2.502.0"
9
- __user_agent__: str = "speakeasy-sdk/python 0.18.17 2.502.0 0.81 mixpeek"
8
+ __gen_version__: str = "2.503.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.19 2.503.2 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -992,8 +992,8 @@ class Collections(BaseSDK):
992
992
  server_url: Optional[str] = None,
993
993
  timeout_ms: Optional[int] = None,
994
994
  http_headers: Optional[Mapping[str, str]] = None,
995
- ) -> models.CollectionModel:
996
- r"""Get Collection
995
+ ) -> models.CollectionDetailsResponse:
996
+ r"""Get Collection Details
997
997
 
998
998
  Get a collection using either its name or ID
999
999
 
@@ -1012,7 +1012,7 @@ class Collections(BaseSDK):
1012
1012
  if server_url is not None:
1013
1013
  base_url = server_url
1014
1014
 
1015
- request = models.GetCollectionV1CollectionsCollectionGetRequest(
1015
+ request = models.GetCollectionDetailsV1CollectionsCollectionGetRequest(
1016
1016
  collection=collection,
1017
1017
  x_namespace=x_namespace,
1018
1018
  )
@@ -1043,7 +1043,7 @@ class Collections(BaseSDK):
1043
1043
 
1044
1044
  http_res = self.do_request(
1045
1045
  hook_ctx=HookContext(
1046
- operation_id="get_collection_v1_collections__collection__get",
1046
+ operation_id="get_collection_details_v1_collections__collection__get",
1047
1047
  oauth2_scopes=[],
1048
1048
  security_source=get_security_from_env(
1049
1049
  self.sdk_configuration.security, models.Security
@@ -1056,7 +1056,7 @@ class Collections(BaseSDK):
1056
1056
 
1057
1057
  response_data: Any = None
1058
1058
  if utils.match_response(http_res, "200", "application/json"):
1059
- return utils.unmarshal_json(http_res.text, models.CollectionModel)
1059
+ return utils.unmarshal_json(http_res.text, models.CollectionDetailsResponse)
1060
1060
  if utils.match_response(
1061
1061
  http_res, ["400", "401", "403", "404"], "application/json"
1062
1062
  ):
@@ -1103,8 +1103,8 @@ class Collections(BaseSDK):
1103
1103
  server_url: Optional[str] = None,
1104
1104
  timeout_ms: Optional[int] = None,
1105
1105
  http_headers: Optional[Mapping[str, str]] = None,
1106
- ) -> models.CollectionModel:
1107
- r"""Get Collection
1106
+ ) -> models.CollectionDetailsResponse:
1107
+ r"""Get Collection Details
1108
1108
 
1109
1109
  Get a collection using either its name or ID
1110
1110
 
@@ -1123,7 +1123,7 @@ class Collections(BaseSDK):
1123
1123
  if server_url is not None:
1124
1124
  base_url = server_url
1125
1125
 
1126
- request = models.GetCollectionV1CollectionsCollectionGetRequest(
1126
+ request = models.GetCollectionDetailsV1CollectionsCollectionGetRequest(
1127
1127
  collection=collection,
1128
1128
  x_namespace=x_namespace,
1129
1129
  )
@@ -1154,7 +1154,7 @@ class Collections(BaseSDK):
1154
1154
 
1155
1155
  http_res = await self.do_request_async(
1156
1156
  hook_ctx=HookContext(
1157
- operation_id="get_collection_v1_collections__collection__get",
1157
+ operation_id="get_collection_details_v1_collections__collection__get",
1158
1158
  oauth2_scopes=[],
1159
1159
  security_source=get_security_from_env(
1160
1160
  self.sdk_configuration.security, models.Security
@@ -1167,7 +1167,7 @@ class Collections(BaseSDK):
1167
1167
 
1168
1168
  response_data: Any = None
1169
1169
  if utils.match_response(http_res, "200", "application/json"):
1170
- return utils.unmarshal_json(http_res.text, models.CollectionModel)
1170
+ return utils.unmarshal_json(http_res.text, models.CollectionDetailsResponse)
1171
1171
  if utils.match_response(
1172
1172
  http_res, ["400", "401", "403", "404"], "application/json"
1173
1173
  ):
@@ -35,6 +35,12 @@ from .classify_features_v1_entities_taxonomies_taxonomy_classify_postop import (
35
35
  ClassifyFeaturesV1EntitiesTaxonomiesTaxonomyClassifyPostRequest,
36
36
  ClassifyFeaturesV1EntitiesTaxonomiesTaxonomyClassifyPostRequestTypedDict,
37
37
  )
38
+ from .collectiondetailsresponse import (
39
+ CollectionDetailsResponse,
40
+ CollectionDetailsResponseMetadata,
41
+ CollectionDetailsResponseMetadataTypedDict,
42
+ CollectionDetailsResponseTypedDict,
43
+ )
38
44
  from .collectionmodel import (
39
45
  CollectionModel,
40
46
  CollectionModelMetadata,
@@ -163,9 +169,9 @@ from .get_asset_with_features_v1_assets_asset_id_features_getop import (
163
169
  GetAssetWithFeaturesV1AssetsAssetIDFeaturesGetRequest,
164
170
  GetAssetWithFeaturesV1AssetsAssetIDFeaturesGetRequestTypedDict,
165
171
  )
166
- from .get_collection_v1_collections_collection_getop import (
167
- GetCollectionV1CollectionsCollectionGetRequest,
168
- GetCollectionV1CollectionsCollectionGetRequestTypedDict,
172
+ from .get_collection_details_v1_collections_collection_getop import (
173
+ GetCollectionDetailsV1CollectionsCollectionGetRequest,
174
+ GetCollectionDetailsV1CollectionsCollectionGetRequestTypedDict,
169
175
  )
170
176
  from .get_feature_v1_features_feature_id_getop import (
171
177
  GetFeatureV1FeaturesFeatureIDGetRequest,
@@ -491,6 +497,10 @@ __all__ = [
491
497
  "ClassificationWithFeatureTypedDict",
492
498
  "ClassifyFeaturesV1EntitiesTaxonomiesTaxonomyClassifyPostRequest",
493
499
  "ClassifyFeaturesV1EntitiesTaxonomiesTaxonomyClassifyPostRequestTypedDict",
500
+ "CollectionDetailsResponse",
501
+ "CollectionDetailsResponseMetadata",
502
+ "CollectionDetailsResponseMetadataTypedDict",
503
+ "CollectionDetailsResponseTypedDict",
494
504
  "CollectionModel",
495
505
  "CollectionModelMetadata",
496
506
  "CollectionModelMetadataTypedDict",
@@ -587,8 +597,8 @@ __all__ = [
587
597
  "GetAssetV1AssetsAssetIDGetRequestTypedDict",
588
598
  "GetAssetWithFeaturesV1AssetsAssetIDFeaturesGetRequest",
589
599
  "GetAssetWithFeaturesV1AssetsAssetIDFeaturesGetRequestTypedDict",
590
- "GetCollectionV1CollectionsCollectionGetRequest",
591
- "GetCollectionV1CollectionsCollectionGetRequestTypedDict",
600
+ "GetCollectionDetailsV1CollectionsCollectionGetRequest",
601
+ "GetCollectionDetailsV1CollectionsCollectionGetRequestTypedDict",
592
602
  "GetFeatureV1FeaturesFeatureIDGetRequest",
593
603
  "GetFeatureV1FeaturesFeatureIDGetRequestTypedDict",
594
604
  "GetNamespaceV1NamespacesNamespaceGetRequest",
@@ -0,0 +1,83 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from datetime import datetime
5
+ from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
6
+ from pydantic import model_serializer
7
+ from typing_extensions import NotRequired, TypedDict
8
+
9
+
10
+ class CollectionDetailsResponseMetadataTypedDict(TypedDict):
11
+ pass
12
+
13
+
14
+ class CollectionDetailsResponseMetadata(BaseModel):
15
+ pass
16
+
17
+
18
+ class CollectionDetailsResponseTypedDict(TypedDict):
19
+ collection_id: str
20
+ collection_name: str
21
+ count: NotRequired[Nullable[int]]
22
+ last_updated: NotRequired[Nullable[datetime]]
23
+ preview_url: NotRequired[Nullable[str]]
24
+ metadata: NotRequired[Nullable[CollectionDetailsResponseMetadataTypedDict]]
25
+ unique_hashes: NotRequired[Nullable[int]]
26
+
27
+
28
+ class CollectionDetailsResponse(BaseModel):
29
+ collection_id: str
30
+
31
+ collection_name: str
32
+
33
+ count: OptionalNullable[int] = UNSET
34
+
35
+ last_updated: OptionalNullable[datetime] = UNSET
36
+
37
+ preview_url: OptionalNullable[str] = UNSET
38
+
39
+ metadata: OptionalNullable[CollectionDetailsResponseMetadata] = UNSET
40
+
41
+ unique_hashes: OptionalNullable[int] = UNSET
42
+
43
+ @model_serializer(mode="wrap")
44
+ def serialize_model(self, handler):
45
+ optional_fields = [
46
+ "count",
47
+ "last_updated",
48
+ "preview_url",
49
+ "metadata",
50
+ "unique_hashes",
51
+ ]
52
+ nullable_fields = [
53
+ "count",
54
+ "last_updated",
55
+ "preview_url",
56
+ "metadata",
57
+ "unique_hashes",
58
+ ]
59
+ null_default_fields = []
60
+
61
+ serialized = handler(self)
62
+
63
+ m = {}
64
+
65
+ for n, f in self.model_fields.items():
66
+ k = f.alias or n
67
+ val = serialized.get(k)
68
+ serialized.pop(k, None)
69
+
70
+ optional_nullable = k in optional_fields and k in nullable_fields
71
+ is_set = (
72
+ self.__pydantic_fields_set__.intersection({n})
73
+ or k in null_default_fields
74
+ ) # pylint: disable=no-member
75
+
76
+ if val is not None and val != UNSET_SENTINEL:
77
+ m[k] = val
78
+ elif val != UNSET_SENTINEL and (
79
+ not k in optional_fields or (optional_nullable and is_set)
80
+ ):
81
+ m[k] = val
82
+
83
+ return m
@@ -1,7 +1,6 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from datetime import datetime
5
4
  from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
6
5
  from pydantic import model_serializer
7
6
  from typing_extensions import NotRequired, TypedDict
@@ -16,36 +15,22 @@ class CollectionResultMetadata(BaseModel):
16
15
 
17
16
 
18
17
  class CollectionResultTypedDict(TypedDict):
19
- count: int
20
- size_bytes: int
21
- last_updated: datetime
22
- r"""MongoDB datetime format"""
23
18
  collection_id: str
24
- preview_url: NotRequired[Nullable[str]]
25
- metadata: NotRequired[Nullable[CollectionResultMetadataTypedDict]]
26
19
  collection_name: NotRequired[Nullable[str]]
20
+ metadata: NotRequired[Nullable[CollectionResultMetadataTypedDict]]
27
21
 
28
22
 
29
23
  class CollectionResult(BaseModel):
30
- count: int
31
-
32
- size_bytes: int
33
-
34
- last_updated: datetime
35
- r"""MongoDB datetime format"""
36
-
37
24
  collection_id: str
38
25
 
39
- preview_url: OptionalNullable[str] = UNSET
26
+ collection_name: OptionalNullable[str] = UNSET
40
27
 
41
28
  metadata: OptionalNullable[CollectionResultMetadata] = UNSET
42
29
 
43
- collection_name: OptionalNullable[str] = UNSET
44
-
45
30
  @model_serializer(mode="wrap")
46
31
  def serialize_model(self, handler):
47
- optional_fields = ["preview_url", "metadata", "collection_name"]
48
- nullable_fields = ["preview_url", "metadata", "collection_name"]
32
+ optional_fields = ["collection_name", "metadata"]
33
+ nullable_fields = ["collection_name", "metadata"]
49
34
  null_default_fields = []
50
35
 
51
36
  serialized = handler(self)
@@ -8,14 +8,14 @@ from pydantic import model_serializer
8
8
  from typing_extensions import Annotated, NotRequired, TypedDict
9
9
 
10
10
 
11
- class GetCollectionV1CollectionsCollectionGetRequestTypedDict(TypedDict):
11
+ class GetCollectionDetailsV1CollectionsCollectionGetRequestTypedDict(TypedDict):
12
12
  collection: str
13
13
  r"""Either the collection name or collection ID"""
14
14
  x_namespace: NotRequired[Nullable[str]]
15
15
  r"""Optional namespace for data isolation. This can be a namespace name or namespace ID. Example: 'netflix_prod' or 'ns_1234567890'. To create a namespace, use the /namespaces endpoint."""
16
16
 
17
17
 
18
- class GetCollectionV1CollectionsCollectionGetRequest(BaseModel):
18
+ class GetCollectionDetailsV1CollectionsCollectionGetRequest(BaseModel):
19
19
  collection: Annotated[
20
20
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
21
21
  ]
File without changes
File without changes