Release v0.4.14

- Update version to 0.4.14 in all components
- Regenerate OpenAPI spec and client SDKs
- Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-litellm, hindsight-crewai, hindsight-embed
- Python client: hindsight-clients/python
- TypeScript client: hindsight-clients/typescript
- Rust CLI: hindsight-cli
- Control Plane: hindsight-control-plane
- OpenClaw integration: hindsight-integrations/openclaw
- AI SDK integration: hindsight-integrations/ai-sdk
- Chat SDK integration: hindsight-integrations/chat
- Helm chart
- Sync documentation to version-0.4
This commit is contained in:
Nicolò Boschi 2026-02-26 18:03:14 +01:00
parent 9aaa78b9a6
commit 145454533c
197 changed files with 207 additions and 207 deletions

View file

@ -2,8 +2,8 @@ apiVersion: v2
name: hindsight name: hindsight
description: Hindsight helm chart description: Hindsight helm chart
type: application type: application
version: 0.4.13 version: 0.4.14
appVersion: "0.4.13" appVersion: "0.4.14"
keywords: keywords:
- ai - ai
- memory - memory

View file

@ -46,4 +46,4 @@ __all__ = [
"RemoteTEICrossEncoder", "RemoteTEICrossEncoder",
"LLMConfig", "LLMConfig",
] ]
__version__ = "0.4.13" __version__ = "0.4.14"

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "hindsight-api" name = "hindsight-api"
version = "0.4.13" version = "0.4.14"
description = "Hindsight: Agent Memory That Works Like Human Memory" description = "Hindsight: Agent Memory That Works Like Human Memory"
readme = "README.md" readme = "README.md"
requires-python = ">=3.11" requires-python = ">=3.11"

View file

@ -1,6 +1,6 @@
[package] [package]
name = "hindsight-cli" name = "hindsight-cli"
version = "0.4.13" version = "0.4.14"
edition = "2021" edition = "2021"
authors = ["Hindsight Team"] authors = ["Hindsight Team"]
description = "A beautiful CLI for Hindsight - semantic memory system" description = "A beautiful CLI for Hindsight - semantic memory system"

View file

@ -7,7 +7,7 @@ info:
name: Apache 2.0 name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html url: https://www.apache.org/licenses/LICENSE-2.0.html
title: Hindsight HTTP API title: Hindsight HTTP API
version: 0.4.13 version: 0.4.14
servers: servers:
- url: / - url: /
paths: paths:

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
@ -41,7 +41,7 @@ var (
queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" ) queryDescape = strings.NewReplacer( "%5B", "[", "%5D", "]" )
) )
// APIClient manages communication with the Hindsight HTTP API API v0.4.13 // APIClient manages communication with the Hindsight HTTP API API v0.4.14
// In most cases there should be only one, shared, APIClient. // In most cases there should be only one, shared, APIClient.
type APIClient struct { type APIClient struct {
cfg *Configuration cfg *Configuration

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -3,7 +3,7 @@ Hindsight HTTP API
HTTP API for Hindsight HTTP API for Hindsight
API version: 0.4.13 API version: 0.4.14
*/ */
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT. // Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.

View file

@ -7,7 +7,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

View file

@ -5,7 +5,7 @@
HTTP API for Hindsight HTTP API for Hindsight
The version of the OpenAPI document: 0.4.13 The version of the OpenAPI document: 0.4.14
Generated by OpenAPI Generator (https://openapi-generator.tech) Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually. Do not edit the class manually.

Some files were not shown because too many files have changed in this diff Show more