Release v0.5.0
- Update version to 0.5.0 in all components - Regenerate OpenAPI spec and client SDKs - Python packages: hindsight-api, hindsight-dev, hindsight-all, hindsight-embed - Python client: hindsight-clients/python - TypeScript client: hindsight-clients/typescript - Rust CLI: hindsight-cli - Control Plane: hindsight-control-plane - Helm chart - Create documentation version-0.5
This commit is contained in:
parent
9e23e83abf
commit
27cb7e43e0
302 changed files with 9985 additions and 276 deletions
|
|
@ -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.22
|
version: 0.5.0
|
||||||
appVersion: "0.4.22"
|
appVersion: "0.5.0"
|
||||||
keywords:
|
keywords:
|
||||||
- ai
|
- ai
|
||||||
- memory
|
- memory
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-all-slim"
|
name = "hindsight-all-slim"
|
||||||
version = "0.4.22"
|
version = "0.5.0"
|
||||||
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
|
description = "Hindsight: Agent Memory That Works Like Human Memory - Slim All-in-One Bundle"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-all"
|
name = "hindsight-all"
|
||||||
version = "0.4.22"
|
version = "0.5.0"
|
||||||
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
|
description = "Hindsight: Agent Memory That Works Like Human Memory - All-in-One Bundle"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|
|
||||||
|
|
@ -46,4 +46,4 @@ __all__ = [
|
||||||
"RemoteTEICrossEncoder",
|
"RemoteTEICrossEncoder",
|
||||||
"LLMConfig",
|
"LLMConfig",
|
||||||
]
|
]
|
||||||
__version__ = "0.4.22"
|
__version__ = "0.5.0"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-api-slim"
|
name = "hindsight-api-slim"
|
||||||
version = "0.4.22"
|
version = "0.5.0"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "hindsight-api"
|
name = "hindsight-api"
|
||||||
version = "0.4.22"
|
version = "0.5.0"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "hindsight-cli"
|
name = "hindsight-cli"
|
||||||
version = "0.4.22"
|
version = "0.5.0"
|
||||||
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"
|
||||||
|
|
|
||||||
|
|
@ -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.22
|
version: 0.5.0
|
||||||
servers:
|
servers:
|
||||||
- url: /
|
- url: /
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// 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.22
|
// APIClient manages communication with the Hindsight HTTP API API v0.5.0
|
||||||
// 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
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ Hindsight HTTP API
|
||||||
|
|
||||||
HTTP API for Hindsight
|
HTTP API for Hindsight
|
||||||
|
|
||||||
API version: 0.4.22
|
API version: 0.5.0
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
// Code generated by OpenAPI Generator (https://openapi-generator.tech); DO NOT EDIT.
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue