Skip to content

Commit 8701e50

Browse files
committed
Added #177
Fixed ResolutionStatementDTO copied into enumsMap bug
1 parent 3ff9967 commit 8701e50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Following command can be used to generate DTOs and Api clients for the [nem2-sdk
110110
let enumsMap: {[index: string]: any} = {
111111
"AccountPropertyTypeEnum": AccountPropertyTypeEnum,
112112
"AliasTypeEnum": AliasTypeEnum,
113-
"ResolutionStatementDTO": ResolutionStatementDTO,
114113
"MosaicPropertyIdEnum": MosaicPropertyIdEnum,
115114
"MultisigModificationTypeEnum": MultisigModificationTypeEnum,
116115
"NamespaceTypeEnum": NamespaceTypeEnum,
@@ -158,6 +157,7 @@ Following command can be used to generate DTOs and Api clients for the [nem2-sdk
158157
"NodeInfoDTO": NodeInfoDTO,
159158
"NodeTimeDTO": NodeTimeDTO,
160159
"ResolutionEntryDTO": ResolutionEntryDTO,
160+
"ResolutionStatementDTO": ResolutionStatementDTO,
161161
"ServerDTO": ServerDTO,
162162
"ServerInfoDTO": ServerInfoDTO,
163163
"SourceDTO": SourceDTO,

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)