File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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,
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ let primitives = [
161161let 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 ,
You can’t perform that action at this time.
0 commit comments