Commit a63a0c0
authored
docs(api): list all 3 supported webhook event types in CreateWebhookRequest (#2155)
The event_types field description said 'Currently supported: consolidation.completed',
but the API actually emits and accepts all three events:
- retain.completed (memory_engine.py)
- consolidation.completed (memory_engine.py)
- memory_defense.triggered (retain/orchestrator.py)
Update the description accordingly and propagate through the regenerated OpenAPI
spec + the embedded copies in the go/python/typescript clients. Description-only
change; no behavior change.1 parent 30fb287 commit a63a0c0
7 files changed
Lines changed: 8 additions & 7 deletions
File tree
- hindsight-api-slim/hindsight_api/api
- hindsight-clients
- go
- api
- python/hindsight_client_api/models
- typescript/generated
- hindsight-docs/static
- skills/hindsight-docs/references
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2670 | 2670 | | |
2671 | 2671 | | |
2672 | 2672 | | |
2673 | | - | |
| 2673 | + | |
2674 | 2674 | | |
2675 | 2675 | | |
2676 | 2676 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5103 | 5103 | | |
5104 | 5104 | | |
5105 | 5105 | | |
5106 | | - | |
| 5106 | + | |
| 5107 | + | |
5107 | 5108 | | |
5108 | 5109 | | |
5109 | 5110 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1224 | 1224 | | |
1225 | 1225 | | |
1226 | 1226 | | |
1227 | | - | |
| 1227 | + | |
1228 | 1228 | | |
1229 | 1229 | | |
1230 | 1230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7748 | 7748 | | |
7749 | 7749 | | |
7750 | 7750 | | |
7751 | | - | |
| 7751 | + | |
7752 | 7752 | | |
7753 | 7753 | | |
7754 | 7754 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7748 | 7748 | | |
7749 | 7749 | | |
7750 | 7750 | | |
7751 | | - | |
| 7751 | + | |
7752 | 7752 | | |
7753 | 7753 | | |
7754 | 7754 | | |
| |||
0 commit comments