Cut down schemas by 90%

This commit is contained in:
Rory&
2025-11-29 22:22:41 +01:00
parent 60a24f0e39
commit 2ebe2a57fb
16 changed files with 302 additions and 82 deletions
+7 -6
View File
@@ -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": [
{