Improvements to SurveyMonkey

This commit is contained in:
Jan Oberhauser 2020-04-27 01:03:01 +02:00
parent 9ca21f2e52
commit b0de2a94fc
4 changed files with 8 additions and 7 deletions

View file

@ -12,11 +12,12 @@ export class SurveyMonkeyApi implements ICredentialType {
name: 'accessToken', name: 'accessToken',
type: 'string' as NodePropertyTypes, type: 'string' as NodePropertyTypes,
default: '', default: '',
description: `The access token must have the following scopes:</br> description: `The access token must have the following scopes:</br />
- Create/modify webhooks</br> - Create/modify webhooks</br />
- View webhooks</br> - View webhooks</br />
- View surveys</br> - View surveys</br />
- View collectors</br> - View collectors</br />
- View responses<br />
- View response details`, - View response details`,
}, },
{ {

View file

@ -1,6 +1,6 @@
import { import {
OptionsWithUri, OptionsWithUri,
} from 'request'; } from 'request';
import { import {
IExecuteFunctions, IExecuteFunctions,

View file

@ -21,7 +21,7 @@ import {
import { import {
createHmac, createHmac,
} from 'crypto'; } from 'crypto';
export class SurveyMonkeyTrigger implements INodeType { export class SurveyMonkeyTrigger implements INodeType {
description: INodeTypeDescription = { description: INodeTypeDescription = {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 1 KiB