Add missing bits from V1, slight touchup

This commit is contained in:
Tomaž Jerman
2023-03-17 10:58:46 +01:00
parent a8b60c6525
commit 2e9ba97dda
37 changed files with 1602 additions and 72 deletions
+4
View File
@@ -100,6 +100,10 @@ import (
customDecoder: bool | *false
customEncoder: bool | *false
identKeyEncode: string | *$attrIdent
omitEncoder: bool | *false
}
// store decode/encode configs
+6
View File
@@ -186,6 +186,12 @@ import (
supportMappedInput: bool | *true
mappedField: string | *""
}] | *[]
extendedResourceEncoders: [...{
ident: string
expIdent: string
identKey: string | *""
}] | *[]
}
// store decode/encode configs