feat(nc): support new subtypes of String

This commit is contained in:
Jan Murzyn 2022-06-20 18:01:39 +02:00 committed by Julius Pfrommer
parent f027087af0
commit c6f845d20e

View File

@ -76,6 +76,16 @@ opaque_type_mapping = {
'id': 12,
'name': 'String'
},
'UriString': {
'ns': 0,
'id': 12,
'name': 'String'
},
'SemanticVersionString': {
'ns': 0,
'id': 12,
'name': 'String'
},
'Duration': {
'ns': 0,
'id': 11,