chore: fix ARI documentation

This commit is contained in:
Abhishek Kumar 2026-05-13 21:53:18 +05:30
parent ebeffdbc40
commit b728cc4922
8 changed files with 7 additions and 40 deletions

View file

@ -1,6 +1,6 @@
# generated by datamodel-codegen:
# filename: dograh-openapi-XXXXXX.json.Zvc0Wos2dk
# timestamp: 2026-05-12T13:08:52+00:00
# filename: dograh-openapi-XXXXXX.json.BPTCZt07wQ
# timestamp: 2026-05-13T16:22:23+00:00
from __future__ import annotations

View file

@ -76,9 +76,3 @@ class Webhook(TypedNode):
`{{annotations.qa_xxx}}`, etc.
"""
retry_config: Optional[dict[str, Any]] = None
"""
Optional retry settings: `enabled` (bool), `max_retries` (int),
`retry_delay_seconds` (int).
"""

View file

@ -55,10 +55,6 @@ export interface Webhook {
* JSON body of the request. Values are Jinja-rendered against the run context `{{workflow_run_id}}`, `{{gathered_context.foo}}`, `{{annotations.qa_xxx}}`, etc.
*/
payload_template?: Record<string, unknown>;
/**
* Optional retry settings: `enabled` (bool), `max_retries` (int), `retry_delay_seconds` (int).
*/
retry_config?: Record<string, unknown>;
}
/** Factory — sets `type` for you so you don't repeat the discriminator. */