mixpeek 0.21.1__tar.gz → 0.21.7__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 (217) hide show
  1. {mixpeek-0.21.1 → mixpeek-0.21.7}/PKG-INFO +37 -37
  2. {mixpeek-0.21.1 → mixpeek-0.21.7}/README-PYPI.md +36 -36
  3. {mixpeek-0.21.1 → mixpeek-0.21.7}/pyproject.toml +1 -1
  4. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/_version.py +2 -2
  5. mixpeek-0.21.1/src/mixpeek/bucket_objects.py → mixpeek-0.21.7/src/mixpeek/bucketobjects.py +10 -10
  6. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/buckets.py +10 -10
  7. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/clusters.py +2 -2
  8. mixpeek-0.21.1/src/mixpeek/collection_cache.py → mixpeek-0.21.7/src/mixpeek/collectioncache.py +6 -6
  9. mixpeek-0.21.1/src/mixpeek/collection_documents.py → mixpeek-0.21.7/src/mixpeek/collectiondocuments.py +12 -12
  10. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/collections.py +4 -4
  11. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/features.py +4 -4
  12. mixpeek-0.21.1/src/mixpeek/organization_notifications.py → mixpeek-0.21.7/src/mixpeek/organizationnotifications.py +2 -2
  13. mixpeek-0.21.1/src/mixpeek/organizations_usage.py → mixpeek-0.21.7/src/mixpeek/organizationsusage.py +2 -2
  14. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/research.py +2 -2
  15. mixpeek-0.21.1/src/mixpeek/retriever_interactions.py → mixpeek-0.21.7/src/mixpeek/retrieverinteractions.py +8 -8
  16. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/retrievers.py +6 -6
  17. mixpeek-0.21.1/src/mixpeek/retriever_stages.py → mixpeek-0.21.7/src/mixpeek/retrieverstages.py +2 -2
  18. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/sdk.py +7 -7
  19. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/taxonomies.py +2 -2
  20. {mixpeek-0.21.1 → mixpeek-0.21.7}/py.typed +0 -0
  21. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/__init__.py +0 -0
  22. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/_hooks/__init__.py +0 -0
  23. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/_hooks/registration.py +0 -0
  24. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/_hooks/sdkhooks.py +0 -0
  25. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/_hooks/types.py +0 -0
  26. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/basesdk.py +0 -0
  27. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/health.py +0 -0
  28. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/httpclient.py +0 -0
  29. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/__init__.py +0 -0
  30. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/aggregationtype.py +0 -0
  31. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/apierror.py +0 -0
  32. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/apikey.py +0 -0
  33. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/apikeyupdate.py +0 -0
  34. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/attributebasedconfig.py +0 -0
  35. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/automaticnaming.py +0 -0
  36. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/basicfeatureextractor.py +0 -0
  37. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/batch_delete_documents_v1_collections_collection_identifier_documents_batch_deleteop.py +0 -0
  38. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/batch_update_documents_v1_collections_collection_identifier_documents_batch_putop.py +0 -0
  39. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/blobdetails.py +0 -0
  40. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/blobmodel.py +0 -0
  41. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/boolindexparams.py +0 -0
  42. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketcreaterequest.py +0 -0
  43. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketresponse.py +0 -0
  44. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketschema_input.py +0 -0
  45. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketschema_output.py +0 -0
  46. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketschemafield_input.py +0 -0
  47. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketschemafield_output.py +0 -0
  48. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketschemafieldtype.py +0 -0
  49. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/bucketupdaterequest.py +0 -0
  50. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/cachestats.py +0 -0
  51. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/cleanup_cache_v1_collections_cache_cleanup_postop.py +0 -0
  52. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/clusteringmethod.py +0 -0
  53. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/clustertype.py +0 -0
  54. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/collectioncacheconfig_input.py +0 -0
  55. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/collectioncacheconfig_output.py +0 -0
  56. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/collectionconfig.py +0 -0
  57. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/collectionmodel.py +0 -0
  58. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_api_key_v1_organizations_users_user_email_api_keys_postop.py +0 -0
  59. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_bucket_v1_buckets_create_postop.py +0 -0
  60. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_cluster_v1_clusters_postop.py +0 -0
  61. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_collection_v1_collections_create_postop.py +0 -0
  62. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_interaction_v1_retrievers_interactions_postop.py +0 -0
  63. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_object_v1_buckets_bucket_identifier_objects_create_postop.py +0 -0
  64. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_retriever_v1_retrievers_retrievers_postop.py +0 -0
  65. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/create_taxonomy_v1_taxonomies_postop.py +0 -0
  66. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createblobrequest.py +0 -0
  67. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createclusterrequest.py +0 -0
  68. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createcollectionrequest.py +0 -0
  69. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createnamespacerequest.py +0 -0
  70. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createobjectrequest.py +0 -0
  71. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createretrieverrequest.py +0 -0
  72. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/createtaxonomyrequest.py +0 -0
  73. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/datetimeindexparams.py +0 -0
  74. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_api_key_v1_organizations_users_user_email_api_keys_key_name_deleteop.py +0 -0
  75. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_bucket_v1_buckets_bucket_identifier_deleteop.py +0 -0
  76. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_document_v1_collections_collection_identifier_documents_document_id_deleteop.py +0 -0
  77. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_interaction_v1_retrievers_interactions_interaction_id_deleteop.py +0 -0
  78. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_namespace_v1_namespaces_namespace_deleteop.py +0 -0
  79. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_object_v1_buckets_bucket_identifier_objects_object_identifier_deleteop.py +0 -0
  80. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/delete_user_v1_organizations_users_user_email_deleteop.py +0 -0
  81. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documenthandlingconfig.py +0 -0
  82. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentinputhandling.py +0 -0
  83. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentlistresponse.py +0 -0
  84. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentoutputhandling.py +0 -0
  85. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentoutputtype.py +0 -0
  86. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentresponse.py +0 -0
  87. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/documentupdate.py +0 -0
  88. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/enrichmentfield.py +0 -0
  89. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/errordetail.py +0 -0
  90. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/errorresponse.py +0 -0
  91. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/execute_retriever_v1_retrievers_retrievers_retriever_id_execute_postop.py +0 -0
  92. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/featureextractorconfig.py +0 -0
  93. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/featureextractordefinition.py +0 -0
  94. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/filtercondition.py +0 -0
  95. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/filteroperator.py +0 -0
  96. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/floatindexparams.py +0 -0
  97. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/generativemodels.py +0 -0
  98. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/genericsuccessresponse.py +0 -0
  99. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/geoindexparams.py +0 -0
  100. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_bucket_v1_buckets_bucket_identifier_getop.py +0 -0
  101. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_cache_stats_v1_collections_cache_stats_getop.py +0 -0
  102. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_collection_v1_collections_collection_id_getop.py +0 -0
  103. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_document_v1_collections_collection_identifier_documents_document_id_getop.py +0 -0
  104. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_feature_extractor_v1_features_extractors_feature_id_getop.py +0 -0
  105. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_interaction_v1_retrievers_interactions_interaction_id_getop.py +0 -0
  106. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_namespace_v1_namespaces_namespace_getop.py +0 -0
  107. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_object_v1_buckets_bucket_identifier_objects_object_identifier_getop.py +0 -0
  108. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_research_v1_research_getop.py +0 -0
  109. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_retriever_stages_v1_retrievers_stages_getop.py +0 -0
  110. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_retriever_v1_retrievers_retrievers_retriever_id_getop.py +0 -0
  111. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_task_v1_tasks_task_id_getop.py +0 -0
  112. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/get_user_v1_organizations_users_user_email_getop.py +0 -0
  113. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/getusagerequestmodel.py +0 -0
  114. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/hdbscanparameters.py +0 -0
  115. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/healthcheckresponse.py +0 -0
  116. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/httpvalidationerror.py +0 -0
  117. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/integerindexparams.py +0 -0
  118. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/interactionresponse.py +0 -0
  119. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/interactiontype.py +0 -0
  120. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/internal/__init__.py +0 -0
  121. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/internal/globals.py +0 -0
  122. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/invalidate_cache_v1_collections_cache_invalidate_postop.py +0 -0
  123. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/invalidationevent.py +0 -0
  124. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/invalidationstrategy.py +0 -0
  125. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/keywordindexparams.py +0 -0
  126. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/kill_task_v1_tasks_task_id_deleteop.py +0 -0
  127. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/list_active_tasks_v1_tasks_getop.py +0 -0
  128. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/list_buckets_v1_buckets_postop.py +0 -0
  129. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/list_documents_v1_collections_collection_identifier_documents_getop.py +0 -0
  130. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/list_interactions_v1_retrievers_interactions_getop.py +0 -0
  131. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/list_objects_v1_buckets_bucket_identifier_objects_postop.py +0 -0
  132. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/listbucketsrequest.py +0 -0
  133. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/listbucketsresponse.py +0 -0
  134. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/listobjectsrequest.py +0 -0
  135. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/listobjectsresponse.py +0 -0
  136. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/listtasksresponse.py +0 -0
  137. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/logicaloperator_input.py +0 -0
  138. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/logicaloperator_output.py +0 -0
  139. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/multivectorindex.py +0 -0
  140. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/namespaceresponse.py +0 -0
  141. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/namespaceusage.py +0 -0
  142. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/namingmethod.py +0 -0
  143. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/objectresponse.py +0 -0
  144. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/organizationmodel.py +0 -0
  145. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/paginationresponse.py +0 -0
  146. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/payloadindexconfig.py +0 -0
  147. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/payloadschematype.py +0 -0
  148. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/permission.py +0 -0
  149. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/plan.py +0 -0
  150. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/recomputestrategy.py +0 -0
  151. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/resourcetotals.py +0 -0
  152. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/retrieverbinding.py +0 -0
  153. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/retrievercacheconfig.py +0 -0
  154. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/retrievermodel.py +0 -0
  155. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/retrieverqueryrequest.py +0 -0
  156. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/retrieverresponse.py +0 -0
  157. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/searchinteraction.py +0 -0
  158. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/security.py +0 -0
  159. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/singlelineageentry.py +0 -0
  160. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/sortdirection.py +0 -0
  161. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/sortoption.py +0 -0
  162. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/sourceconfig_input.py +0 -0
  163. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/sourceconfig_output.py +0 -0
  164. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/sourcetype.py +0 -0
  165. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/stageconfig_input.py +0 -0
  166. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/stageconfig_output.py +0 -0
  167. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/stagedefinition.py +0 -0
  168. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/stageresponse.py +0 -0
  169. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/taskresponse.py +0 -0
  170. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/taskstatus.py +0 -0
  171. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/taxonomyapplicationconfig.py +0 -0
  172. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/taxonomyconfig.py +0 -0
  173. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/textindexparams.py +0 -0
  174. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/timeseriesdatapoint.py +0 -0
  175. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/timeseriesusage.py +0 -0
  176. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/tokenizertype.py +0 -0
  177. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/update_api_key_v1_organizations_users_user_email_api_keys_key_name_patchop.py +0 -0
  178. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/update_bucket_v1_buckets_bucket_identifier_putop.py +0 -0
  179. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/update_document_v1_collections_collection_identifier_documents_document_id_putop.py +0 -0
  180. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/update_namespace_v1_namespaces_namespace_putop.py +0 -0
  181. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/update_object_v1_buckets_bucket_identifier_objects_object_identifier_putop.py +0 -0
  182. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/updatenamespacerequest.py +0 -0
  183. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/updateobjectrequest.py +0 -0
  184. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/usageresponse.py +0 -0
  185. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/usagesummary.py +0 -0
  186. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/usagetimerange.py +0 -0
  187. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/usermodel_input.py +0 -0
  188. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/usermodel_output.py +0 -0
  189. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/uuidindexparams.py +0 -0
  190. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/validationerror.py +0 -0
  191. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/vectorbasedconfig.py +0 -0
  192. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/vectorindex.py +0 -0
  193. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/vectorindexdefinition.py +0 -0
  194. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/models/vectortype.py +0 -0
  195. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/namespaces.py +0 -0
  196. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/organizations.py +0 -0
  197. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/py.typed +0 -0
  198. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/sdkconfiguration.py +0 -0
  199. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/tasks.py +0 -0
  200. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/types/__init__.py +0 -0
  201. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/types/basemodel.py +0 -0
  202. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/users.py +0 -0
  203. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/__init__.py +0 -0
  204. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/annotations.py +0 -0
  205. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/enums.py +0 -0
  206. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/eventstreaming.py +0 -0
  207. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/forms.py +0 -0
  208. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/headers.py +0 -0
  209. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/logger.py +0 -0
  210. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/metadata.py +0 -0
  211. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/queryparams.py +0 -0
  212. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/requestbodies.py +0 -0
  213. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/retries.py +0 -0
  214. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/security.py +0 -0
  215. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/serializers.py +0 -0
  216. {mixpeek-0.21.1 → mixpeek-0.21.7}/src/mixpeek/utils/url.py +0 -0
  217. {mixpeek-0.21.1 → mixpeek-0.21.7}/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.1
3
+ Version: 0.21.7
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
- * [create_object_v1_buckets_bucket_identifier_objects_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#create_object_v1_buckets_bucket_identifier_objects_create_post) - Create Object
203
- * [get_object_v1_buckets_bucket_identifier_objects_object_identifier_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#get_object_v1_buckets_bucket_identifier_objects_object_identifier_get) - Get Object
204
- * [update_object_v1_buckets_bucket_identifier_objects_object_identifier_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#update_object_v1_buckets_bucket_identifier_objects_object_identifier_put) - Update Object
205
- * [delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete) - Delete Object
206
- * [list_objects_v1_buckets_bucket_identifier_objects_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#list_objects_v1_buckets_bucket_identifier_objects_post) - List Objects
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
- * [create_bucket_v1_buckets_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#create_bucket_v1_buckets_create_post) - Create Bucket
211
- * [get_bucket_v1_buckets_bucket_identifier_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#get_bucket_v1_buckets_bucket_identifier_get) - Get Bucket
212
- * [update_bucket_v1_buckets_bucket_identifier_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#update_bucket_v1_buckets_bucket_identifier_put) - Update Bucket
213
- * [delete_bucket_v1_buckets_bucket_identifier_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#delete_bucket_v1_buckets_bucket_identifier_delete) - Delete Bucket
214
- * [list_buckets_v1_buckets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#list_buckets_v1_buckets_post) - List Buckets
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
- * [create_cluster_v1_clusters_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md#create_cluster_v1_clusters_post) - Create Cluster
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
- * [invalidate_cache_v1_collections_cache_invalidate_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#invalidate_cache_v1_collections_cache_invalidate_post) - Invalidate Cache
223
- * [get_cache_stats_v1_collections_cache_stats_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#get_cache_stats_v1_collections_cache_stats_get) - Get Cache Stats
224
- * [cleanup_cache_v1_collections_cache_cleanup_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#cleanup_cache_v1_collections_cache_cleanup_post) - Cleanup Cache
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
- * [get_document_v1_collections_collection_identifier_documents_document_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#get_document_v1_collections_collection_identifier_documents_document_id_get) - Get Document
229
- * [update_document_v1_collections_collection_identifier_documents_document_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#update_document_v1_collections_collection_identifier_documents_document_id_put) - Update Document
230
- * [delete_document_v1_collections_collection_identifier_documents_document_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#delete_document_v1_collections_collection_identifier_documents_document_id_delete) - Delete Document
231
- * [list_documents_v1_collections_collection_identifier_documents_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#list_documents_v1_collections_collection_identifier_documents_get) - List Documents
232
- * [batch_update_documents_v1_collections_collection_identifier_documents_batch_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_update_documents_v1_collections_collection_identifier_documents_batch_put) - Batch Update Documents
233
- * [batch_delete_documents_v1_collections_collection_identifier_documents_batch_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_delete_documents_v1_collections_collection_identifier_documents_batch_delete) - Batch Delete Documents
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
- * [create_collection_v1_collections_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_create_post) - Create Collection
238
- * [get_collection_v1_collections_collection_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_id_get) - Get Collection
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
- * [list_feature_extractors_v1_features_extractors_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_feature_extractors_v1_features_extractors_get) - List Feature Extractors
243
- * [get_feature_extractor_v1_features_extractors_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_extractor_v1_features_extractors_feature_id_get) - Get Feature Extractor Details
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
- * [send_notification_v1_organizations_notifications_send_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md#send_notification_v1_organizations_notifications_send_post) - Send Notification
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
- * [get_usage_v1_organizations_usage_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md#get_usage_v1_organizations_usage_post) - Get Usage
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
- * [get_research_v1_research_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md#get_research_v1_research_get) - Get Research
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
- * [create_interaction_v1_retrievers_interactions_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#create_interaction_v1_retrievers_interactions_post) - Create Interaction
280
- * [list_interactions_v1_retrievers_interactions_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#list_interactions_v1_retrievers_interactions_get) - List Interactions
281
- * [get_interaction_v1_retrievers_interactions_interaction_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#get_interaction_v1_retrievers_interactions_interaction_id_get) - Get Interaction
282
- * [delete_interaction_v1_retrievers_interactions_interaction_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#delete_interaction_v1_retrievers_interactions_interaction_id_delete) - Delete Interaction
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
- * [get_retriever_stages_v1_retrievers_stages_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md#get_retriever_stages_v1_retrievers_stages_get) - List Retriever Stages
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
- * [create_retriever_v1_retrievers_retrievers_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#create_retriever_v1_retrievers_retrievers_post) - Create Retriever
291
- * [get_retriever_v1_retrievers_retrievers_retriever_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#get_retriever_v1_retrievers_retrievers_retriever_id_get) - Get Retriever
292
- * [execute_retriever_v1_retrievers_retrievers_retriever_id_execute_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#execute_retriever_v1_retrievers_retrievers_retriever_id_execute_post) - Execute Retriever
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
- * [create_taxonomy_v1_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#create_taxonomy_v1_taxonomies_post) - Create Taxonomy
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
- * [create_object_v1_buckets_bucket_identifier_objects_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#create_object_v1_buckets_bucket_identifier_objects_create_post) - Create Object
183
- * [get_object_v1_buckets_bucket_identifier_objects_object_identifier_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#get_object_v1_buckets_bucket_identifier_objects_object_identifier_get) - Get Object
184
- * [update_object_v1_buckets_bucket_identifier_objects_object_identifier_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#update_object_v1_buckets_bucket_identifier_objects_object_identifier_put) - Update Object
185
- * [delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete) - Delete Object
186
- * [list_objects_v1_buckets_bucket_identifier_objects_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/bucketobjects/README.md#list_objects_v1_buckets_bucket_identifier_objects_post) - List Objects
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
- * [create_bucket_v1_buckets_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#create_bucket_v1_buckets_create_post) - Create Bucket
191
- * [get_bucket_v1_buckets_bucket_identifier_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#get_bucket_v1_buckets_bucket_identifier_get) - Get Bucket
192
- * [update_bucket_v1_buckets_bucket_identifier_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#update_bucket_v1_buckets_bucket_identifier_put) - Update Bucket
193
- * [delete_bucket_v1_buckets_bucket_identifier_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#delete_bucket_v1_buckets_bucket_identifier_delete) - Delete Bucket
194
- * [list_buckets_v1_buckets_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/buckets/README.md#list_buckets_v1_buckets_post) - List Buckets
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
- * [create_cluster_v1_clusters_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/clusters/README.md#create_cluster_v1_clusters_post) - Create Cluster
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
- * [invalidate_cache_v1_collections_cache_invalidate_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#invalidate_cache_v1_collections_cache_invalidate_post) - Invalidate Cache
203
- * [get_cache_stats_v1_collections_cache_stats_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#get_cache_stats_v1_collections_cache_stats_get) - Get Cache Stats
204
- * [cleanup_cache_v1_collections_cache_cleanup_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectioncache/README.md#cleanup_cache_v1_collections_cache_cleanup_post) - Cleanup Cache
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
- * [get_document_v1_collections_collection_identifier_documents_document_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#get_document_v1_collections_collection_identifier_documents_document_id_get) - Get Document
209
- * [update_document_v1_collections_collection_identifier_documents_document_id_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#update_document_v1_collections_collection_identifier_documents_document_id_put) - Update Document
210
- * [delete_document_v1_collections_collection_identifier_documents_document_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#delete_document_v1_collections_collection_identifier_documents_document_id_delete) - Delete Document
211
- * [list_documents_v1_collections_collection_identifier_documents_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#list_documents_v1_collections_collection_identifier_documents_get) - List Documents
212
- * [batch_update_documents_v1_collections_collection_identifier_documents_batch_put](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_update_documents_v1_collections_collection_identifier_documents_batch_put) - Batch Update Documents
213
- * [batch_delete_documents_v1_collections_collection_identifier_documents_batch_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collectiondocuments/README.md#batch_delete_documents_v1_collections_collection_identifier_documents_batch_delete) - Batch Delete Documents
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
- * [create_collection_v1_collections_create_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#create_collection_v1_collections_create_post) - Create Collection
218
- * [get_collection_v1_collections_collection_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/collections/README.md#get_collection_v1_collections_collection_id_get) - Get Collection
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
- * [list_feature_extractors_v1_features_extractors_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#list_feature_extractors_v1_features_extractors_get) - List Feature Extractors
223
- * [get_feature_extractor_v1_features_extractors_feature_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/features/README.md#get_feature_extractor_v1_features_extractors_feature_id_get) - Get Feature Extractor Details
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
- * [send_notification_v1_organizations_notifications_send_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationnotifications/README.md#send_notification_v1_organizations_notifications_send_post) - Send Notification
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
- * [get_usage_v1_organizations_usage_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/organizationsusage/README.md#get_usage_v1_organizations_usage_post) - Get Usage
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
- * [get_research_v1_research_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/research/README.md#get_research_v1_research_get) - Get Research
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
- * [create_interaction_v1_retrievers_interactions_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#create_interaction_v1_retrievers_interactions_post) - Create Interaction
260
- * [list_interactions_v1_retrievers_interactions_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#list_interactions_v1_retrievers_interactions_get) - List Interactions
261
- * [get_interaction_v1_retrievers_interactions_interaction_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#get_interaction_v1_retrievers_interactions_interaction_id_get) - Get Interaction
262
- * [delete_interaction_v1_retrievers_interactions_interaction_id_delete](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverinteractions/README.md#delete_interaction_v1_retrievers_interactions_interaction_id_delete) - Delete Interaction
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
- * [get_retriever_stages_v1_retrievers_stages_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrieverstages/README.md#get_retriever_stages_v1_retrievers_stages_get) - List Retriever Stages
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
- * [create_retriever_v1_retrievers_retrievers_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#create_retriever_v1_retrievers_retrievers_post) - Create Retriever
271
- * [get_retriever_v1_retrievers_retrievers_retriever_id_get](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#get_retriever_v1_retrievers_retrievers_retriever_id_get) - Get Retriever
272
- * [execute_retriever_v1_retrievers_retrievers_retriever_id_execute_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/retrievers/README.md#execute_retriever_v1_retrievers_retrievers_retriever_id_execute_post) - Execute Retriever
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
- * [create_taxonomy_v1_taxonomies_post](https://github.com/mixpeek/python-sdk/blob/master/docs/sdks/taxonomies/README.md#create_taxonomy_v1_taxonomies_post) - Create Taxonomy
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
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mixpeek"
3
- version = "0.21.1"
3
+ version = "0.21.7"
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.21.1"
6
+ __version__: str = "0.21.7"
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.1 2.585.2 0.81 mixpeek"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.21.7 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 create_object_v1_buckets_bucket_identifier_objects_create_post(
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 create_object_v1_buckets_bucket_identifier_objects_create_post_async(
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 get_object_v1_buckets_bucket_identifier_objects_object_identifier_get(
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 get_object_v1_buckets_bucket_identifier_objects_object_identifier_get_async(
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 update_object_v1_buckets_bucket_identifier_objects_object_identifier_put(
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 update_object_v1_buckets_bucket_identifier_objects_object_identifier_put_async(
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 delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete(
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 delete_object_v1_buckets_bucket_identifier_objects_object_identifier_delete_async(
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 list_objects_v1_buckets_bucket_identifier_objects_post(
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 list_objects_v1_buckets_bucket_identifier_objects_post_async(
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 create_bucket_v1_buckets_create_post(
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 create_bucket_v1_buckets_create_post_async(
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 get_bucket_v1_buckets_bucket_identifier_get(
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 get_bucket_v1_buckets_bucket_identifier_get_async(
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 update_bucket_v1_buckets_bucket_identifier_put(
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 update_bucket_v1_buckets_bucket_identifier_put_async(
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 delete_bucket_v1_buckets_bucket_identifier_delete(
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 delete_bucket_v1_buckets_bucket_identifier_delete_async(
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 list_buckets_v1_buckets_post(
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 list_buckets_v1_buckets_post_async(
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 create_cluster_v1_clusters_post(
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 create_cluster_v1_clusters_post_async(
160
+ async def create_async(
161
161
  self,
162
162
  *,
163
163
  collection_id: str,
@@ -9,7 +9,7 @@ from typing import Any, Dict, List, Mapping, Optional
9
9
 
10
10
 
11
11
  class CollectionCache(BaseSDK):
12
- def invalidate_cache_v1_collections_cache_invalidate_post(
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 invalidate_cache_v1_collections_cache_invalidate_post_async(
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 get_cache_stats_v1_collections_cache_stats_get(
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 get_cache_stats_v1_collections_cache_stats_get_async(
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 cleanup_cache_v1_collections_cache_cleanup_post(
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 cleanup_cache_v1_collections_cache_cleanup_post_async(
692
+ async def cleanup_async(
693
693
  self,
694
694
  *,
695
695
  internal_id: str,