Add label field to persons, organizations and deals (#1209)

*  Add label field to persons, organizations and deals

*  Add option no label to label field

*  Add organization:update operation

*  Fix removing label from Organization on Pipedrive-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2020-12-07 17:44:10 -05:00
committed by GitHub
parent 83aed4d2b9
commit da450dcb41
2 changed files with 416 additions and 157 deletions

View File

@@ -75,7 +75,6 @@ export async function pipedriveApiRequest(this: IHookFunctions | IExecuteFunctio
}
query.api_token = credentials.apiToken;
//@ts-ignore
responseData = await this.helpers.request(options);