You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix TemplateMetadata serde - we have TODO in case of FunctionResult.typ and FunctionParameter.typ - where in relation to naming fixes, original tpe was renamed to typ ; as there was issue to read stored data, we added #[serde(rename = "tpe")] for those attributes, (should not we consider to add custom structure-s, with custom serde, to decouple internal storage implementation and API implementation?)
add support for versioning of metadata in TemplateRepo