11lockVersion: 2.0.0
22id: 82df1e5d-b6ea-4e02-ac0f-abaa4eefdb64
33management:
4-   docChecksum: 762a34453434abaa090e1ca5c2b7c7e3 
4+   docChecksum: 4d01c56f1b1993640e51c4e935bf334c 
55  docVersion: "0.81"
66  speakeasyVersion: 1.535.1
77  generationVersion: 2.585.2
8-   releaseVersion: 0.21.1 
9-   configChecksum: 640184ea10077e36d8c042f8e699c987 
8+   releaseVersion: 0.21.6 
9+   configChecksum: e34e723da4e364768837712b982a48b6 
1010  repoURL: https://github.com/mixpeek/python-sdk.git
1111  installationURL: https://github.com/mixpeek/python-sdk.git
1212  published: true
@@ -281,11 +281,11 @@ generatedFiles:
281281  - src/mixpeek/_hooks/types.py
282282  - src/mixpeek/_version.py
283283  - src/mixpeek/basesdk.py
284-   - src/mixpeek/bucket_objects .py
284+   - src/mixpeek/bucketobjects .py
285285  - src/mixpeek/buckets.py
286286  - src/mixpeek/clusters.py
287-   - src/mixpeek/collection_cache .py
288-   - src/mixpeek/collection_documents .py
287+   - src/mixpeek/collectioncache .py
288+   - src/mixpeek/collectiondocuments .py
289289  - src/mixpeek/collections.py
290290  - src/mixpeek/features.py
291291  - src/mixpeek/health.py
@@ -457,14 +457,14 @@ generatedFiles:
457457  - src/mixpeek/models/vectorindexdefinition.py
458458  - src/mixpeek/models/vectortype.py
459459  - src/mixpeek/namespaces.py
460-   - src/mixpeek/organization_notifications .py
460+   - src/mixpeek/organizationnotifications .py
461461  - src/mixpeek/organizations.py
462-   - src/mixpeek/organizations_usage .py
462+   - src/mixpeek/organizationsusage .py
463463  - src/mixpeek/py.typed
464464  - src/mixpeek/research.py
465-   - src/mixpeek/retriever_interactions.py
466-   - src/mixpeek/retriever_stages.py
465+   - src/mixpeek/retrieverinteractions.py
467466  - src/mixpeek/retrievers.py
467+   - src/mixpeek/retrieverstages.py
468468  - src/mixpeek/sdk.py
469469  - src/mixpeek/sdkconfiguration.py
470470  - src/mixpeek/tasks.py
@@ -763,7 +763,7 @@ examples:
763763          bucket_identifier: "<value>"
764764        header: {}
765765      requestBody:
766-         application/json: {"key_prefix": "/contract-2024", "blobs": [{"property": "content", "key_prefix": "/content.pdf", "type": "string ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}}], "skip_duplicates": false}
766+         application/json: {"key_prefix": "/contract-2024", "blobs": [{"property": "content", "key_prefix": "/content.pdf", "type": "text ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}}], "skip_duplicates": false}
767767      responses:
768768        "200":
769769          application/json: {"task_id": "<id>"}
@@ -782,7 +782,7 @@ examples:
782782        header: {}
783783      responses:
784784        "200":
785-           application/json: {"object_id": "obj_a1b2c3d4e5f6", "bucket_id": "bkt_12345678", "task_id": "task_87654321", "key": "/documents/contract-2024", "blobs": [{"property": "content", "type": "pdf ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}, "details": {"filename": "agreement.pdf", "size_bytes": 1245678, "mime_type": "application/pdf", "hash": "sha256:a1b2c3d4e5f6...", "s3_object_key": "tenant123/object456/content.pdf"}, "status": "CANCELLED "}], "status": "UPLOADING ", "metadata": {}, "created_by": "user_12345", "created_at": "2024-06-01T10:30:00Z", "updated_at": "2024-06-01T10:35:12Z"}
785+           application/json: {"object_id": "obj_a1b2c3d4e5f6", "bucket_id": "bkt_12345678", "task_id": "task_87654321", "key": "/documents/contract-2024", "blobs": [{"property": "content", "type": "document ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}, "details": {"filename": "agreement.pdf", "size_bytes": 1245678, "mime_type": "application/pdf", "hash": "sha256:a1b2c3d4e5f6...", "s3_object_key": "tenant123/object456/content.pdf"}, "status": "INITIALIZING "}], "status": "DOWNLOADING ", "metadata": {}, "created_by": "user_12345", "created_at": "2024-06-01T10:30:00Z", "updated_at": "2024-06-01T10:35:12Z"}
786786        "400":
787787          application/json: {"success": false, "status": 388769, "error": {"message": "<value>", "type": "<value>"}}
788788        "422":
@@ -797,7 +797,7 @@ examples:
797797          object_identifier: "<value>"
798798        header: {}
799799      requestBody:
800-         application/json: {"key_prefix": "/updated-documents", "blobs": [{"property": "content", "key_prefix": "/contract-2024-revised", "type": "integer ", "data": {"num_pages": 6, "title": "Revised Service Agreement 2024"}}]}
800+         application/json: {"key_prefix": "/updated-documents", "blobs": [{"property": "content", "key_prefix": "/contract-2024-revised", "type": "dense_vector ", "data": {"num_pages": 6, "title": "Revised Service Agreement 2024"}}]}
801801      responses:
802802        "200":
803803          application/json: {"task_id": "<id>"}
@@ -834,7 +834,7 @@ examples:
834834        application/json: {"filters": {"AND": [{"field": "name", "operator": "eq", "value": "John"}, {"field": "age", "operator": "gte", "value": 30}], "OR": [{"field": "status", "operator": "eq", "value": "active"}, {"field": "role", "operator": "eq", "value": "admin"}], "NOT": [{"field": "department", "operator": "eq", "value": "HR"}, {"field": "location", "operator": "eq", "value": "remote"}], "case_sensitive": true}, "sort": {"field": "created_at"}}
835835      responses:
836836        "200":
837-           application/json: {"results": [{"object_id": "obj_a1b2c3d4e5f6", "bucket_id": "bkt_12345678", "task_id": "task_87654321", "key": "/documents/contract-2024", "blobs": [{"property": "content", "type": "video ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}, "details": {"filename": "agreement.pdf", "size_bytes": 1245678, "mime_type": "application/pdf", "hash": "sha256:a1b2c3d4e5f6...", "s3_object_key": "tenant123/object456/content.pdf"}, "status": "SKIPPED "}], "status": "CONVERTING ", "metadata": {}, "created_by": "user_12345", "created_at": "2024-06-01T10:30:00Z", "updated_at": "2024-06-01T10:35:12Z"}], "pagination": {"total": 526674, "page": 98033, "page_size": 715438, "total_pages": 273639, "next_page": "<value>", "previous_page": "<value>"}}
837+           application/json: {"results": [{"object_id": "obj_a1b2c3d4e5f6", "bucket_id": "bkt_12345678", "task_id": "task_87654321", "key": "/documents/contract-2024", "blobs": [{"property": "content", "type": "spreadsheet ", "data": {"num_pages": 5, "title": "Service Agreement 2024"}, "details": {"filename": "agreement.pdf", "size_bytes": 1245678, "mime_type": "application/pdf", "hash": "sha256:a1b2c3d4e5f6...", "s3_object_key": "tenant123/object456/content.pdf"}, "status": "INITIALIZING "}], "status": "UPLOADING ", "metadata": {}, "created_by": "user_12345", "created_at": "2024-06-01T10:30:00Z", "updated_at": "2024-06-01T10:35:12Z"}], "pagination": {"total": 526674, "page": 98033, "page_size": 715438, "total_pages": 273639, "next_page": "<value>", "previous_page": "<value>"}}
838838        "400":
839839          application/json: {"success": false, "status": 204538, "error": {"message": "<value>", "type": "<value>"}}
840840        "422":
@@ -910,7 +910,7 @@ examples:
910910        header: {}
911911      responses:
912912        "200":
913-           application/json: {"key": 520381, "key1": 867699 }
913+           application/json: {"key": 386265 }
914914        "400":
915915          application/json: {"success": false, "status": 997395, "error": {"message": "<value>", "type": "<value>"}}
916916        "422":
0 commit comments