diff --git a/helm/hindsight/Chart.yaml b/helm/hindsight/Chart.yaml index ab0708fb..aeebe230 100644 --- a/helm/hindsight/Chart.yaml +++ b/helm/hindsight/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: hindsight description: Hindsight helm chart type: application -version: 0.4.17 -appVersion: "0.4.17" +version: 0.4.18 +appVersion: "0.4.18" keywords: - ai - memory diff --git a/hindsight-all-slim/pyproject.toml b/hindsight-all-slim/pyproject.toml index 432c62e5..a8044a8b 100644 --- a/hindsight-all-slim/pyproject.toml +++ b/hindsight-all-slim/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hindsight-all-slim" -version = "0.4.17" +version = "0.4.18" description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-all/pyproject.toml b/hindsight-all/pyproject.toml index b6fbc173..1bd69d1c 100644 --- a/hindsight-all/pyproject.toml +++ b/hindsight-all/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-all" -version = "0.4.17" +version = "0.4.18" description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-api-slim/hindsight_api/__init__.py b/hindsight-api-slim/hindsight_api/__init__.py index fb053fb8..b34f605d 100644 --- a/hindsight-api-slim/hindsight_api/__init__.py +++ b/hindsight-api-slim/hindsight_api/__init__.py @@ -46,4 +46,4 @@ __all__ = [ "RemoteTEICrossEncoder", "LLMConfig", ] -__version__ = "0.4.17" +__version__ = "0.4.18" diff --git a/hindsight-api-slim/pyproject.toml b/hindsight-api-slim/pyproject.toml index aa651ed3..8a6f3e08 100644 --- a/hindsight-api-slim/pyproject.toml +++ b/hindsight-api-slim/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-api-slim" -version = "0.4.17" +version = "0.4.18" description = "Hindsight: Agent Memory That Works Like Human Memory" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-api/pyproject.toml b/hindsight-api/pyproject.toml index ecb5946a..12f2f8f0 100644 --- a/hindsight-api/pyproject.toml +++ b/hindsight-api/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "hindsight-api" -version = "0.4.17" +version = "0.4.18" description = "Hindsight: Agent Memory That Works Like Human Memory" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-cli/Cargo.toml b/hindsight-cli/Cargo.toml index e8bbcf09..27af3195 100644 --- a/hindsight-cli/Cargo.toml +++ b/hindsight-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hindsight-cli" -version = "0.4.17" +version = "0.4.18" edition = "2021" authors = ["Hindsight Team"] description = "A beautiful CLI for Hindsight - semantic memory system" diff --git a/hindsight-clients/go/api/openapi.yaml b/hindsight-clients/go/api/openapi.yaml index 25a8130b..b559bf3f 100644 --- a/hindsight-clients/go/api/openapi.yaml +++ b/hindsight-clients/go/api/openapi.yaml @@ -7,7 +7,7 @@ info: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html title: Hindsight HTTP API - version: 0.4.17 + version: 0.4.18 servers: - url: / paths: diff --git a/hindsight-clients/go/api_banks.go b/hindsight-clients/go/api_banks.go index 3ca1db41..83a1ad4a 100644 --- a/hindsight-clients/go/api_banks.go +++ b/hindsight-clients/go/api_banks.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_directives.go b/hindsight-clients/go/api_directives.go index 3ed61a3d..d7ff0559 100644 --- a/hindsight-clients/go/api_directives.go +++ b/hindsight-clients/go/api_directives.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_documents.go b/hindsight-clients/go/api_documents.go index 168c1b94..d7a23628 100644 --- a/hindsight-clients/go/api_documents.go +++ b/hindsight-clients/go/api_documents.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_entities.go b/hindsight-clients/go/api_entities.go index 3ea9131a..472e9a70 100644 --- a/hindsight-clients/go/api_entities.go +++ b/hindsight-clients/go/api_entities.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_files.go b/hindsight-clients/go/api_files.go index 959ab82b..e338b394 100644 --- a/hindsight-clients/go/api_files.go +++ b/hindsight-clients/go/api_files.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_memory.go b/hindsight-clients/go/api_memory.go index b557a3f9..46553da6 100644 --- a/hindsight-clients/go/api_memory.go +++ b/hindsight-clients/go/api_memory.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_mental_models.go b/hindsight-clients/go/api_mental_models.go index 32d11a08..c61904fe 100644 --- a/hindsight-clients/go/api_mental_models.go +++ b/hindsight-clients/go/api_mental_models.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_monitoring.go b/hindsight-clients/go/api_monitoring.go index e29d4ad9..d803be67 100644 --- a/hindsight-clients/go/api_monitoring.go +++ b/hindsight-clients/go/api_monitoring.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_operations.go b/hindsight-clients/go/api_operations.go index 3b4f2669..089c07a0 100644 --- a/hindsight-clients/go/api_operations.go +++ b/hindsight-clients/go/api_operations.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/api_webhooks.go b/hindsight-clients/go/api_webhooks.go index 0b328891..28d22429 100644 --- a/hindsight-clients/go/api_webhooks.go +++ b/hindsight-clients/go/api_webhooks.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/client.go b/hindsight-clients/go/client.go index 5d247028..e65583d7 100644 --- a/hindsight-clients/go/client.go +++ b/hindsight-clients/go/client.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. @@ -41,7 +41,7 @@ var ( queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) ) -// APIClient manages communication with the Hindsight HTTP API API v0.4.17 +// APIClient manages communication with the Hindsight HTTP API API v0.4.18 // In most cases there should be only one, shared, APIClient. type APIClient struct { cfg *Configuration diff --git a/hindsight-clients/go/configuration.go b/hindsight-clients/go/configuration.go index a0c3e3cc..cef4f7b8 100644 --- a/hindsight-clients/go/configuration.go +++ b/hindsight-clients/go/configuration.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_add_background_request.go b/hindsight-clients/go/model_add_background_request.go index 754a488f..1ff484da 100644 --- a/hindsight-clients/go/model_add_background_request.go +++ b/hindsight-clients/go/model_add_background_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_async_operation_submit_response.go b/hindsight-clients/go/model_async_operation_submit_response.go index 963a1bca..2d7f7b8e 100644 --- a/hindsight-clients/go/model_async_operation_submit_response.go +++ b/hindsight-clients/go/model_async_operation_submit_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_background_response.go b/hindsight-clients/go/model_background_response.go index 04b9627a..82d73dcc 100644 --- a/hindsight-clients/go/model_background_response.go +++ b/hindsight-clients/go/model_background_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_config_response.go b/hindsight-clients/go/model_bank_config_response.go index 06b518db..527b57f8 100644 --- a/hindsight-clients/go/model_bank_config_response.go +++ b/hindsight-clients/go/model_bank_config_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_config_update.go b/hindsight-clients/go/model_bank_config_update.go index a0e31d7a..c5428c4c 100644 --- a/hindsight-clients/go/model_bank_config_update.go +++ b/hindsight-clients/go/model_bank_config_update.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_list_item.go b/hindsight-clients/go/model_bank_list_item.go index b83f9566..3f9b5bf5 100644 --- a/hindsight-clients/go/model_bank_list_item.go +++ b/hindsight-clients/go/model_bank_list_item.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_list_response.go b/hindsight-clients/go/model_bank_list_response.go index 18370c88..a8b44f5c 100644 --- a/hindsight-clients/go/model_bank_list_response.go +++ b/hindsight-clients/go/model_bank_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_profile_response.go b/hindsight-clients/go/model_bank_profile_response.go index 8121cbda..57f9f804 100644 --- a/hindsight-clients/go/model_bank_profile_response.go +++ b/hindsight-clients/go/model_bank_profile_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_bank_stats_response.go b/hindsight-clients/go/model_bank_stats_response.go index ffdad694..0fc70ff7 100644 --- a/hindsight-clients/go/model_bank_stats_response.go +++ b/hindsight-clients/go/model_bank_stats_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_budget.go b/hindsight-clients/go/model_budget.go index c2311189..4177530e 100644 --- a/hindsight-clients/go/model_budget.go +++ b/hindsight-clients/go/model_budget.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_cancel_operation_response.go b/hindsight-clients/go/model_cancel_operation_response.go index 2f1b6c27..d60022da 100644 --- a/hindsight-clients/go/model_cancel_operation_response.go +++ b/hindsight-clients/go/model_cancel_operation_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_child_operation_status.go b/hindsight-clients/go/model_child_operation_status.go index a8ba229e..cdcf7e3c 100644 --- a/hindsight-clients/go/model_child_operation_status.go +++ b/hindsight-clients/go/model_child_operation_status.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_chunk_data.go b/hindsight-clients/go/model_chunk_data.go index 11c12b10..c9e3ea02 100644 --- a/hindsight-clients/go/model_chunk_data.go +++ b/hindsight-clients/go/model_chunk_data.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_chunk_include_options.go b/hindsight-clients/go/model_chunk_include_options.go index 62b98a1c..c1edeabf 100644 --- a/hindsight-clients/go/model_chunk_include_options.go +++ b/hindsight-clients/go/model_chunk_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_chunk_response.go b/hindsight-clients/go/model_chunk_response.go index 62de7bec..cc28e07a 100644 --- a/hindsight-clients/go/model_chunk_response.go +++ b/hindsight-clients/go/model_chunk_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_clear_memory_observations_response.go b/hindsight-clients/go/model_clear_memory_observations_response.go index 75bb8322..5b9177c4 100644 --- a/hindsight-clients/go/model_clear_memory_observations_response.go +++ b/hindsight-clients/go/model_clear_memory_observations_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_consolidation_response.go b/hindsight-clients/go/model_consolidation_response.go index cbdf6cab..bc87e1c5 100644 --- a/hindsight-clients/go/model_consolidation_response.go +++ b/hindsight-clients/go/model_consolidation_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_create_bank_request.go b/hindsight-clients/go/model_create_bank_request.go index 10e60dd4..f4d330b5 100644 --- a/hindsight-clients/go/model_create_bank_request.go +++ b/hindsight-clients/go/model_create_bank_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_create_directive_request.go b/hindsight-clients/go/model_create_directive_request.go index ab77bad3..0b8d72d6 100644 --- a/hindsight-clients/go/model_create_directive_request.go +++ b/hindsight-clients/go/model_create_directive_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_create_mental_model_request.go b/hindsight-clients/go/model_create_mental_model_request.go index 57775f3c..65c5eca5 100644 --- a/hindsight-clients/go/model_create_mental_model_request.go +++ b/hindsight-clients/go/model_create_mental_model_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_create_mental_model_response.go b/hindsight-clients/go/model_create_mental_model_response.go index 5ac5b12e..03a900ea 100644 --- a/hindsight-clients/go/model_create_mental_model_response.go +++ b/hindsight-clients/go/model_create_mental_model_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_create_webhook_request.go b/hindsight-clients/go/model_create_webhook_request.go index ee268cd3..12b2ec28 100644 --- a/hindsight-clients/go/model_create_webhook_request.go +++ b/hindsight-clients/go/model_create_webhook_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_delete_document_response.go b/hindsight-clients/go/model_delete_document_response.go index 3b8c5d5b..1b737d2c 100644 --- a/hindsight-clients/go/model_delete_document_response.go +++ b/hindsight-clients/go/model_delete_document_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_delete_response.go b/hindsight-clients/go/model_delete_response.go index ea19368b..ac61eafc 100644 --- a/hindsight-clients/go/model_delete_response.go +++ b/hindsight-clients/go/model_delete_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_directive_list_response.go b/hindsight-clients/go/model_directive_list_response.go index ad1eed2c..988bfd46 100644 --- a/hindsight-clients/go/model_directive_list_response.go +++ b/hindsight-clients/go/model_directive_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_directive_response.go b/hindsight-clients/go/model_directive_response.go index 16af99cf..3500264a 100644 --- a/hindsight-clients/go/model_directive_response.go +++ b/hindsight-clients/go/model_directive_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_disposition_traits.go b/hindsight-clients/go/model_disposition_traits.go index 888f1b22..2ebb4768 100644 --- a/hindsight-clients/go/model_disposition_traits.go +++ b/hindsight-clients/go/model_disposition_traits.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_document_response.go b/hindsight-clients/go/model_document_response.go index ffebfab3..dff99860 100644 --- a/hindsight-clients/go/model_document_response.go +++ b/hindsight-clients/go/model_document_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_detail_response.go b/hindsight-clients/go/model_entity_detail_response.go index 1a835319..d6e33dfa 100644 --- a/hindsight-clients/go/model_entity_detail_response.go +++ b/hindsight-clients/go/model_entity_detail_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_include_options.go b/hindsight-clients/go/model_entity_include_options.go index 6cabeafd..fe97b11e 100644 --- a/hindsight-clients/go/model_entity_include_options.go +++ b/hindsight-clients/go/model_entity_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_input.go b/hindsight-clients/go/model_entity_input.go index 2b6a9ca9..0ab589cd 100644 --- a/hindsight-clients/go/model_entity_input.go +++ b/hindsight-clients/go/model_entity_input.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_list_item.go b/hindsight-clients/go/model_entity_list_item.go index 95b6b724..46e6ba13 100644 --- a/hindsight-clients/go/model_entity_list_item.go +++ b/hindsight-clients/go/model_entity_list_item.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_list_response.go b/hindsight-clients/go/model_entity_list_response.go index 21656af3..12b7740d 100644 --- a/hindsight-clients/go/model_entity_list_response.go +++ b/hindsight-clients/go/model_entity_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_observation_response.go b/hindsight-clients/go/model_entity_observation_response.go index 0cf177e7..347ac6b1 100644 --- a/hindsight-clients/go/model_entity_observation_response.go +++ b/hindsight-clients/go/model_entity_observation_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_entity_state_response.go b/hindsight-clients/go/model_entity_state_response.go index 5b026128..1ef5bca3 100644 --- a/hindsight-clients/go/model_entity_state_response.go +++ b/hindsight-clients/go/model_entity_state_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_features_info.go b/hindsight-clients/go/model_features_info.go index 653ce671..4f2110f7 100644 --- a/hindsight-clients/go/model_features_info.go +++ b/hindsight-clients/go/model_features_info.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_file_retain_response.go b/hindsight-clients/go/model_file_retain_response.go index 7462bea4..e12a1eac 100644 --- a/hindsight-clients/go/model_file_retain_response.go +++ b/hindsight-clients/go/model_file_retain_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_graph_data_response.go b/hindsight-clients/go/model_graph_data_response.go index 152e14f7..1bc2186e 100644 --- a/hindsight-clients/go/model_graph_data_response.go +++ b/hindsight-clients/go/model_graph_data_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_http_validation_error.go b/hindsight-clients/go/model_http_validation_error.go index b675f30c..02286572 100644 --- a/hindsight-clients/go/model_http_validation_error.go +++ b/hindsight-clients/go/model_http_validation_error.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_include_options.go b/hindsight-clients/go/model_include_options.go index 6f0a8cbc..83d186b7 100644 --- a/hindsight-clients/go/model_include_options.go +++ b/hindsight-clients/go/model_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_list_documents_response.go b/hindsight-clients/go/model_list_documents_response.go index d1d04e4b..60042e1d 100644 --- a/hindsight-clients/go/model_list_documents_response.go +++ b/hindsight-clients/go/model_list_documents_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_list_memory_units_response.go b/hindsight-clients/go/model_list_memory_units_response.go index 31cbfad2..65cd80b1 100644 --- a/hindsight-clients/go/model_list_memory_units_response.go +++ b/hindsight-clients/go/model_list_memory_units_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_list_tags_response.go b/hindsight-clients/go/model_list_tags_response.go index e7bdadd6..aa1073f0 100644 --- a/hindsight-clients/go/model_list_tags_response.go +++ b/hindsight-clients/go/model_list_tags_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_memory_item.go b/hindsight-clients/go/model_memory_item.go index e7e31173..327c166f 100644 --- a/hindsight-clients/go/model_memory_item.go +++ b/hindsight-clients/go/model_memory_item.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_mental_model_list_response.go b/hindsight-clients/go/model_mental_model_list_response.go index 098f6d4f..8bf6c8f2 100644 --- a/hindsight-clients/go/model_mental_model_list_response.go +++ b/hindsight-clients/go/model_mental_model_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_mental_model_response.go b/hindsight-clients/go/model_mental_model_response.go index 062d68ea..164594b5 100644 --- a/hindsight-clients/go/model_mental_model_response.go +++ b/hindsight-clients/go/model_mental_model_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_mental_model_trigger.go b/hindsight-clients/go/model_mental_model_trigger.go index bfa8f9ed..911528c7 100644 --- a/hindsight-clients/go/model_mental_model_trigger.go +++ b/hindsight-clients/go/model_mental_model_trigger.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_not.go b/hindsight-clients/go/model_not.go index d669a52f..e4929ad6 100644 --- a/hindsight-clients/go/model_not.go +++ b/hindsight-clients/go/model_not.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_observation_scopes.go b/hindsight-clients/go/model_observation_scopes.go index 023173aa..7f2ad170 100644 --- a/hindsight-clients/go/model_observation_scopes.go +++ b/hindsight-clients/go/model_observation_scopes.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_operation_response.go b/hindsight-clients/go/model_operation_response.go index 452cd6d4..8269b0f9 100644 --- a/hindsight-clients/go/model_operation_response.go +++ b/hindsight-clients/go/model_operation_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_operation_status_response.go b/hindsight-clients/go/model_operation_status_response.go index eb063e38..2b7d8c79 100644 --- a/hindsight-clients/go/model_operation_status_response.go +++ b/hindsight-clients/go/model_operation_status_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_operations_list_response.go b/hindsight-clients/go/model_operations_list_response.go index 8bf928eb..88c68a98 100644 --- a/hindsight-clients/go/model_operations_list_response.go +++ b/hindsight-clients/go/model_operations_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_recall_request.go b/hindsight-clients/go/model_recall_request.go index 1d395c83..b82a6b1f 100644 --- a/hindsight-clients/go/model_recall_request.go +++ b/hindsight-clients/go/model_recall_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_recall_request_tag_groups_inner.go b/hindsight-clients/go/model_recall_request_tag_groups_inner.go index 94cea628..90f56f6f 100644 --- a/hindsight-clients/go/model_recall_request_tag_groups_inner.go +++ b/hindsight-clients/go/model_recall_request_tag_groups_inner.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_recall_response.go b/hindsight-clients/go/model_recall_response.go index f5740c9e..7c3434a7 100644 --- a/hindsight-clients/go/model_recall_response.go +++ b/hindsight-clients/go/model_recall_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_recall_result.go b/hindsight-clients/go/model_recall_result.go index 230ff665..9a2f031d 100644 --- a/hindsight-clients/go/model_recall_result.go +++ b/hindsight-clients/go/model_recall_result.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_based_on.go b/hindsight-clients/go/model_reflect_based_on.go index f72917dd..d161c0d1 100644 --- a/hindsight-clients/go/model_reflect_based_on.go +++ b/hindsight-clients/go/model_reflect_based_on.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_directive.go b/hindsight-clients/go/model_reflect_directive.go index 00471f73..6e058545 100644 --- a/hindsight-clients/go/model_reflect_directive.go +++ b/hindsight-clients/go/model_reflect_directive.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_fact.go b/hindsight-clients/go/model_reflect_fact.go index 55bdd7dc..e3341771 100644 --- a/hindsight-clients/go/model_reflect_fact.go +++ b/hindsight-clients/go/model_reflect_fact.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_include_options.go b/hindsight-clients/go/model_reflect_include_options.go index 0da21886..de5f0f0f 100644 --- a/hindsight-clients/go/model_reflect_include_options.go +++ b/hindsight-clients/go/model_reflect_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_llm_call.go b/hindsight-clients/go/model_reflect_llm_call.go index 8bd7fa4a..d68bd230 100644 --- a/hindsight-clients/go/model_reflect_llm_call.go +++ b/hindsight-clients/go/model_reflect_llm_call.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_mental_model.go b/hindsight-clients/go/model_reflect_mental_model.go index 8190bab3..e6925d1f 100644 --- a/hindsight-clients/go/model_reflect_mental_model.go +++ b/hindsight-clients/go/model_reflect_mental_model.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_request.go b/hindsight-clients/go/model_reflect_request.go index 1a0f5109..222a843d 100644 --- a/hindsight-clients/go/model_reflect_request.go +++ b/hindsight-clients/go/model_reflect_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_response.go b/hindsight-clients/go/model_reflect_response.go index dbaf7155..82e5a418 100644 --- a/hindsight-clients/go/model_reflect_response.go +++ b/hindsight-clients/go/model_reflect_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_tool_call.go b/hindsight-clients/go/model_reflect_tool_call.go index 4f904e22..9716f285 100644 --- a/hindsight-clients/go/model_reflect_tool_call.go +++ b/hindsight-clients/go/model_reflect_tool_call.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_reflect_trace.go b/hindsight-clients/go/model_reflect_trace.go index 9be48f10..714ba686 100644 --- a/hindsight-clients/go/model_reflect_trace.go +++ b/hindsight-clients/go/model_reflect_trace.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_retain_request.go b/hindsight-clients/go/model_retain_request.go index aada2cc8..c8a911de 100644 --- a/hindsight-clients/go/model_retain_request.go +++ b/hindsight-clients/go/model_retain_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_retain_response.go b/hindsight-clients/go/model_retain_response.go index 6fc9fec1..88ede0dc 100644 --- a/hindsight-clients/go/model_retain_response.go +++ b/hindsight-clients/go/model_retain_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_retry_operation_response.go b/hindsight-clients/go/model_retry_operation_response.go index bc3d4605..a67676fb 100644 --- a/hindsight-clients/go/model_retry_operation_response.go +++ b/hindsight-clients/go/model_retry_operation_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_source_facts_include_options.go b/hindsight-clients/go/model_source_facts_include_options.go index 85a1aabb..371369bf 100644 --- a/hindsight-clients/go/model_source_facts_include_options.go +++ b/hindsight-clients/go/model_source_facts_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tag_group_and.go b/hindsight-clients/go/model_tag_group_and.go index c5c77646..790a02cc 100644 --- a/hindsight-clients/go/model_tag_group_and.go +++ b/hindsight-clients/go/model_tag_group_and.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tag_group_leaf.go b/hindsight-clients/go/model_tag_group_leaf.go index 9bfe5352..20fbe26c 100644 --- a/hindsight-clients/go/model_tag_group_leaf.go +++ b/hindsight-clients/go/model_tag_group_leaf.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tag_group_not.go b/hindsight-clients/go/model_tag_group_not.go index 22d7df4b..8058daab 100644 --- a/hindsight-clients/go/model_tag_group_not.go +++ b/hindsight-clients/go/model_tag_group_not.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tag_group_or.go b/hindsight-clients/go/model_tag_group_or.go index 8c6d3750..137b1520 100644 --- a/hindsight-clients/go/model_tag_group_or.go +++ b/hindsight-clients/go/model_tag_group_or.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tag_item.go b/hindsight-clients/go/model_tag_item.go index bc97a586..76a66630 100644 --- a/hindsight-clients/go/model_tag_item.go +++ b/hindsight-clients/go/model_tag_item.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_timestamp.go b/hindsight-clients/go/model_timestamp.go index 9742a804..2bb2a041 100644 --- a/hindsight-clients/go/model_timestamp.go +++ b/hindsight-clients/go/model_timestamp.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_token_usage.go b/hindsight-clients/go/model_token_usage.go index 1d0d424e..4438f0c6 100644 --- a/hindsight-clients/go/model_token_usage.go +++ b/hindsight-clients/go/model_token_usage.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_tool_calls_include_options.go b/hindsight-clients/go/model_tool_calls_include_options.go index 9cb1015a..eefb4bc9 100644 --- a/hindsight-clients/go/model_tool_calls_include_options.go +++ b/hindsight-clients/go/model_tool_calls_include_options.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_directive_request.go b/hindsight-clients/go/model_update_directive_request.go index bd2b6d4c..a08f901e 100644 --- a/hindsight-clients/go/model_update_directive_request.go +++ b/hindsight-clients/go/model_update_directive_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_disposition_request.go b/hindsight-clients/go/model_update_disposition_request.go index 7d3eff00..28b2531b 100644 --- a/hindsight-clients/go/model_update_disposition_request.go +++ b/hindsight-clients/go/model_update_disposition_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_document_request.go b/hindsight-clients/go/model_update_document_request.go index cddd1dae..ba231f3b 100644 --- a/hindsight-clients/go/model_update_document_request.go +++ b/hindsight-clients/go/model_update_document_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_document_response.go b/hindsight-clients/go/model_update_document_response.go index 90491de7..b9d9c487 100644 --- a/hindsight-clients/go/model_update_document_response.go +++ b/hindsight-clients/go/model_update_document_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_mental_model_request.go b/hindsight-clients/go/model_update_mental_model_request.go index c3e3a58b..728b691b 100644 --- a/hindsight-clients/go/model_update_mental_model_request.go +++ b/hindsight-clients/go/model_update_mental_model_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_update_webhook_request.go b/hindsight-clients/go/model_update_webhook_request.go index 5c51bff9..7d11d4e4 100644 --- a/hindsight-clients/go/model_update_webhook_request.go +++ b/hindsight-clients/go/model_update_webhook_request.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_validation_error.go b/hindsight-clients/go/model_validation_error.go index 7c0d0333..700581f2 100644 --- a/hindsight-clients/go/model_validation_error.go +++ b/hindsight-clients/go/model_validation_error.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_validation_error_loc_inner.go b/hindsight-clients/go/model_validation_error_loc_inner.go index cb916bef..377629f1 100644 --- a/hindsight-clients/go/model_validation_error_loc_inner.go +++ b/hindsight-clients/go/model_validation_error_loc_inner.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_version_response.go b/hindsight-clients/go/model_version_response.go index 0a8b293e..bdf4eb6b 100644 --- a/hindsight-clients/go/model_version_response.go +++ b/hindsight-clients/go/model_version_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_webhook_delivery_list_response.go b/hindsight-clients/go/model_webhook_delivery_list_response.go index 2eb127c7..a353d3f8 100644 --- a/hindsight-clients/go/model_webhook_delivery_list_response.go +++ b/hindsight-clients/go/model_webhook_delivery_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_webhook_delivery_response.go b/hindsight-clients/go/model_webhook_delivery_response.go index c716ba61..565dc910 100644 --- a/hindsight-clients/go/model_webhook_delivery_response.go +++ b/hindsight-clients/go/model_webhook_delivery_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_webhook_http_config.go b/hindsight-clients/go/model_webhook_http_config.go index 93a40171..84f35fb6 100644 --- a/hindsight-clients/go/model_webhook_http_config.go +++ b/hindsight-clients/go/model_webhook_http_config.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_webhook_list_response.go b/hindsight-clients/go/model_webhook_list_response.go index a5f65730..bd51d005 100644 --- a/hindsight-clients/go/model_webhook_list_response.go +++ b/hindsight-clients/go/model_webhook_list_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/model_webhook_response.go b/hindsight-clients/go/model_webhook_response.go index a5ab104d..fe363452 100644 --- a/hindsight-clients/go/model_webhook_response.go +++ b/hindsight-clients/go/model_webhook_response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/response.go b/hindsight-clients/go/response.go index 00fc533a..20df8e23 100644 --- a/hindsight-clients/go/response.go +++ b/hindsight-clients/go/response.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/go/utils.go b/hindsight-clients/go/utils.go index 0d31f00e..1c833aac 100644 --- a/hindsight-clients/go/utils.go +++ b/hindsight-clients/go/utils.go @@ -3,7 +3,7 @@ Hindsight HTTP API HTTP API for Hindsight -API version: 0.4.17 +API version: 0.4.18 */ // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. diff --git a/hindsight-clients/python/hindsight_client_api/__init__.py b/hindsight-clients/python/hindsight_client_api/__init__.py index 9e36dd3a..42fb42cd 100644 --- a/hindsight-clients/python/hindsight_client_api/__init__.py +++ b/hindsight-clients/python/hindsight_client_api/__init__.py @@ -7,7 +7,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/banks_api.py b/hindsight-clients/python/hindsight_client_api/api/banks_api.py index 5031fa88..10271033 100644 --- a/hindsight-clients/python/hindsight_client_api/api/banks_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/banks_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/directives_api.py b/hindsight-clients/python/hindsight_client_api/api/directives_api.py index 3182a7ef..f018fb21 100644 --- a/hindsight-clients/python/hindsight_client_api/api/directives_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/directives_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/documents_api.py b/hindsight-clients/python/hindsight_client_api/api/documents_api.py index 0a7e8281..c9b823d5 100644 --- a/hindsight-clients/python/hindsight_client_api/api/documents_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/documents_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/entities_api.py b/hindsight-clients/python/hindsight_client_api/api/entities_api.py index 5c61b768..215fe75e 100644 --- a/hindsight-clients/python/hindsight_client_api/api/entities_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/entities_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/files_api.py b/hindsight-clients/python/hindsight_client_api/api/files_api.py index 4b9fcf35..e884ef05 100644 --- a/hindsight-clients/python/hindsight_client_api/api/files_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/files_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/memory_api.py b/hindsight-clients/python/hindsight_client_api/api/memory_api.py index 7c0c8816..f361b1ce 100644 --- a/hindsight-clients/python/hindsight_client_api/api/memory_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/memory_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py b/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py index ac06f7f3..3427a231 100644 --- a/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/mental_models_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py b/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py index 0cba7e2b..f029b5e4 100644 --- a/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/monitoring_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/operations_api.py b/hindsight-clients/python/hindsight_client_api/api/operations_api.py index 84ae460b..1ee876b3 100644 --- a/hindsight-clients/python/hindsight_client_api/api/operations_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/operations_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py b/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py index 20080530..310caf74 100644 --- a/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py +++ b/hindsight-clients/python/hindsight_client_api/api/webhooks_api.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/api_client.py b/hindsight-clients/python/hindsight_client_api/api_client.py index 69ef0a22..bcaae790 100644 --- a/hindsight-clients/python/hindsight_client_api/api_client.py +++ b/hindsight-clients/python/hindsight_client_api/api_client.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/configuration.py b/hindsight-clients/python/hindsight_client_api/configuration.py index 1ab04496..e6f79fc4 100644 --- a/hindsight-clients/python/hindsight_client_api/configuration.py +++ b/hindsight-clients/python/hindsight_client_api/configuration.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -489,7 +489,7 @@ class Configuration: return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 0.4.17\n"\ + "Version of the API: 0.4.18\n"\ "SDK Package Version: 0.0.7".\ format(env=sys.platform, pyversion=sys.version) diff --git a/hindsight-clients/python/hindsight_client_api/exceptions.py b/hindsight-clients/python/hindsight_client_api/exceptions.py index cbfd4b2f..356adc7b 100644 --- a/hindsight-clients/python/hindsight_client_api/exceptions.py +++ b/hindsight-clients/python/hindsight_client_api/exceptions.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/__init__.py b/hindsight-clients/python/hindsight_client_api/models/__init__.py index cb55cce5..3678ad40 100644 --- a/hindsight-clients/python/hindsight_client_api/models/__init__.py +++ b/hindsight-clients/python/hindsight_client_api/models/__init__.py @@ -6,7 +6,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/add_background_request.py b/hindsight-clients/python/hindsight_client_api/models/add_background_request.py index ca700ced..3ed56c0c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/add_background_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/add_background_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py b/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py index b223f069..6b61ed74 100644 --- a/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/async_operation_submit_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/background_response.py b/hindsight-clients/python/hindsight_client_api/models/background_response.py index 25a6f365..e88938c7 100644 --- a/hindsight-clients/python/hindsight_client_api/models/background_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/background_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py index 03e1c401..c90b313f 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_config_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py b/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py index feb40fc0..5e82d38b 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_config_update.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py b/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py index b2b3202d..cb713474 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_list_item.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py index ffff22fb..f92e2074 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py index 529e8469..5625a85e 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_profile_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py b/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py index f8371bfa..3fbc7b43 100644 --- a/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/bank_stats_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/budget.py b/hindsight-clients/python/hindsight_client_api/models/budget.py index a452f4ae..e70b515d 100644 --- a/hindsight-clients/python/hindsight_client_api/models/budget.py +++ b/hindsight-clients/python/hindsight_client_api/models/budget.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py b/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py index 992680df..8e8464cf 100644 --- a/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/cancel_operation_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py b/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py index f930ecd3..c9674168 100644 --- a/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py +++ b/hindsight-clients/python/hindsight_client_api/models/child_operation_status.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_data.py b/hindsight-clients/python/hindsight_client_api/models/chunk_data.py index a36afd8d..68dada84 100644 --- a/hindsight-clients/python/hindsight_client_api/models/chunk_data.py +++ b/hindsight-clients/python/hindsight_client_api/models/chunk_data.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py b/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py index 5d98aea9..8c2c6206 100644 --- a/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/chunk_include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/chunk_response.py b/hindsight-clients/python/hindsight_client_api/models/chunk_response.py index bd224dee..88fbb02c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/chunk_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/chunk_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py b/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py index 257cd175..213a3391 100644 --- a/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/clear_memory_observations_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py b/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py index d038fcfc..2de79b29 100644 --- a/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/consolidation_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py b/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py index 231a8ea6..02dd8e93 100644 --- a/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/create_bank_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py b/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py index a2b6f6a9..d04fd62f 100644 --- a/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/create_directive_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py index 87f6ddc8..7e7588e7 100644 --- a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py index 15fff0ff..7ad853b3 100644 --- a/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/create_mental_model_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py b/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py index 59ad1cdd..c23a8b4b 100644 --- a/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/create_webhook_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py b/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py index 9b16a618..92b9c86a 100644 --- a/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/delete_document_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/delete_response.py b/hindsight-clients/python/hindsight_client_api/models/delete_response.py index 4177e28d..cf512a62 100644 --- a/hindsight-clients/python/hindsight_client_api/models/delete_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/delete_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py b/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py index 853af46a..d655861e 100644 --- a/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/directive_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/directive_response.py b/hindsight-clients/python/hindsight_client_api/models/directive_response.py index 3b924b09..ae9fac1e 100644 --- a/hindsight-clients/python/hindsight_client_api/models/directive_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/directive_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py b/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py index c1e198dc..9ab0827e 100644 --- a/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py +++ b/hindsight-clients/python/hindsight_client_api/models/disposition_traits.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/document_response.py b/hindsight-clients/python/hindsight_client_api/models/document_response.py index 21464de3..525922b9 100644 --- a/hindsight-clients/python/hindsight_client_api/models/document_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/document_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py index a92558ce..286c30aa 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_detail_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py b/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py index b0274721..86281ca5 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_input.py b/hindsight-clients/python/hindsight_client_api/models/entity_input.py index 7930dc78..6356fdf1 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_input.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_input.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py b/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py index 5ce6f94e..1725a39c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_list_item.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py index 363a35a1..059fba75 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py index 7506ff67..249c50b2 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_observation_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py b/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py index b021c1ef..ce4d4f02 100644 --- a/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/entity_state_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/features_info.py b/hindsight-clients/python/hindsight_client_api/models/features_info.py index 92c0566d..6b32f2ea 100644 --- a/hindsight-clients/python/hindsight_client_api/models/features_info.py +++ b/hindsight-clients/python/hindsight_client_api/models/features_info.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py b/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py index 04b3080f..8b6e1fa6 100644 --- a/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/file_retain_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py b/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py index 88c5b490..51d9e462 100644 --- a/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/graph_data_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py b/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py index 9147fe24..275b65a7 100644 --- a/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py +++ b/hindsight-clients/python/hindsight_client_api/models/http_validation_error.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/include_options.py b/hindsight-clients/python/hindsight_client_api/models/include_options.py index 4f1c99f5..5a56e716 100644 --- a/hindsight-clients/python/hindsight_client_api/models/include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py b/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py index e1c73c04..e54832e8 100644 --- a/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/list_documents_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py b/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py index de823db0..4d254bb6 100644 --- a/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/list_memory_units_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py b/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py index 6ed61e37..6778c1a3 100644 --- a/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/list_tags_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/memory_item.py b/hindsight-clients/python/hindsight_client_api/models/memory_item.py index 669e3097..6eacbbfa 100644 --- a/hindsight-clients/python/hindsight_client_api/models/memory_item.py +++ b/hindsight-clients/python/hindsight_client_api/models/memory_item.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py index 06f6036b..be7d0a97 100644 --- a/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py index a1e3bd01..7b44ed02 100644 --- a/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py b/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py index 408e2a12..c4e5a940 100644 --- a/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py +++ b/hindsight-clients/python/hindsight_client_api/models/mental_model_trigger.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/model_not.py b/hindsight-clients/python/hindsight_client_api/models/model_not.py index b5ebeaf5..cf35d3e8 100644 --- a/hindsight-clients/python/hindsight_client_api/models/model_not.py +++ b/hindsight-clients/python/hindsight_client_api/models/model_not.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py b/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py index 1ae2a494..2b693753 100644 --- a/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py +++ b/hindsight-clients/python/hindsight_client_api/models/observation_scopes.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/operation_response.py b/hindsight-clients/python/hindsight_client_api/models/operation_response.py index 13c92f5e..5f32298a 100644 --- a/hindsight-clients/python/hindsight_client_api/models/operation_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/operation_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py b/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py index 948cba19..2570078c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/operation_status_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py b/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py index 7b7dd83f..80293086 100644 --- a/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/operations_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_request.py b/hindsight-clients/python/hindsight_client_api/models/recall_request.py index f7bb3942..fb35004c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/recall_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/recall_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_request_tag_groups_inner.py b/hindsight-clients/python/hindsight_client_api/models/recall_request_tag_groups_inner.py index dd2dcc7f..be44854a 100644 --- a/hindsight-clients/python/hindsight_client_api/models/recall_request_tag_groups_inner.py +++ b/hindsight-clients/python/hindsight_client_api/models/recall_request_tag_groups_inner.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_response.py b/hindsight-clients/python/hindsight_client_api/models/recall_response.py index c178cb51..86699ad0 100644 --- a/hindsight-clients/python/hindsight_client_api/models/recall_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/recall_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/recall_result.py b/hindsight-clients/python/hindsight_client_api/models/recall_result.py index 241179e0..0bcfa3ad 100644 --- a/hindsight-clients/python/hindsight_client_api/models/recall_result.py +++ b/hindsight-clients/python/hindsight_client_api/models/recall_result.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py b/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py index 286655bb..87216e15 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_based_on.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py b/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py index fb1956e9..38afe0f9 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_directive.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py b/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py index 99c6d181..a3133141 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_fact.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py b/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py index 6b47535d..633be821 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py b/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py index 6b3f0e40..045fabab 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_llm_call.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py b/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py index 0aaa8350..817ba642 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_mental_model.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_request.py b/hindsight-clients/python/hindsight_client_api/models/reflect_request.py index e96ed3c5..95558c95 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_response.py b/hindsight-clients/python/hindsight_client_api/models/reflect_response.py index cc24c4a9..be6396b4 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py b/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py index b767511a..2292cf4b 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_tool_call.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py b/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py index 6accae92..b1f1a194 100644 --- a/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py +++ b/hindsight-clients/python/hindsight_client_api/models/reflect_trace.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/retain_request.py b/hindsight-clients/python/hindsight_client_api/models/retain_request.py index 28ddc8a2..d35df847 100644 --- a/hindsight-clients/python/hindsight_client_api/models/retain_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/retain_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/retain_response.py b/hindsight-clients/python/hindsight_client_api/models/retain_response.py index c79a2edf..6bd86c14 100644 --- a/hindsight-clients/python/hindsight_client_api/models/retain_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/retain_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py b/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py index a4d60c5d..ca4a855b 100644 --- a/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/retry_operation_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py b/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py index dd09c2bd..78f137f3 100644 --- a/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/source_facts_include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_group_and.py b/hindsight-clients/python/hindsight_client_api/models/tag_group_and.py index fd27981b..03805a3c 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tag_group_and.py +++ b/hindsight-clients/python/hindsight_client_api/models/tag_group_and.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_group_leaf.py b/hindsight-clients/python/hindsight_client_api/models/tag_group_leaf.py index 9e8b0548..0b336878 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tag_group_leaf.py +++ b/hindsight-clients/python/hindsight_client_api/models/tag_group_leaf.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_group_not.py b/hindsight-clients/python/hindsight_client_api/models/tag_group_not.py index 03d06c88..dc2ba0f9 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tag_group_not.py +++ b/hindsight-clients/python/hindsight_client_api/models/tag_group_not.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_group_or.py b/hindsight-clients/python/hindsight_client_api/models/tag_group_or.py index a9c68fd7..7bb8719d 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tag_group_or.py +++ b/hindsight-clients/python/hindsight_client_api/models/tag_group_or.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tag_item.py b/hindsight-clients/python/hindsight_client_api/models/tag_item.py index 94ca4342..0f0dc77a 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tag_item.py +++ b/hindsight-clients/python/hindsight_client_api/models/tag_item.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/timestamp.py b/hindsight-clients/python/hindsight_client_api/models/timestamp.py index 851363bb..7ff271fe 100644 --- a/hindsight-clients/python/hindsight_client_api/models/timestamp.py +++ b/hindsight-clients/python/hindsight_client_api/models/timestamp.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/token_usage.py b/hindsight-clients/python/hindsight_client_api/models/token_usage.py index 9f633fcc..c35edebf 100644 --- a/hindsight-clients/python/hindsight_client_api/models/token_usage.py +++ b/hindsight-clients/python/hindsight_client_api/models/token_usage.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py b/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py index 3bd60f1a..b872caba 100644 --- a/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py +++ b/hindsight-clients/python/hindsight_client_api/models/tool_calls_include_options.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py b/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py index 489380a5..97e6b3a9 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_directive_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py b/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py index 8a3f6ae5..57326845 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_disposition_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_document_request.py b/hindsight-clients/python/hindsight_client_api/models/update_document_request.py index d12032b0..71150a01 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_document_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_document_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_document_response.py b/hindsight-clients/python/hindsight_client_api/models/update_document_response.py index fe9b1b45..d46aec12 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_document_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_document_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py b/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py index 5f27254e..591aa7b1 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_mental_model_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py b/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py index fcdaa317..ecb87ae2 100644 --- a/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py +++ b/hindsight-clients/python/hindsight_client_api/models/update_webhook_request.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/validation_error.py b/hindsight-clients/python/hindsight_client_api/models/validation_error.py index 958b392a..cba92e38 100644 --- a/hindsight-clients/python/hindsight_client_api/models/validation_error.py +++ b/hindsight-clients/python/hindsight_client_api/models/validation_error.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py b/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py index d551b83c..f752e7a4 100644 --- a/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py +++ b/hindsight-clients/python/hindsight_client_api/models/validation_error_loc_inner.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/version_response.py b/hindsight-clients/python/hindsight_client_api/models/version_response.py index 887c2bfa..f9f88efc 100644 --- a/hindsight-clients/python/hindsight_client_api/models/version_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/version_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py index dd1da28f..787ceb64 100644 --- a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py index d9034245..2c38b7a3 100644 --- a/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/webhook_delivery_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py b/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py index 2985a6d4..6b5b1ab2 100644 --- a/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py +++ b/hindsight-clients/python/hindsight_client_api/models/webhook_http_config.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py index f6c82668..8bff0a52 100644 --- a/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/webhook_list_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/models/webhook_response.py b/hindsight-clients/python/hindsight_client_api/models/webhook_response.py index ca61f886..dc408041 100644 --- a/hindsight-clients/python/hindsight_client_api/models/webhook_response.py +++ b/hindsight-clients/python/hindsight_client_api/models/webhook_response.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/hindsight_client_api/rest.py b/hindsight-clients/python/hindsight_client_api/rest.py index 073c832f..3241e90c 100644 --- a/hindsight-clients/python/hindsight_client_api/rest.py +++ b/hindsight-clients/python/hindsight_client_api/rest.py @@ -5,7 +5,7 @@ HTTP API for Hindsight - The version of the OpenAPI document: 0.4.17 + The version of the OpenAPI document: 0.4.18 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/hindsight-clients/python/pyproject.toml b/hindsight-clients/python/pyproject.toml index 4905a6c3..aed3e8df 100644 --- a/hindsight-clients/python/pyproject.toml +++ b/hindsight-clients/python/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-client" -version = "0.4.17" +version = "0.4.18" description = "Python client for Hindsight - Semantic memory system with personality-driven thinking" authors = [ {name = "Hindsight Team"} diff --git a/hindsight-clients/typescript/package.json b/hindsight-clients/typescript/package.json index c6621efe..e0796440 100644 --- a/hindsight-clients/typescript/package.json +++ b/hindsight-clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-client", - "version": "0.4.17", + "version": "0.4.18", "description": "TypeScript client for Hindsight - Semantic memory system with personality-driven thinking", "main": "./dist/src/index.js", "types": "./dist/src/index.d.ts", diff --git a/hindsight-control-plane/package.json b/hindsight-control-plane/package.json index 2c0b3abc..cdfe1361 100644 --- a/hindsight-control-plane/package.json +++ b/hindsight-control-plane/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-control-plane", - "version": "0.4.17", + "version": "0.4.18", "description": "Control plane for Hindsight - Semantic memory system", "bin": { "hindsight-control-plane": "./bin/cli.js" diff --git a/hindsight-dev/pyproject.toml b/hindsight-dev/pyproject.toml index c4cf934e..83b3a168 100644 --- a/hindsight-dev/pyproject.toml +++ b/hindsight-dev/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-dev" -version = "0.4.17" +version = "0.4.18" description = "Development utilities for Hindsight" requires-python = ">=3.11" dependencies = [ diff --git a/hindsight-docs/static/openapi.json b/hindsight-docs/static/openapi.json index 5a48c542..500f874b 100644 --- a/hindsight-docs/static/openapi.json +++ b/hindsight-docs/static/openapi.json @@ -10,7 +10,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version": "0.4.17" + "version": "0.4.18" }, "paths": { "/health": { diff --git a/hindsight-docs/versioned_docs/version-0.4/developer/installation.md b/hindsight-docs/versioned_docs/version-0.4/developer/installation.md index 28a9e5c1..796f599d 100644 --- a/hindsight-docs/versioned_docs/version-0.4/developer/installation.md +++ b/hindsight-docs/versioned_docs/version-0.4/developer/installation.md @@ -58,7 +58,7 @@ docker run --rm -it --pull always -p 8888:8888 -p 9999:9999 \ | **Full** (`latest`) | ~9 GB | ~3.7 GB | Default. Works out of the box with no external services except the LLM. | | **Slim** (`slim`) | ~500 MB | ~500 MB | Use when you already rely on external services for embeddings and reranking (OpenAI, Cohere, TEI). Significantly smaller image, faster deploys. Requires [external providers](./configuration#embeddings). | -The slim image corresponds to the [`hindsight-api-slim`](#bare-metal-pip) pip package. See [Configuration](./configuration#embeddings) for external provider options. +The slim image corresponds to the [`hindsight-api-slim`](#package-variants) pip package. See [Configuration](./configuration#embeddings) for external provider options. ### Available Tags diff --git a/hindsight-embed/hindsight_embed/__init__.py b/hindsight-embed/hindsight_embed/__init__.py index 8af58b87..4ee69cdd 100644 --- a/hindsight-embed/hindsight_embed/__init__.py +++ b/hindsight-embed/hindsight_embed/__init__.py @@ -3,7 +3,7 @@ from .daemon_embed_manager import DaemonEmbedManager from .embed_manager import EmbedManager -__version__ = "0.4.17" +__version__ = "0.4.18" __all__ = [ "EmbedManager", diff --git a/hindsight-embed/pyproject.toml b/hindsight-embed/pyproject.toml index 73d176d5..20897a9c 100644 --- a/hindsight-embed/pyproject.toml +++ b/hindsight-embed/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hindsight-embed" -version = "0.4.17" +version = "0.4.18" description = "Hindsight embedded CLI - local memory operations without a server" readme = "README.md" requires-python = ">=3.11" diff --git a/hindsight-integrations/ai-sdk/package.json b/hindsight-integrations/ai-sdk/package.json index d8d76e71..72dd2fdb 100644 --- a/hindsight-integrations/ai-sdk/package.json +++ b/hindsight-integrations/ai-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-ai-sdk", - "version": "0.4.17", + "version": "0.4.18", "description": "Hindsight memory integration for Vercel AI SDK - Give your AI agents persistent, human-like memory", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/hindsight-integrations/chat/package.json b/hindsight-integrations/chat/package.json index ed42bf99..72539b1b 100644 --- a/hindsight-integrations/chat/package.json +++ b/hindsight-integrations/chat/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-chat", - "version": "0.4.17", + "version": "0.4.18", "description": "Hindsight memory integration for Vercel Chat SDK - Give your chat bots persistent, per-user memory", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/hindsight-integrations/crewai/pyproject.toml b/hindsight-integrations/crewai/pyproject.toml index 0dabd02b..04d519f2 100644 --- a/hindsight-integrations/crewai/pyproject.toml +++ b/hindsight-integrations/crewai/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-crewai" -version = "0.4.17" +version = "0.4.18" description = "CrewAI memory integration via Hindsight - persistent memory for AI agent crews" readme = "README.md" requires-python = ">=3.10" diff --git a/hindsight-integrations/litellm/pyproject.toml b/hindsight-integrations/litellm/pyproject.toml index f9e2ef25..47241477 100644 --- a/hindsight-integrations/litellm/pyproject.toml +++ b/hindsight-integrations/litellm/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-litellm" -version = "0.4.17" +version = "0.4.18" description = "Universal LLM memory integration via LiteLLM - works with 100+ providers" readme = "README.md" requires-python = ">=3.10" diff --git a/hindsight-integrations/openclaw/package.json b/hindsight-integrations/openclaw/package.json index 289cb868..9782b3a4 100644 --- a/hindsight-integrations/openclaw/package.json +++ b/hindsight-integrations/openclaw/package.json @@ -1,6 +1,6 @@ { "name": "@vectorize-io/hindsight-openclaw", - "version": "0.4.17", + "version": "0.4.18", "description": "Hindsight memory plugin for OpenClaw - biomimetic long-term memory with fact extraction", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/hindsight-integrations/pydantic-ai/pyproject.toml b/hindsight-integrations/pydantic-ai/pyproject.toml index aac7c65b..0415b44f 100644 --- a/hindsight-integrations/pydantic-ai/pyproject.toml +++ b/hindsight-integrations/pydantic-ai/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "hindsight-pydantic-ai" -version = "0.4.17" +version = "0.4.18" description = "Pydantic AI integration for Hindsight - persistent memory tools for AI agents" requires-python = ">=3.10" license = { text = "MIT" } diff --git a/skills/hindsight-docs/references/developer/installation.md b/skills/hindsight-docs/references/developer/installation.md index d5ce0c3c..796f599d 100644 --- a/skills/hindsight-docs/references/developer/installation.md +++ b/skills/hindsight-docs/references/developer/installation.md @@ -246,5 +246,5 @@ See the [Python SDK](../sdks/python.md) for the full API reference. ## Next Steps - [Configuration](./configuration.md) — Environment variables and settings -- [Models](./models.md) — ML models and providers +- [Models](./models.mdx) — ML models and providers - [Monitoring](./monitoring.md) — Metrics and observability diff --git a/uv.lock b/uv.lock index 92660eee..ce995723 100644 --- a/uv.lock +++ b/uv.lock @@ -1433,7 +1433,7 @@ wheels = [ [[package]] name = "hindsight-all" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-all" } dependencies = [ { name = "hindsight-api-slim", extra = ["all"] }, @@ -1459,7 +1459,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-all-slim" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-all-slim" } dependencies = [ { name = "hindsight-api-slim" }, @@ -1485,7 +1485,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-api" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-api" } dependencies = [ { name = "hindsight-api-slim", extra = ["all"] }, @@ -1496,7 +1496,7 @@ requires-dist = [{ name = "hindsight-api-slim", extras = ["all"], editable = "hi [[package]] name = "hindsight-api-slim" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-api-slim" } dependencies = [ { name = "aiohttp" }, @@ -1676,7 +1676,7 @@ dev = [ [[package]] name = "hindsight-client" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-clients/python" } dependencies = [ { name = "aiohttp" }, @@ -1710,7 +1710,7 @@ provides-extras = ["test"] [[package]] name = "hindsight-dev" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-dev" } dependencies = [ { name = "hindsight-api" }, @@ -1758,7 +1758,7 @@ dev = [ [[package]] name = "hindsight-embed" -version = "0.4.17" +version = "0.4.18" source = { editable = "hindsight-embed" } dependencies = [ { name = "httpx" },