node-red-nodegen
                                
                                 node-red-nodegen copied to clipboard
                                
                                    node-red-nodegen copied to clipboard
                            
                            
                            
                        TypeError: this.setAuthHeaders is not a function
After generating a node from a swagger file with nodered generator and when i try to execute a POST request from the new node, i get the following error: "TypeError: this.setAuthHeaders is not a function" Anyone has a hint.
to reproduce
node-red-nodegen /swagger/capif-cf.json
npm install /usr/src/node-red/node-red-contrib-capif-cf
the node is created with no errors and it is added to the node-red instance node-red-nodegen version: v0.2.4 Node-RED version: v3.1.0 Node.js version: v16.20.2 Linux 5.15.0-84-generic x64 LE npm version: 8.19.4