Skip to content

Commit 3bf6b39

Browse files
author
Grégory Saive
authored
Merge pull request #178 from rg911/task/g177_ResolutionStatementDTO_copied_to_enumsMap
Issue #177 ResolutionStatementDTO copied into enumsMap
2 parents c5f58f6 + 31891eb commit 3bf6b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/infrastructure/model/models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ let primitives = [
161161
let enumsMap: {[index: string]: any} = {
162162
"AccountPropertyTypeEnum": AccountPropertyTypeEnum,
163163
"AliasTypeEnum": AliasTypeEnum,
164-
"ResolutionStatementDTO": ResolutionStatementDTO,
165164
"MosaicPropertyIdEnum": MosaicPropertyIdEnum,
166165
"MultisigModificationTypeEnum": MultisigModificationTypeEnum,
167166
"NamespaceTypeEnum": NamespaceTypeEnum,
@@ -209,6 +208,7 @@ let typeMap: {[index: string]: any} = {
209208
"NodeInfoDTO": NodeInfoDTO,
210209
"NodeTimeDTO": NodeTimeDTO,
211210
"ResolutionEntryDTO": ResolutionEntryDTO,
211+
"ResolutionStatementDTO": ResolutionStatementDTO,
212212
"ServerDTO": ServerDTO,
213213
"ServerInfoDTO": ServerInfoDTO,
214214
"SourceDTO": SourceDTO,

0 commit comments

Comments
 (0)