summary refs log tree commit diff
path: root/scripts/schemaExclusions.json
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/schemaExclusions.json')
-rw-r--r--scripts/schemaExclusions.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/scripts/schemaExclusions.json b/scripts/schemaExclusions.json

index 8eb7955f..72a010f8 100644 --- a/scripts/schemaExclusions.json +++ b/scripts/schemaExclusions.json
@@ -2,7 +2,9 @@ "include": [ "MessageInteractionSchema" ], - "includeRe": [], + "includeRe": [ + "^MessageComponentType\\..*" + ], "manual": [ "DefaultSchema", "Schema", @@ -40,7 +42,9 @@ "ListTagsForResourceResponse", "GetContactResponse", "LibraryResponse", - "LibraryLocalResponse" + "LibraryLocalResponse", + "SchemaTraits", + "TraitsSchema" ], "manualRe": [ ".*\\.Response$", @@ -48,8 +52,6 @@ ".*\\..*", "^Axios", "^Internal", - "^Record<", - "^Omit<", "^ListContact(s|Lists)Response$", "^APIKeyConfiguration\\..*", "^AccountSetting\\..*", @@ -82,8 +84,7 @@ ], "manualWarn": [], "manualWarnRe": [ - "^Record", - "^Partial" + ".*<.*>$" ], "auto": [ {