mixpeek 0.21.1__tar.gz → 0.21.6__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.21.1 → mixpeek-0.21.6}/PKG-INFO +37 -37
- {mixpeek-0.21.1 → mixpeek-0.21.6}/README-PYPI.md +36 -36
- {mixpeek-0.21.1 → mixpeek-0.21.6}/pyproject.toml +1 -1
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/_version.py +2 -2
- mixpeek-0.21.1/src/mixpeek/bucket_objects.py → mixpeek-0.21.6/src/mixpeek/bucketobjects.py +10 -10
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/buckets.py +10 -10
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/clusters.py +2 -2
- mixpeek-0.21.1/src/mixpeek/collection_cache.py → mixpeek-0.21.6/src/mixpeek/collectioncache.py +6 -6
- mixpeek-0.21.1/src/mixpeek/collection_documents.py → mixpeek-0.21.6/src/mixpeek/collectiondocuments.py +12 -12
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/collections.py +4 -4
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/features.py +4 -4
- mixpeek-0.21.1/src/mixpeek/organization_notifications.py → mixpeek-0.21.6/src/mixpeek/organizationnotifications.py +2 -2
- mixpeek-0.21.1/src/mixpeek/organizations_usage.py → mixpeek-0.21.6/src/mixpeek/organizationsusage.py +2 -2
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/research.py +2 -2
- mixpeek-0.21.1/src/mixpeek/retriever_interactions.py → mixpeek-0.21.6/src/mixpeek/retrieverinteractions.py +8 -8
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/retrievers.py +6 -6
- mixpeek-0.21.1/src/mixpeek/retriever_stages.py → mixpeek-0.21.6/src/mixpeek/retrieverstages.py +2 -2
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/sdk.py +7 -7
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/taxonomies.py +2 -2
- {mixpeek-0.21.1 → mixpeek-0.21.6}/py.typed +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/_hooks/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/_hooks/registration.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/_hooks/sdkhooks.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/_hooks/types.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/basesdk.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/health.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/httpclient.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/aggregationtype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/apierror.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/apikey.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/apikeyupdate.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/attributebasedconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/automaticnaming.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/basicfeatureextractor.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/batch_delete_documents_v1_collections_collection_identifier_documents_batch_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/batch_update_documents_v1_collections_collection_identifier_documents_batch_putop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/blobdetails.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/blobmodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/boolindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketcreaterequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketschema_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketschema_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketschemafield_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketschemafield_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketschemafieldtype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/bucketupdaterequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/cachestats.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/cleanup_cache_v1_collections_cache_cleanup_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/clusteringmethod.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/clustertype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/collectioncacheconfig_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/collectioncacheconfig_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/collectionconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/collectionmodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_bucket_v1_buckets_create_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_cluster_v1_clusters_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_collection_v1_collections_create_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_interaction_v1_retrievers_interactions_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_object_v1_buckets_bucket_identifier_objects_create_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_retriever_v1_retrievers_retrievers_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/create_taxonomy_v1_taxonomies_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createblobrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createclusterrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createcollectionrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createnamespacerequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createobjectrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createretrieverrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/createtaxonomyrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/datetimeindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_bucket_v1_buckets_bucket_identifier_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_document_v1_collections_collection_identifier_documents_document_id_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_interaction_v1_retrievers_interactions_interaction_id_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documenthandlingconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentinputhandling.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentlistresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentoutputhandling.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentoutputtype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/documentupdate.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/enrichmentfield.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/errordetail.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/errorresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/featureextractorconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/featureextractordefinition.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/filtercondition.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/filteroperator.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/floatindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/generativemodels.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/genericsuccessresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/geoindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_bucket_v1_buckets_bucket_identifier_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_cache_stats_v1_collections_cache_stats_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_collection_v1_collections_collection_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_document_v1_collections_collection_identifier_documents_document_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_feature_extractor_v1_features_extractors_feature_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_interaction_v1_retrievers_interactions_interaction_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_research_v1_research_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_retriever_stages_v1_retrievers_stages_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_retriever_v1_retrievers_retrievers_retriever_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/getusagerequestmodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/hdbscanparameters.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/healthcheckresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/httpvalidationerror.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/integerindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/interactionresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/interactiontype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/internal/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/internal/globals.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/invalidate_cache_v1_collections_cache_invalidate_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/invalidationevent.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/invalidationstrategy.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/keywordindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/list_buckets_v1_buckets_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/list_documents_v1_collections_collection_identifier_documents_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/list_interactions_v1_retrievers_interactions_getop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/list_objects_v1_buckets_bucket_identifier_objects_postop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/listbucketsrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/listbucketsresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/listobjectsrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/listobjectsresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/listtasksresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/logicaloperator_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/logicaloperator_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/multivectorindex.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/namespaceresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/namespaceusage.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/namingmethod.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/objectresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/organizationmodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/paginationresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/payloadindexconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/payloadschematype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/permission.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/plan.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/recomputestrategy.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/resourcetotals.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/retrieverbinding.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/retrievercacheconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/retrievermodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/retrieverqueryrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/retrieverresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/searchinteraction.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/security.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/singlelineageentry.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/sortdirection.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/sortoption.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/sourceconfig_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/sourceconfig_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/sourcetype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/stageconfig_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/stageconfig_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/stagedefinition.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/stageresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/taskresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/taskstatus.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/taxonomyapplicationconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/taxonomyconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/textindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/timeseriesdatapoint.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/timeseriesusage.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/tokenizertype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/update_bucket_v1_buckets_bucket_identifier_putop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/update_document_v1_collections_collection_identifier_documents_document_id_putop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/updatenamespacerequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/updateobjectrequest.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/usageresponse.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/usagesummary.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/usagetimerange.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/usermodel_input.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/usermodel_output.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/uuidindexparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/validationerror.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/vectorbasedconfig.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/vectorindex.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/vectorindexdefinition.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/models/vectortype.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/namespaces.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/organizations.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/py.typed +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/sdkconfiguration.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/tasks.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/types/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/types/basemodel.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/users.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/__init__.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/annotations.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/enums.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/eventstreaming.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/forms.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/headers.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/logger.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/metadata.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/queryparams.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/requestbodies.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/retries.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/security.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/serializers.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/url.py +0 -0
- {mixpeek-0.21.1 → mixpeek-0.21.6}/src/mixpeek/utils/values.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: mixpeek
|
3
|
-
Version: 0.21.
|
3
|
+
Version: 0.21.6
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9
|
@@ -199,48 +199,48 @@ with Mixpeek(
|
|
199
199
|
|
200
200
|
### [bucket_objects](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md)
|
201
201
|
|
202
|
-
* [
|
203
|
-
* [
|
204
|
-
* [
|
205
|
-
* [
|
206
|
-
* [
|
202
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#create) - Create Object
|
203
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#get) - Get Object
|
204
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#update) - Update Object
|
205
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#delete) - Delete Object
|
206
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#list) - List Objects
|
207
207
|
|
208
208
|
### [buckets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md)
|
209
209
|
|
210
|
-
* [
|
211
|
-
* [
|
212
|
-
* [
|
213
|
-
* [
|
214
|
-
* [
|
210
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#create) - Create Bucket
|
211
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#get) - Get Bucket
|
212
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#update) - Update Bucket
|
213
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#delete) - Delete Bucket
|
214
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#list) - List Buckets
|
215
215
|
|
216
216
|
### [clusters](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md)
|
217
217
|
|
218
|
-
* [
|
218
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md#create) - Create Cluster
|
219
219
|
|
220
220
|
### [collection_cache](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md)
|
221
221
|
|
222
|
-
* [
|
223
|
-
* [
|
224
|
-
* [
|
222
|
+
* [invalidate](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#invalidate) - Invalidate Cache
|
223
|
+
* [get_stats](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#get_stats) - Get Cache Stats
|
224
|
+
* [cleanup](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#cleanup) - Cleanup Cache
|
225
225
|
|
226
226
|
### [collection_documents](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md)
|
227
227
|
|
228
|
-
* [
|
229
|
-
* [
|
230
|
-
* [
|
231
|
-
* [
|
232
|
-
* [
|
233
|
-
* [
|
228
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#get) - Get Document
|
229
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#update) - Update Document
|
230
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#delete) - Delete Document
|
231
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#list) - List Documents
|
232
|
+
* [batch_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_update) - Batch Update Documents
|
233
|
+
* [batch_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_delete) - Batch Delete Documents
|
234
234
|
|
235
235
|
### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
|
236
236
|
|
237
|
-
* [
|
238
|
-
* [
|
237
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
|
238
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
|
239
239
|
|
240
240
|
### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
|
241
241
|
|
242
|
-
* [
|
243
|
-
* [
|
242
|
+
* [list_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_extractors) - List Feature Extractors
|
243
|
+
* [get_extractor](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_extractor) - Get Feature Extractor Details
|
244
244
|
|
245
245
|
### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
|
246
246
|
|
@@ -257,7 +257,7 @@ with Mixpeek(
|
|
257
257
|
|
258
258
|
### [organization_notifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md)
|
259
259
|
|
260
|
-
* [
|
260
|
+
* [send](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md#send) - Send Notification
|
261
261
|
|
262
262
|
### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
|
263
263
|
|
@@ -268,28 +268,28 @@ with Mixpeek(
|
|
268
268
|
|
269
269
|
### [organizations_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md)
|
270
270
|
|
271
|
-
* [
|
271
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md#get) - Get Usage
|
272
272
|
|
273
273
|
### [research](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md)
|
274
274
|
|
275
|
-
* [
|
275
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md#get) - Get Research
|
276
276
|
|
277
277
|
### [retriever_interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md)
|
278
278
|
|
279
|
-
* [
|
280
|
-
* [
|
281
|
-
* [
|
282
|
-
* [
|
279
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#create) - Create Interaction
|
280
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#list) - List Interactions
|
281
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#get) - Get Interaction
|
282
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#delete) - Delete Interaction
|
283
283
|
|
284
284
|
### [retriever_stages](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md)
|
285
285
|
|
286
|
-
* [
|
286
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md#list) - List Retriever Stages
|
287
287
|
|
288
288
|
### [retrievers](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md)
|
289
289
|
|
290
|
-
* [
|
291
|
-
* [
|
292
|
-
* [
|
290
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#create) - Create Retriever
|
291
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#get) - Get Retriever
|
292
|
+
* [execute](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#execute) - Execute Retriever
|
293
293
|
|
294
294
|
### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
|
295
295
|
|
@@ -299,7 +299,7 @@ with Mixpeek(
|
|
299
299
|
|
300
300
|
### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
|
301
301
|
|
302
|
-
* [
|
302
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#create) - Create Taxonomy
|
303
303
|
|
304
304
|
### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
|
305
305
|
|
@@ -179,48 +179,48 @@ with Mixpeek(
|
|
179
179
|
|
180
180
|
### [bucket_objects](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md)
|
181
181
|
|
182
|
-
* [
|
183
|
-
* [
|
184
|
-
* [
|
185
|
-
* [
|
186
|
-
* [
|
182
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#create) - Create Object
|
183
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#get) - Get Object
|
184
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#update) - Update Object
|
185
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#delete) - Delete Object
|
186
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#list) - List Objects
|
187
187
|
|
188
188
|
### [buckets](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md)
|
189
189
|
|
190
|
-
* [
|
191
|
-
* [
|
192
|
-
* [
|
193
|
-
* [
|
194
|
-
* [
|
190
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#create) - Create Bucket
|
191
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#get) - Get Bucket
|
192
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#update) - Update Bucket
|
193
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#delete) - Delete Bucket
|
194
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#list) - List Buckets
|
195
195
|
|
196
196
|
### [clusters](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md)
|
197
197
|
|
198
|
-
* [
|
198
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md#create) - Create Cluster
|
199
199
|
|
200
200
|
### [collection_cache](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md)
|
201
201
|
|
202
|
-
* [
|
203
|
-
* [
|
204
|
-
* [
|
202
|
+
* [invalidate](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#invalidate) - Invalidate Cache
|
203
|
+
* [get_stats](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#get_stats) - Get Cache Stats
|
204
|
+
* [cleanup](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#cleanup) - Cleanup Cache
|
205
205
|
|
206
206
|
### [collection_documents](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md)
|
207
207
|
|
208
|
-
* [
|
209
|
-
* [
|
210
|
-
* [
|
211
|
-
* [
|
212
|
-
* [
|
213
|
-
* [
|
208
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#get) - Get Document
|
209
|
+
* [update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#update) - Update Document
|
210
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#delete) - Delete Document
|
211
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#list) - List Documents
|
212
|
+
* [batch_update](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_update) - Batch Update Documents
|
213
|
+
* [batch_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_delete) - Batch Delete Documents
|
214
214
|
|
215
215
|
### [collections](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md)
|
216
216
|
|
217
|
-
* [
|
218
|
-
* [
|
217
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create) - Create Collection
|
218
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get) - Get Collection
|
219
219
|
|
220
220
|
### [features](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md)
|
221
221
|
|
222
|
-
* [
|
223
|
-
* [
|
222
|
+
* [list_extractors](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_extractors) - List Feature Extractors
|
223
|
+
* [get_extractor](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_extractor) - Get Feature Extractor Details
|
224
224
|
|
225
225
|
### [health](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/health/README.md)
|
226
226
|
|
@@ -237,7 +237,7 @@ with Mixpeek(
|
|
237
237
|
|
238
238
|
### [organization_notifications](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md)
|
239
239
|
|
240
|
-
* [
|
240
|
+
* [send](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md#send) - Send Notification
|
241
241
|
|
242
242
|
### [organizations](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizations/README.md)
|
243
243
|
|
@@ -248,28 +248,28 @@ with Mixpeek(
|
|
248
248
|
|
249
249
|
### [organizations_usage](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md)
|
250
250
|
|
251
|
-
* [
|
251
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md#get) - Get Usage
|
252
252
|
|
253
253
|
### [research](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md)
|
254
254
|
|
255
|
-
* [
|
255
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md#get) - Get Research
|
256
256
|
|
257
257
|
### [retriever_interactions](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md)
|
258
258
|
|
259
|
-
* [
|
260
|
-
* [
|
261
|
-
* [
|
262
|
-
* [
|
259
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#create) - Create Interaction
|
260
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#list) - List Interactions
|
261
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#get) - Get Interaction
|
262
|
+
* [delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#delete) - Delete Interaction
|
263
263
|
|
264
264
|
### [retriever_stages](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md)
|
265
265
|
|
266
|
-
* [
|
266
|
+
* [list](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md#list) - List Retriever Stages
|
267
267
|
|
268
268
|
### [retrievers](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md)
|
269
269
|
|
270
|
-
* [
|
271
|
-
* [
|
272
|
-
* [
|
270
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#create) - Create Retriever
|
271
|
+
* [get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#get) - Get Retriever
|
272
|
+
* [execute](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#execute) - Execute Retriever
|
273
273
|
|
274
274
|
### [tasks](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/tasks/README.md)
|
275
275
|
|
@@ -279,7 +279,7 @@ with Mixpeek(
|
|
279
279
|
|
280
280
|
### [taxonomies](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md)
|
281
281
|
|
282
|
-
* [
|
282
|
+
* [create](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#create) - Create Taxonomy
|
283
283
|
|
284
284
|
### [users](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/users/README.md)
|
285
285
|
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "mixpeek"
|
6
|
-
__version__: str = "0.21.
|
6
|
+
__version__: str = "0.21.6"
|
7
7
|
__openapi_doc_version__: str = "0.81"
|
8
8
|
__gen_version__: str = "2.585.2"
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.21.
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.21.6 2.585.2 0.81 mixpeek"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -9,7 +9,7 @@ from typing import Any, List, Mapping, Optional, Union
|
|
9
9
|
|
10
10
|
|
11
11
|
class BucketObjects(BaseSDK):
|
12
|
-
def
|
12
|
+
def create(
|
13
13
|
self,
|
14
14
|
*,
|
15
15
|
bucket_identifier: str,
|
@@ -158,7 +158,7 @@ class BucketObjects(BaseSDK):
|
|
158
158
|
http_res,
|
159
159
|
)
|
160
160
|
|
161
|
-
async def
|
161
|
+
async def create_async(
|
162
162
|
self,
|
163
163
|
*,
|
164
164
|
bucket_identifier: str,
|
@@ -307,7 +307,7 @@ class BucketObjects(BaseSDK):
|
|
307
307
|
http_res,
|
308
308
|
)
|
309
309
|
|
310
|
-
def
|
310
|
+
def get(
|
311
311
|
self,
|
312
312
|
*,
|
313
313
|
bucket_identifier: str,
|
@@ -426,7 +426,7 @@ class BucketObjects(BaseSDK):
|
|
426
426
|
http_res,
|
427
427
|
)
|
428
428
|
|
429
|
-
async def
|
429
|
+
async def get_async(
|
430
430
|
self,
|
431
431
|
*,
|
432
432
|
bucket_identifier: str,
|
@@ -545,7 +545,7 @@ class BucketObjects(BaseSDK):
|
|
545
545
|
http_res,
|
546
546
|
)
|
547
547
|
|
548
|
-
def
|
548
|
+
def update(
|
549
549
|
self,
|
550
550
|
*,
|
551
551
|
bucket_identifier: str,
|
@@ -697,7 +697,7 @@ class BucketObjects(BaseSDK):
|
|
697
697
|
http_res,
|
698
698
|
)
|
699
699
|
|
700
|
-
async def
|
700
|
+
async def update_async(
|
701
701
|
self,
|
702
702
|
*,
|
703
703
|
bucket_identifier: str,
|
@@ -849,7 +849,7 @@ class BucketObjects(BaseSDK):
|
|
849
849
|
http_res,
|
850
850
|
)
|
851
851
|
|
852
|
-
def
|
852
|
+
def delete(
|
853
853
|
self,
|
854
854
|
*,
|
855
855
|
bucket_identifier: str,
|
@@ -966,7 +966,7 @@ class BucketObjects(BaseSDK):
|
|
966
966
|
http_res,
|
967
967
|
)
|
968
968
|
|
969
|
-
async def
|
969
|
+
async def delete_async(
|
970
970
|
self,
|
971
971
|
*,
|
972
972
|
bucket_identifier: str,
|
@@ -1083,7 +1083,7 @@ class BucketObjects(BaseSDK):
|
|
1083
1083
|
http_res,
|
1084
1084
|
)
|
1085
1085
|
|
1086
|
-
def
|
1086
|
+
def list(
|
1087
1087
|
self,
|
1088
1088
|
*,
|
1089
1089
|
bucket_identifier: str,
|
@@ -1229,7 +1229,7 @@ class BucketObjects(BaseSDK):
|
|
1229
1229
|
http_res,
|
1230
1230
|
)
|
1231
1231
|
|
1232
|
-
async def
|
1232
|
+
async def list_async(
|
1233
1233
|
self,
|
1234
1234
|
*,
|
1235
1235
|
bucket_identifier: str,
|
@@ -9,7 +9,7 @@ from typing import Any, Mapping, Optional, Union
|
|
9
9
|
|
10
10
|
|
11
11
|
class Buckets(BaseSDK):
|
12
|
-
def
|
12
|
+
def create(
|
13
13
|
self,
|
14
14
|
*,
|
15
15
|
bucket_name: str,
|
@@ -154,7 +154,7 @@ class Buckets(BaseSDK):
|
|
154
154
|
http_res,
|
155
155
|
)
|
156
156
|
|
157
|
-
async def
|
157
|
+
async def create_async(
|
158
158
|
self,
|
159
159
|
*,
|
160
160
|
bucket_name: str,
|
@@ -299,7 +299,7 @@ class Buckets(BaseSDK):
|
|
299
299
|
http_res,
|
300
300
|
)
|
301
301
|
|
302
|
-
def
|
302
|
+
def get(
|
303
303
|
self,
|
304
304
|
*,
|
305
305
|
bucket_identifier: str,
|
@@ -413,7 +413,7 @@ class Buckets(BaseSDK):
|
|
413
413
|
http_res,
|
414
414
|
)
|
415
415
|
|
416
|
-
async def
|
416
|
+
async def get_async(
|
417
417
|
self,
|
418
418
|
*,
|
419
419
|
bucket_identifier: str,
|
@@ -527,7 +527,7 @@ class Buckets(BaseSDK):
|
|
527
527
|
http_res,
|
528
528
|
)
|
529
529
|
|
530
|
-
def
|
530
|
+
def update(
|
531
531
|
self,
|
532
532
|
*,
|
533
533
|
bucket_identifier: str,
|
@@ -664,7 +664,7 @@ class Buckets(BaseSDK):
|
|
664
664
|
http_res,
|
665
665
|
)
|
666
666
|
|
667
|
-
async def
|
667
|
+
async def update_async(
|
668
668
|
self,
|
669
669
|
*,
|
670
670
|
bucket_identifier: str,
|
@@ -801,7 +801,7 @@ class Buckets(BaseSDK):
|
|
801
801
|
http_res,
|
802
802
|
)
|
803
803
|
|
804
|
-
def
|
804
|
+
def delete(
|
805
805
|
self,
|
806
806
|
*,
|
807
807
|
bucket_identifier: str,
|
@@ -915,7 +915,7 @@ class Buckets(BaseSDK):
|
|
915
915
|
http_res,
|
916
916
|
)
|
917
917
|
|
918
|
-
async def
|
918
|
+
async def delete_async(
|
919
919
|
self,
|
920
920
|
*,
|
921
921
|
bucket_identifier: str,
|
@@ -1029,7 +1029,7 @@ class Buckets(BaseSDK):
|
|
1029
1029
|
http_res,
|
1030
1030
|
)
|
1031
1031
|
|
1032
|
-
def
|
1032
|
+
def list(
|
1033
1033
|
self,
|
1034
1034
|
*,
|
1035
1035
|
limit: OptionalNullable[int] = UNSET,
|
@@ -1160,7 +1160,7 @@ class Buckets(BaseSDK):
|
|
1160
1160
|
http_res,
|
1161
1161
|
)
|
1162
1162
|
|
1163
|
-
async def
|
1163
|
+
async def list_async(
|
1164
1164
|
self,
|
1165
1165
|
*,
|
1166
1166
|
limit: OptionalNullable[int] = UNSET,
|
@@ -9,7 +9,7 @@ from typing import Any, Mapping, Optional, Union
|
|
9
9
|
|
10
10
|
|
11
11
|
class Clusters(BaseSDK):
|
12
|
-
def
|
12
|
+
def create(
|
13
13
|
self,
|
14
14
|
*,
|
15
15
|
collection_id: str,
|
@@ -157,7 +157,7 @@ class Clusters(BaseSDK):
|
|
157
157
|
http_res,
|
158
158
|
)
|
159
159
|
|
160
|
-
async def
|
160
|
+
async def create_async(
|
161
161
|
self,
|
162
162
|
*,
|
163
163
|
collection_id: str,
|
mixpeek-0.21.1/src/mixpeek/collection_cache.py → mixpeek-0.21.6/src/mixpeek/collectioncache.py
RENAMED
@@ -9,7 +9,7 @@ from typing import Any, Dict, List, Mapping, Optional
|
|
9
9
|
|
10
10
|
|
11
11
|
class CollectionCache(BaseSDK):
|
12
|
-
def
|
12
|
+
def invalidate(
|
13
13
|
self,
|
14
14
|
*,
|
15
15
|
collection_id: str,
|
@@ -158,7 +158,7 @@ class CollectionCache(BaseSDK):
|
|
158
158
|
http_res,
|
159
159
|
)
|
160
160
|
|
161
|
-
async def
|
161
|
+
async def invalidate_async(
|
162
162
|
self,
|
163
163
|
*,
|
164
164
|
collection_id: str,
|
@@ -307,7 +307,7 @@ class CollectionCache(BaseSDK):
|
|
307
307
|
http_res,
|
308
308
|
)
|
309
309
|
|
310
|
-
def
|
310
|
+
def get_stats(
|
311
311
|
self,
|
312
312
|
*,
|
313
313
|
internal_id: str,
|
@@ -433,7 +433,7 @@ class CollectionCache(BaseSDK):
|
|
433
433
|
http_res,
|
434
434
|
)
|
435
435
|
|
436
|
-
async def
|
436
|
+
async def get_stats_async(
|
437
437
|
self,
|
438
438
|
*,
|
439
439
|
internal_id: str,
|
@@ -559,7 +559,7 @@ class CollectionCache(BaseSDK):
|
|
559
559
|
http_res,
|
560
560
|
)
|
561
561
|
|
562
|
-
def
|
562
|
+
def cleanup(
|
563
563
|
self,
|
564
564
|
*,
|
565
565
|
internal_id: str,
|
@@ -689,7 +689,7 @@ class CollectionCache(BaseSDK):
|
|
689
689
|
http_res,
|
690
690
|
)
|
691
691
|
|
692
|
-
async def
|
692
|
+
async def cleanup_async(
|
693
693
|
self,
|
694
694
|
*,
|
695
695
|
internal_id: str,
|