mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-28 22:18:30 +00:00
Cut down schemas by 90%
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user