siirimangus
siirimangus
This PR breaks the SDK. Closing this one, the changes are implemented in the new PR: https://github.com/pipedrive/client-nodejs/pull/360
This PR breaks the SDK. Closing this one, the changes are implemented in this PR: https://github.com/pipedrive/client-nodejs/pull/360
This PR breaks the SDK. Closing this one, the changes are implemented in this PR: https://github.com/pipedrive/client-nodejs/pull/360
Closing this PR as it is a duplicate for https://github.com/pipedrive/client-nodejs/pull/373.
Hey, thank you for noticing and reporting. It seems this sadly really is the case. But I'm closing this issue as it is a duplicate of that one and keep...
Hey, thank you for noticing and reporting. The fix should definitely be done on our side in our SDK generator, we'll have a task for that 👍
Hey, @apavliukov! Sending custom fields can be done as follows. * If you already have a custom field created, then: ``` $apiInstance = new PersonsApi(...); $personData = [ 'name' =>...