mixpeek 0.18.10__tar.gz → 0.18.12__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.
- {mixpeek-0.18.10 → mixpeek-0.18.12}/PKG-INFO +18 -22
- {mixpeek-0.18.10 → mixpeek-0.18.12}/README-PYPI.md +17 -20
- {mixpeek-0.18.10 → mixpeek-0.18.12}/pyproject.toml +2 -2
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/_version.py +3 -3
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/__init__.py +6 -0
- mixpeek-0.18.12/src/mixpeek/models/patch_namespace_v1_namespaces_namespace_patchop.py +28 -0
- mixpeek-0.18.12/src/mixpeek/models/updatenamespacerequest.py +57 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/namespaces.py +266 -12
- mixpeek-0.18.12/src/mixpeek/sdk.py +173 -0
- mixpeek-0.18.10/src/mixpeek/models/updatenamespacerequest.py +0 -26
- mixpeek-0.18.10/src/mixpeek/sdk.py +0 -498
- {mixpeek-0.18.10 → mixpeek-0.18.12}/py.typed +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/assets.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/basesdk.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/collections.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/featureextractors.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/features.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/health.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/httpclient.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/ingestassets.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/actionusage.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assetfeatures.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assetresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assets_model_searchquery.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assetupdate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assignmentconfig.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/assignmentmode.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/availablemodels.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/availablemodelsresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/classificationmatch.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/classificationwithfeature.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/classify_features_v1_entities_taxonomies_taxonomy_classify_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/collectionresult.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/create_collection_v1_collections_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/create_taxonomy_v1_entities_taxonomies_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/dateusage.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/db_model_paginationresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_asset_v1_assets_asset_id_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_classifications_v1_entities_taxonomies_taxonomy_classifications_classification_id_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_collection_v1_collections_collection_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_feature_v1_features_feature_id_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_taxonomy_v1_entities_taxonomies_taxonomy_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/denseembedding.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/discoverrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/embeddingconfig.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/embeddingrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/embeddingresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/entitysettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/featureextractionembeddingrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/featureoptions.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/featureresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/features_model_paginationresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/featureupdaterequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/full_asset_update_v1_assets_asset_id_putop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/full_feature_update_v1_features_feature_id_putop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_asset_v1_assets_asset_id_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_asset_with_features_v1_assets_asset_id_features_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_collection_v1_collections_collection_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_feature_v1_features_feature_id_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_taxonomy_node_v1_entities_taxonomies_nodes_node_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_taxonomy_v1_entities_taxonomies_taxonomy_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/groupbyoptions.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/groupbyoptionsasset.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/groupedassetdata.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/imagedescribesettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/imagedetectsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/imagereadsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/imagesettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/ingest_image_url_v1_ingest_images_url_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/ingest_text_v1_ingest_text_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/ingest_video_url_v1_ingest_videos_url_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/inputtype.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/jsonimageoutputsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/jsontextoutputsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/jsonvideooutputsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_assets_v1_assets_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_classifications_v1_entities_taxonomies_taxonomy_classifications_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_collections_v1_collections_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_features_v1_features_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/list_taxonomies_v1_entities_taxonomies_getop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listassetsrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listassetsresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listclassificationsrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listclassificationsresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listcollectionsresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listfeaturesrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listfeaturesresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/listtaxonomiesresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/logicaloperator.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/logodetectsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/modality.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/modeldetails.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/nodeoptions.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/nodeupdate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/partial_asset_update_v1_assets_asset_id_patchop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/payloadindextype.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/processimageurlinput.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/processtextinput.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/processvideourlinput.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/querysettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/rerankingoptions.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/search_assets_v1_assets_search_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/search_features_v1_features_search_postop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/search_model_searchquery.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/searchassetsrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/searchrequestfeatures.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/sparseembedding.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomycreate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomyextractionconfig.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomymodel.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomynode.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomynodecreate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/taxonomyupdate.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/textsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/update_collection_v1_collections_collection_putop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/update_node_v1_entities_taxonomies_nodes_node_patchop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/update_taxonomy_v1_entities_taxonomies_taxonomy_patchop.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/updateassetrequest.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/usage.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/vectormodel.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/videodescribesettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/videodetectsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/videoreadsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/videosettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/models/videotranscriptionsettings.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/organizations.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/sdkconfiguration.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/tasks.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/taxonomies.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/taxonomyentities.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/users.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.18.10 → mixpeek-0.18.12}/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.
|
3
|
+
Version: 0.18.12
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -12,7 +12,6 @@ Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
13
13
|
Requires-Dist: eval-type-backport (>=0.2.0)
|
14
14
|
Requires-Dist: httpx (>=0.28.1)
|
15
|
-
Requires-Dist: jsonpath-python (>=1.0.6)
|
16
15
|
Requires-Dist: pydantic (>=2.10.3)
|
17
16
|
Requires-Dist: python-dateutil (>=2.8.2)
|
18
17
|
Requires-Dist: typing-inspect (>=0.9.0)
|
@@ -103,9 +102,9 @@ import os
|
|
103
102
|
|
104
103
|
with Mixpeek(
|
105
104
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
106
|
-
) as
|
105
|
+
) as m_client:
|
107
106
|
|
108
|
-
res =
|
107
|
+
res = m_client.health.check()
|
109
108
|
|
110
109
|
# Handle response
|
111
110
|
print(res)
|
@@ -123,9 +122,9 @@ import os
|
|
123
122
|
async def main():
|
124
123
|
async with Mixpeek(
|
125
124
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
126
|
-
) as
|
125
|
+
) as m_client:
|
127
126
|
|
128
|
-
res = await
|
127
|
+
res = await m_client.health.check_async()
|
129
128
|
|
130
129
|
# Handle response
|
131
130
|
print(res)
|
@@ -152,9 +151,9 @@ import os
|
|
152
151
|
|
153
152
|
with Mixpeek(
|
154
153
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
155
|
-
) as
|
154
|
+
) as m_client:
|
156
155
|
|
157
|
-
res =
|
156
|
+
res = m_client.health.check()
|
158
157
|
|
159
158
|
# Handle response
|
160
159
|
print(res)
|
@@ -208,16 +207,13 @@ with Mixpeek(
|
|
208
207
|
* [ingest_video_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_video_url) - Ingest Video Url
|
209
208
|
* [ingest_image_url](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/ingestassets/README.md#ingest_image_url) - Ingest Image Url
|
210
209
|
|
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
210
|
|
216
211
|
### [namespaces](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md)
|
217
212
|
|
218
213
|
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#create) - Create Namespace
|
219
214
|
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list) - List Namespaces
|
220
215
|
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#delete) - Delete Namespace
|
216
|
+
* [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
217
|
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#update) - Update Namespace
|
222
218
|
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#get) - Get Namespace
|
223
219
|
* [list_models](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/namespaces/README.md#list_models) - List Available Models
|
@@ -274,9 +270,9 @@ import os
|
|
274
270
|
|
275
271
|
with Mixpeek(
|
276
272
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
277
|
-
) as
|
273
|
+
) as m_client:
|
278
274
|
|
279
|
-
res =
|
275
|
+
res = m_client.health.check(,
|
280
276
|
RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False))
|
281
277
|
|
282
278
|
# Handle response
|
@@ -293,9 +289,9 @@ import os
|
|
293
289
|
with Mixpeek(
|
294
290
|
retry_config=RetryConfig("backoff", BackoffStrategy(1, 50, 1.1, 100), False),
|
295
291
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
296
|
-
) as
|
292
|
+
) as m_client:
|
297
293
|
|
298
|
-
res =
|
294
|
+
res = m_client.health.check()
|
299
295
|
|
300
296
|
# Handle response
|
301
297
|
print(res)
|
@@ -334,11 +330,11 @@ import os
|
|
334
330
|
|
335
331
|
with Mixpeek(
|
336
332
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
337
|
-
) as
|
333
|
+
) as m_client:
|
338
334
|
res = None
|
339
335
|
try:
|
340
336
|
|
341
|
-
res =
|
337
|
+
res = m_client.organizations.get()
|
342
338
|
|
343
339
|
# Handle response
|
344
340
|
print(res)
|
@@ -371,9 +367,9 @@ import os
|
|
371
367
|
with Mixpeek(
|
372
368
|
server_url="https://api.mixpeek.com",
|
373
369
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
374
|
-
) as
|
370
|
+
) as m_client:
|
375
371
|
|
376
|
-
res =
|
372
|
+
res = m_client.health.check()
|
377
373
|
|
378
374
|
# Handle response
|
379
375
|
print(res)
|
@@ -475,7 +471,7 @@ import os
|
|
475
471
|
def main():
|
476
472
|
with Mixpeek(
|
477
473
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
478
|
-
) as
|
474
|
+
) as m_client:
|
479
475
|
# Rest of application here...
|
480
476
|
|
481
477
|
|
@@ -483,7 +479,7 @@ def main():
|
|
483
479
|
async def amain():
|
484
480
|
async with Mixpeek(
|
485
481
|
token=os.getenv("MIXPEEK_TOKEN", ""),
|
486
|
-
) as
|
482
|
+
) as m_client:
|
487
483
|
# Rest of application here...
|
488
484
|
```
|
489
485
|
<!-- 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
|
85
|
+
) as m_client:
|
86
86
|
|
87
|
-
res =
|
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
|
105
|
+
) as m_client:
|
106
106
|
|
107
|
-
res = await
|
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
|
134
|
+
) as m_client:
|
135
135
|
|
136
|
-
res =
|
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
|
253
|
+
) as m_client:
|
257
254
|
|
258
|
-
res =
|
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
|
272
|
+
) as m_client:
|
276
273
|
|
277
|
-
res =
|
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
|
313
|
+
) as m_client:
|
317
314
|
res = None
|
318
315
|
try:
|
319
316
|
|
320
|
-
res =
|
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
|
350
|
+
) as m_client:
|
354
351
|
|
355
|
-
res =
|
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
|
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
|
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.
|
3
|
+
version = "0.18.12"
|
4
4
|
description = "Python Client SDK Generated by Speakeasy."
|
5
5
|
authors = [{ name = "Speakeasy" },]
|
6
6
|
readme = "README-PYPI.md"
|
@@ -8,7 +8,6 @@ requires-python = ">=3.9"
|
|
8
8
|
dependencies = [
|
9
9
|
"eval-type-backport >=0.2.0",
|
10
10
|
"httpx >=0.28.1",
|
11
|
-
"jsonpath-python >=1.0.6",
|
12
11
|
"pydantic >=2.10.3",
|
13
12
|
"python-dateutil >=2.8.2",
|
14
13
|
"typing-inspect >=0.9.0",
|
@@ -37,6 +36,7 @@ requires = ["poetry-core"]
|
|
37
36
|
build-backend = "poetry.core.masonry.api"
|
38
37
|
|
39
38
|
[tool.pytest.ini_options]
|
39
|
+
asyncio_default_fixture_loop_scope = "function"
|
40
40
|
pythonpath = ["src"]
|
41
41
|
|
42
42
|
[tool.mypy]
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.18.
|
6
|
+
__version__: str = "0.18.12"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
|
-
__gen_version__: str = "2.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.18.
|
8
|
+
__gen_version__: str = "2.497.8"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.18.12 2.497.8 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
|