mixpeek 0.18.10__tar.gz → 0.18.11__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 (202) hide show
  1. {mixpeek-0.18.10 → mixpeek-0.18.11}/PKG-INFO +18 -21
  2. {mixpeek-0.18.10 → mixpeek-0.18.11}/README-PYPI.md +17 -20
  3. {mixpeek-0.18.10 → mixpeek-0.18.11}/pyproject.toml +1 -1
  4. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/_version.py +3 -3
  5. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/__init__.py +6 -0
  6. mixpeek-0.18.11/src/mixpeek/models/patch_namespace_v1_namespaces_namespace_patchop.py +28 -0
  7. mixpeek-0.18.11/src/mixpeek/models/updatenamespacerequest.py +57 -0
  8. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/namespaces.py +266 -12
  9. mixpeek-0.18.11/src/mixpeek/sdk.py +173 -0
  10. mixpeek-0.18.10/src/mixpeek/models/updatenamespacerequest.py +0 -26
  11. mixpeek-0.18.10/src/mixpeek/sdk.py +0 -498
  12. {mixpeek-0.18.10 → mixpeek-0.18.11}/py.typed +0 -0
  13. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/__init__.py +0 -0
  14. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/_hooks/__init__.py +0 -0
  15. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/_hooks/registration.py +0 -0
  16. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  17. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/_hooks/types.py +0 -0
  18. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/assets.py +0 -0
  19. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/basesdk.py +0 -0
  20. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/collections.py +0 -0
  21. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/featureextractors.py +0 -0
  22. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/features.py +0 -0
  23. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/health.py +0 -0
  24. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/httpclient.py +0 -0
  25. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/ingestassets.py +0 -0
  26. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/actionusage.py +0 -0
  27. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/apierror.py +0 -0
  28. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/apikey.py +0 -0
  29. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/apikeyupdate.py +0 -0
  30. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assetfeatures.py +0 -0
  31. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assetresponse.py +0 -0
  32. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assets_model_searchquery.py +0 -0
  33. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assetupdate.py +0 -0
  34. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assignmentconfig.py +0 -0
  35. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/assignmentmode.py +0 -0
  36. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/availablemodels.py +0 -0
  37. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/availablemodelsresponse.py +0 -0
  38. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/boolindexparams.py +0 -0
  39. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/classificationmatch.py +0 -0
  40. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/classificationwithfeature.py +0 -0
  41. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
  42. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/collectionmodel.py +0 -0
  43. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/collectionresult.py +0 -0
  44. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  45. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
  46. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
  47. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/createcollectionrequest.py +0 -0
  48. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/createnamespacerequest.py +0 -0
  49. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/datetimeindexparams.py +0 -0
  50. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/dateusage.py +0 -0
  51. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
  52. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  53. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
  54. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
  55. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
  56. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
  57. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  58. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
  59. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  60. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/denseembedding.py +0 -0
  61. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/discoverrequest.py +0 -0
  62. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/embeddingconfig.py +0 -0
  63. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/embeddingrequest.py +0 -0
  64. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/embeddingresponse.py +0 -0
  65. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/entitysettings.py +0 -0
  66. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/errordetail.py +0 -0
  67. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/errorresponse.py +0 -0
  68. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
  69. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/featureoptions.py +0 -0
  70. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/featureresponse.py +0 -0
  71. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
  72. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/featureupdaterequest.py +0 -0
  73. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/filtercondition.py +0 -0
  74. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/floatindexparams.py +0 -0
  75. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
  76. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
  77. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  78. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/geoindexparams.py +0 -0
  79. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
  80. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
  81. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
  82. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
  83. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  84. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  85. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
  86. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
  87. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  88. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/groupbyoptions.py +0 -0
  89. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
  90. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/groupedassetdata.py +0 -0
  91. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/healthcheckresponse.py +0 -0
  92. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/httpvalidationerror.py +0 -0
  93. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/imagedescribesettings.py +0 -0
  94. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/imagedetectsettings.py +0 -0
  95. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/imagereadsettings.py +0 -0
  96. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/imagesettings.py +0 -0
  97. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
  98. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
  99. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
  100. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/inputtype.py +0 -0
  101. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/integerindexparams.py +0 -0
  102. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/internal/__init__.py +0 -0
  103. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/internal/globals.py +0 -0
  104. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
  105. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
  106. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
  107. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/keywordindexparams.py +0 -0
  108. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  109. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
  110. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
  111. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
  112. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
  113. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
  114. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
  115. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listassetsrequest.py +0 -0
  116. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listassetsresponse.py +0 -0
  117. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listclassificationsrequest.py +0 -0
  118. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listclassificationsresponse.py +0 -0
  119. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listcollectionsresponse.py +0 -0
  120. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listfeaturesrequest.py +0 -0
  121. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listfeaturesresponse.py +0 -0
  122. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listtasksresponse.py +0 -0
  123. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
  124. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/logicaloperator.py +0 -0
  125. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/logodetectsettings.py +0 -0
  126. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/modality.py +0 -0
  127. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/modeldetails.py +0 -0
  128. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/namespaceresponse.py +0 -0
  129. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/nodeoptions.py +0 -0
  130. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/nodeupdate.py +0 -0
  131. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/organizationmodel.py +0 -0
  132. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
  133. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/payloadindexconfig.py +0 -0
  134. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/payloadindextype.py +0 -0
  135. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/payloadschematype.py +0 -0
  136. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/permission.py +0 -0
  137. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/processimageurlinput.py +0 -0
  138. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/processtextinput.py +0 -0
  139. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/processvideourlinput.py +0 -0
  140. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/querysettings.py +0 -0
  141. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/rerankingoptions.py +0 -0
  142. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
  143. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
  144. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/search_model_searchquery.py +0 -0
  145. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/searchassetsrequest.py +0 -0
  146. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/searchrequestfeatures.py +0 -0
  147. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/security.py +0 -0
  148. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/sortoption.py +0 -0
  149. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/sparseembedding.py +0 -0
  150. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taskresponse.py +0 -0
  151. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taskstatus.py +0 -0
  152. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomycreate.py +0 -0
  153. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
  154. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomymodel.py +0 -0
  155. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomynode.py +0 -0
  156. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomynodecreate.py +0 -0
  157. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/taxonomyupdate.py +0 -0
  158. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/textindexparams.py +0 -0
  159. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/textsettings.py +0 -0
  160. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/tokenizertype.py +0 -0
  161. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  162. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
  163. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  164. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
  165. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
  166. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/updateassetrequest.py +0 -0
  167. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/usage.py +0 -0
  168. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/usermodel_input.py +0 -0
  169. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/usermodel_output.py +0 -0
  170. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/uuidindexparams.py +0 -0
  171. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/validationerror.py +0 -0
  172. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/vectormodel.py +0 -0
  173. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/vectortype.py +0 -0
  174. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/videodescribesettings.py +0 -0
  175. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/videodetectsettings.py +0 -0
  176. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/videoreadsettings.py +0 -0
  177. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/videosettings.py +0 -0
  178. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
  179. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/organizations.py +0 -0
  180. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/py.typed +0 -0
  181. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/sdkconfiguration.py +0 -0
  182. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/tasks.py +0 -0
  183. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/taxonomies.py +0 -0
  184. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/taxonomyentities.py +0 -0
  185. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/types/__init__.py +0 -0
  186. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/types/basemodel.py +0 -0
  187. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/users.py +0 -0
  188. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/__init__.py +0 -0
  189. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/annotations.py +0 -0
  190. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/enums.py +0 -0
  191. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/eventstreaming.py +0 -0
  192. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/forms.py +0 -0
  193. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/headers.py +0 -0
  194. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/logger.py +0 -0
  195. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/metadata.py +0 -0
  196. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/queryparams.py +0 -0
  197. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/requestbodies.py +0 -0
  198. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/retries.py +0 -0
  199. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/security.py +0 -0
  200. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/serializers.py +0 -0
  201. {mixpeek-0.18.10 → mixpeek-0.18.11}/src/mixpeek/utils/url.py +0 -0
  202. {mixpeek-0.18.10 → mixpeek-0.18.11}/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.10
3
+ Version: 0.18.11
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9
@@ -103,9 +103,9 @@ import os
103
103
 
104
104
  with Mixpeek(
105
105
  token=os.getenv("MIXPEEK_TOKEN", ""),
106
- ) as mixpeek:
106
+ ) as m_client:
107
107
 
108
- res = mixpeek.get_openapi_json_openapi_json_get()
108
+ res = m_client.health.check()
109
109
 
110
110
  # Handle response
111
111
  print(res)
@@ -123,9 +123,9 @@ import os
123
123
  async def main():
124
124
  async with Mixpeek(
125
125
  token=os.getenv("MIXPEEK_TOKEN", ""),
126
- ) as mixpeek:
126
+ ) as m_client:
127
127
 
128
- res = await mixpeek.get_openapi_json_openapi_json_get_async()
128
+ res = await m_client.health.check_async()
129
129
 
130
130
  # Handle response
131
131
  print(res)
@@ -152,9 +152,9 @@ import os
152
152
 
153
153
  with Mixpeek(
154
154
  token=os.getenv("MIXPEEK_TOKEN", ""),
155
- ) as mixpeek:
155
+ ) as m_client:
156
156
 
157
- res = mixpeek.get_openapi_json_openapi_json_get()
157
+ res = m_client.health.check()
158
158
 
159
159
  # Handle response
160
160
  print(res)
@@ -208,16 +208,13 @@ with Mixpeek(
208
208
  * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
209
209
  * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
210
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
215
211
 
216
212
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
217
213
 
218
214
  * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
219
215
  * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
220
216
  * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
217
+ * [patch_namespace_v1_namespaces_namespace_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#patch_namespace_v1_namespaces_namespace_patch) - Partially Update Namespace
221
218
  * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
222
219
  * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
223
220
  * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
@@ -274,9 +271,9 @@ import os
274
271
 
275
272
  with Mixpeek(
276
273
  token=os.getenv("MIXPEEK_TOKEN", ""),
277
- ) as mixpeek:
274
+ ) as m_client:
278
275
 
279
- res = mixpeek.get_openapi_json_openapi_json_get(,
276
+ res = m_client.health.check(,
280
277
  RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
281
278
 
282
279
  # Handle response
@@ -293,9 +290,9 @@ import os
293
290
  with Mixpeek(
294
291
  retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
295
292
  token=os.getenv("MIXPEEK_TOKEN", ""),
296
- ) as mixpeek:
293
+ ) as m_client:
297
294
 
298
- res = mixpeek.get_openapi_json_openapi_json_get()
295
+ res = m_client.health.check()
299
296
 
300
297
  # Handle response
301
298
  print(res)
@@ -334,11 +331,11 @@ import os
334
331
 
335
332
  with Mixpeek(
336
333
  token=os.getenv("MIXPEEK_TOKEN", ""),
337
- ) as mixpeek:
334
+ ) as m_client:
338
335
  res = None
339
336
  try:
340
337
 
341
- res = mixpeek.organizations.get()
338
+ res = m_client.organizations.get()
342
339
 
343
340
  # Handle response
344
341
  print(res)
@@ -371,9 +368,9 @@ import os
371
368
  with Mixpeek(
372
369
  server_url="https://api.mixpeek.com",
373
370
  token=os.getenv("MIXPEEK_TOKEN", ""),
374
- ) as mixpeek:
371
+ ) as m_client:
375
372
 
376
- res = mixpeek.get_openapi_json_openapi_json_get()
373
+ res = m_client.health.check()
377
374
 
378
375
  # Handle response
379
376
  print(res)
@@ -475,7 +472,7 @@ import os
475
472
  def main():
476
473
  with Mixpeek(
477
474
  token=os.getenv("MIXPEEK_TOKEN", ""),
478
- ) as mixpeek:
475
+ ) as m_client:
479
476
  # Rest of application here...
480
477
 
481
478
 
@@ -483,7 +480,7 @@ def main():
483
480
  async def amain():
484
481
  async with Mixpeek(
485
482
  token=os.getenv("MIXPEEK_TOKEN", ""),
486
- ) as mixpeek:
483
+ ) as m_client:
487
484
  # Rest of application here...
488
485
  ```
489
486
  <!-- End Resource Management [resource-management] -->
@@ -82,9 +82,9 @@ import os
82
82
 
83
83
  with Mixpeek(
84
84
  token=os.getenv("MIXPEEK_TOKEN", ""),
85
- ) as mixpeek:
85
+ ) as m_client:
86
86
 
87
- res = mixpeek.get_openapi_json_openapi_json_get()
87
+ res = m_client.health.check()
88
88
 
89
89
  # Handle response
90
90
  print(res)
@@ -102,9 +102,9 @@ import os
102
102
  async def main():
103
103
  async with Mixpeek(
104
104
  token=os.getenv("MIXPEEK_TOKEN", ""),
105
- ) as mixpeek:
105
+ ) as m_client:
106
106
 
107
- res = await mixpeek.get_openapi_json_openapi_json_get_async()
107
+ res = await m_client.health.check_async()
108
108
 
109
109
  # Handle response
110
110
  print(res)
@@ -131,9 +131,9 @@ import os
131
131
 
132
132
  with Mixpeek(
133
133
  token=os.getenv("MIXPEEK_TOKEN", ""),
134
- ) as mixpeek:
134
+ ) as m_client:
135
135
 
136
- res = mixpeek.get_openapi_json_openapi_json_get()
136
+ res = m_client.health.check()
137
137
 
138
138
  # Handle response
139
139
  print(res)
@@ -187,16 +187,13 @@ with Mixpeek(
187
187
  * [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
188
188
  * [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
189
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
194
190
 
195
191
  ### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
196
192
 
197
193
  * [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
198
194
  * [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
199
195
  * [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
196
+ * [patch_namespace_v1_namespaces_namespace_patch](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#patch_namespace_v1_namespaces_namespace_patch) - Partially Update Namespace
200
197
  * [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
201
198
  * [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
202
199
  * [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
@@ -253,9 +250,9 @@ import os
253
250
 
254
251
  with Mixpeek(
255
252
  token=os.getenv("MIXPEEK_TOKEN", ""),
256
- ) as mixpeek:
253
+ ) as m_client:
257
254
 
258
- res = mixpeek.get_openapi_json_openapi_json_get(,
255
+ res = m_client.health.check(,
259
256
  RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
260
257
 
261
258
  # Handle response
@@ -272,9 +269,9 @@ import os
272
269
  with Mixpeek(
273
270
  retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
274
271
  token=os.getenv("MIXPEEK_TOKEN", ""),
275
- ) as mixpeek:
272
+ ) as m_client:
276
273
 
277
- res = mixpeek.get_openapi_json_openapi_json_get()
274
+ res = m_client.health.check()
278
275
 
279
276
  # Handle response
280
277
  print(res)
@@ -313,11 +310,11 @@ import os
313
310
 
314
311
  with Mixpeek(
315
312
  token=os.getenv("MIXPEEK_TOKEN", ""),
316
- ) as mixpeek:
313
+ ) as m_client:
317
314
  res = None
318
315
  try:
319
316
 
320
- res = mixpeek.organizations.get()
317
+ res = m_client.organizations.get()
321
318
 
322
319
  # Handle response
323
320
  print(res)
@@ -350,9 +347,9 @@ import os
350
347
  with Mixpeek(
351
348
  server_url="https://api.mixpeek.com",
352
349
  token=os.getenv("MIXPEEK_TOKEN", ""),
353
- ) as mixpeek:
350
+ ) as m_client:
354
351
 
355
- res = mixpeek.get_openapi_json_openapi_json_get()
352
+ res = m_client.health.check()
356
353
 
357
354
  # Handle response
358
355
  print(res)
@@ -454,7 +451,7 @@ import os
454
451
  def main():
455
452
  with Mixpeek(
456
453
  token=os.getenv("MIXPEEK_TOKEN", ""),
457
- ) as mixpeek:
454
+ ) as m_client:
458
455
  # Rest of application here...
459
456
 
460
457
 
@@ -462,7 +459,7 @@ def main():
462
459
  async def amain():
463
460
  async with Mixpeek(
464
461
  token=os.getenv("MIXPEEK_TOKEN", ""),
465
- ) as mixpeek:
462
+ ) as m_client:
466
463
  # Rest of application here...
467
464
  ```
468
465
  <!-- End Resource Management [resource-management] -->
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.18.10"
3
+ version = "0.18.11"
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.10"
6
+ __version__: str = "0.18.11"
7
7
  __openapi_doc_version__: str = "0.81"
8
- __gen_version__: str = "2.495.1"
9
- __user_agent__: str = "speakeasy-sdk/python 0.18.10 2.495.1 0.81 mixpeek"
8
+ __gen_version__: str = "2.497.0"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.18.11 2.497.0 0.81 mixpeek"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -318,6 +318,10 @@ from .partial_asset_update_v1_assets_asset_id_patchop import (
318
318
  PartialAssetUpdateV1AssetsAssetIDPatchRequest,
319
319
  PartialAssetUpdateV1AssetsAssetIDPatchRequestTypedDict,
320
320
  )
321
+ from .patch_namespace_v1_namespaces_namespace_patchop import (
322
+ PatchNamespaceV1NamespacesNamespacePatchRequest,
323
+ PatchNamespaceV1NamespacesNamespacePatchRequestTypedDict,
324
+ )
321
325
  from .payloadindexconfig import (
322
326
  FieldSchema,
323
327
  FieldSchemaTypedDict,
@@ -703,6 +707,8 @@ __all__ = [
703
707
  "OrganizationModelTypedDict",
704
708
  "PartialAssetUpdateV1AssetsAssetIDPatchRequest",
705
709
  "PartialAssetUpdateV1AssetsAssetIDPatchRequestTypedDict",
710
+ "PatchNamespaceV1NamespacesNamespacePatchRequest",
711
+ "PatchNamespaceV1NamespacesNamespacePatchRequestTypedDict",
706
712
  "PayloadIndexConfig",
707
713
  "PayloadIndexConfigTypedDict",
708
714
  "PayloadIndexType",
@@ -0,0 +1,28 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .updatenamespacerequest import (
5
+ UpdateNamespaceRequest,
6
+ UpdateNamespaceRequestTypedDict,
7
+ )
8
+ from mixpeek.types import BaseModel
9
+ from mixpeek.utils import FieldMetadata, PathParamMetadata, RequestMetadata
10
+ from typing_extensions import Annotated, TypedDict
11
+
12
+
13
+ class PatchNamespaceV1NamespacesNamespacePatchRequestTypedDict(TypedDict):
14
+ namespace: str
15
+ r"""Either the namespace name or namespace ID"""
16
+ update_namespace_request: UpdateNamespaceRequestTypedDict
17
+
18
+
19
+ class PatchNamespaceV1NamespacesNamespacePatchRequest(BaseModel):
20
+ namespace: Annotated[
21
+ str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
22
+ ]
23
+ r"""Either the namespace name or namespace ID"""
24
+
25
+ update_namespace_request: Annotated[
26
+ UpdateNamespaceRequest,
27
+ FieldMetadata(request=RequestMetadata(media_type="application/json")),
28
+ ]
@@ -0,0 +1,57 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .payloadindexconfig import PayloadIndexConfig, PayloadIndexConfigTypedDict
5
+ from mixpeek.types import BaseModel, Nullable, OptionalNullable, UNSET, UNSET_SENTINEL
6
+ from pydantic import model_serializer
7
+ from typing import List
8
+ from typing_extensions import NotRequired, TypedDict
9
+
10
+
11
+ class UpdateNamespaceRequestTypedDict(TypedDict):
12
+ r"""Request schema for updating a namespace's payload indexes"""
13
+
14
+ namespace_name: NotRequired[Nullable[str]]
15
+ r"""Name of the namespace to update"""
16
+ payload_indexes: NotRequired[Nullable[List[PayloadIndexConfigTypedDict]]]
17
+ r"""Updated list of payload index configurations"""
18
+
19
+
20
+ class UpdateNamespaceRequest(BaseModel):
21
+ r"""Request schema for updating a namespace's payload indexes"""
22
+
23
+ namespace_name: OptionalNullable[str] = UNSET
24
+ r"""Name of the namespace to update"""
25
+
26
+ payload_indexes: OptionalNullable[List[PayloadIndexConfig]] = UNSET
27
+ r"""Updated list of payload index configurations"""
28
+
29
+ @model_serializer(mode="wrap")
30
+ def serialize_model(self, handler):
31
+ optional_fields = ["namespace_name", "payload_indexes"]
32
+ nullable_fields = ["namespace_name", "payload_indexes"]
33
+ null_default_fields = []
34
+
35
+ serialized = handler(self)
36
+
37
+ m = {}
38
+
39
+ for n, f in self.model_fields.items():
40
+ k = f.alias or n
41
+ val = serialized.get(k)
42
+ serialized.pop(k, None)
43
+
44
+ optional_nullable = k in optional_fields and k in nullable_fields
45
+ is_set = (
46
+ self.__pydantic_fields_set__.intersection({n})
47
+ or k in null_default_fields
48
+ ) # pylint: disable=no-member
49
+
50
+ if val is not None and val != UNSET_SENTINEL:
51
+ m[k] = val
52
+ elif val != UNSET_SENTINEL and (
53
+ not k in optional_fields or (optional_nullable and is_set)
54
+ ):
55
+ m[k] = val
56
+
57
+ return m