From 1c0657ec000e5624c91f67bc135c541884d678fe Mon Sep 17 00:00:00 2001 From: Aditya Khatri Date: Wed, 20 Sep 2023 16:38:58 +0545 Subject: [PATCH] Update analysis report snapshot schema --- apps/commons/schema_snapshots.py | 41 ++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/apps/commons/schema_snapshots.py b/apps/commons/schema_snapshots.py index 0278e5a011..fd236b9f9a 100644 --- a/apps/commons/schema_snapshots.py +++ b/apps/commons/schema_snapshots.py @@ -230,6 +230,47 @@ class AnalysisReport: organizations { ...OrganizationGeneralResponse } + configuration { + containerStyle { + border { + ...BorderStyle + } + padding { + ...PaddingStyle + } + background { + color + opacity + } + } + textContentStyle { + content { + ...TextStyle + } + } + imageContentStyle { + caption { + ...TextStyle + } + } + headingContentStyle { + h1 { + ...TextStyle + } + h2 { + ...TextStyle + } + h3 { + ...TextStyle + } + h4 { + ...TextStyle + } + } + bodyStyle { + gap + } + } containers { id clientId