forked from loafle/openapi-generator-original
fix: escape operationIds before outputting them (#14475)
This commit is contained in:
parent
0becb3feb7
commit
07e5a674db
@ -687,13 +687,14 @@ public class TypeScriptFetchClientCodegen extends AbstractTypeScriptClientCodege
|
|||||||
}
|
}
|
||||||
|
|
||||||
this.addOperationModelImportInformation(operations);
|
this.addOperationModelImportInformation(operations);
|
||||||
|
this.escapeOperationIds(operations);
|
||||||
this.updateOperationParameterForEnum(operations);
|
this.updateOperationParameterForEnum(operations);
|
||||||
if (this.getSagasAndRecords()) {
|
if (this.getSagasAndRecords()) {
|
||||||
this.updateOperationParameterForSagaAndRecords(operations);
|
this.updateOperationParameterForSagaAndRecords(operations);
|
||||||
}
|
}
|
||||||
this.addOperationObjectResponseInformation(operations);
|
this.addOperationObjectResponseInformation(operations);
|
||||||
this.addOperationPrefixParameterInterfacesInformation(operations);
|
this.addOperationPrefixParameterInterfacesInformation(operations);
|
||||||
this.escapeOperationIds(operations);
|
|
||||||
return operations;
|
return operations;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user