n8n-nodes-base 1.63.0 → 1.64.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/credentials/GongApi.credentials.d.ts +9 -0
- package/dist/credentials/GongApi.credentials.js +53 -0
- package/dist/credentials/GongApi.credentials.js.map +1 -0
- package/dist/credentials/GongOAuth2Api.credentials.d.ts +8 -0
- package/dist/credentials/GongOAuth2Api.credentials.js +59 -0
- package/dist/credentials/GongOAuth2Api.credentials.js.map +1 -0
- package/dist/known/credentials.json +18 -0
- package/dist/known/nodes.json +4 -0
- package/dist/methods/defined.json +1 -1
- package/dist/methods/referenced.json +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.d.ts +1 -1
- package/dist/nodes/Code/JsTaskRunnerSandbox.js +18 -31
- package/dist/nodes/Code/JsTaskRunnerSandbox.js.map +1 -1
- package/dist/nodes/Code/errors/WrappedExecutionError.d.ts +8 -0
- package/dist/nodes/Code/errors/WrappedExecutionError.js +27 -0
- package/dist/nodes/Code/errors/WrappedExecutionError.js.map +1 -0
- package/dist/nodes/Gong/GenericFunctions.d.ts +9 -0
- package/dist/nodes/Gong/GenericFunctions.js +175 -0
- package/dist/nodes/Gong/GenericFunctions.js.map +1 -0
- package/dist/nodes/Gong/Gong.node.d.ts +10 -0
- package/dist/nodes/Gong/Gong.node.js +139 -0
- package/dist/nodes/Gong/Gong.node.js.map +1 -0
- package/dist/nodes/Gong/Gong.node.json +18 -0
- package/dist/nodes/Gong/descriptions/CallDescription.d.ts +3 -0
- package/dist/nodes/Gong/descriptions/CallDescription.js +551 -0
- package/dist/nodes/Gong/descriptions/CallDescription.js.map +1 -0
- package/dist/nodes/Gong/descriptions/UserDescription.d.ts +3 -0
- package/dist/nodes/Gong/descriptions/UserDescription.js +265 -0
- package/dist/nodes/Gong/descriptions/UserDescription.js.map +1 -0
- package/dist/nodes/Gong/descriptions/index.d.ts +2 -0
- package/dist/nodes/Gong/descriptions/index.js +19 -0
- package/dist/nodes/Gong/descriptions/index.js.map +1 -0
- package/dist/nodes/Gong/gong.svg +4 -0
- package/dist/nodes/Gong/test/mocks.d.ts +540 -0
- package/dist/nodes/Gong/test/mocks.js +772 -0
- package/dist/nodes/Gong/test/mocks.js.map +1 -0
- package/dist/nodes/Google/Ads/CampaignDescription.js +2 -2
- package/dist/nodes/Google/Ads/GoogleAds.node.js +1 -1
- package/dist/nodes/Google/Calendar/EventDescription.js +58 -1
- package/dist/nodes/Google/Calendar/EventDescription.js.map +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.d.ts +1 -1
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js +21 -5
- package/dist/nodes/Google/Calendar/GoogleCalendar.node.js.map +1 -1
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js +3 -3
- package/dist/nodes/HttpRequest/V3/HttpRequestV3.node.js.map +1 -1
- package/dist/nodes/Line/Line.node.js +6 -0
- package/dist/nodes/Line/Line.node.js.map +1 -1
- package/dist/nodes/MySql/v2/helpers/utils.js +19 -19
- package/dist/nodes/MySql/v2/helpers/utils.js.map +1 -1
- package/dist/nodes/N8nTrigger/N8nTrigger.node.js +23 -2
- package/dist/nodes/N8nTrigger/N8nTrigger.node.js.map +1 -1
- package/dist/nodes/Set/v2/SetV2.node.js +38 -0
- package/dist/nodes/Set/v2/SetV2.node.js.map +1 -1
- package/dist/nodes/Strava/GenericFunctions.js +1 -1
- package/dist/nodes/Strava/GenericFunctions.js.map +1 -1
- package/dist/nodes/Strava/StravaTrigger.node.js +4 -5
- package/dist/nodes/Strava/StravaTrigger.node.js.map +1 -1
- package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.d.ts +3 -4
- package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.js +11 -183
- package/dist/nodes/Transform/RemoveDuplicates/RemoveDuplicates.node.js.map +1 -1
- package/dist/nodes/Transform/RemoveDuplicates/utils.d.ts +2 -1
- package/dist/nodes/Transform/RemoveDuplicates/utils.js +89 -0
- package/dist/nodes/Transform/RemoveDuplicates/utils.js.map +1 -1
- package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.d.ts +6 -0
- package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.js +111 -0
- package/dist/nodes/Transform/RemoveDuplicates/v1/RemoveDuplicatesV1.node.js.map +1 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.d.ts +2 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.js +271 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.description.js.map +1 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.d.ts +6 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.js +206 -0
- package/dist/nodes/Transform/RemoveDuplicates/v2/RemoveDuplicatesV2.node.js.map +1 -0
- package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.js +7 -0
- package/dist/nodes/WorkflowTrigger/WorkflowTrigger.node.js.map +1 -1
- package/dist/types/credentials.json +2 -0
- package/dist/types/nodes.json +12 -10
- package/package.json +10 -7
|
@@ -0,0 +1,265 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.userFields = exports.userOperations = void 0;
|
|
4
|
+
const n8n_workflow_1 = require("n8n-workflow");
|
|
5
|
+
const GenericFunctions_1 = require("../GenericFunctions");
|
|
6
|
+
exports.userOperations = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Operation',
|
|
9
|
+
name: 'operation',
|
|
10
|
+
type: 'options',
|
|
11
|
+
noDataExpression: true,
|
|
12
|
+
displayOptions: {
|
|
13
|
+
show: {
|
|
14
|
+
resource: ['user'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
options: [
|
|
18
|
+
{
|
|
19
|
+
name: 'Get',
|
|
20
|
+
value: 'get',
|
|
21
|
+
description: 'Retrieve data for a specific user',
|
|
22
|
+
action: 'Get user',
|
|
23
|
+
routing: {
|
|
24
|
+
request: {
|
|
25
|
+
method: 'POST',
|
|
26
|
+
url: '/v2/users/extensive',
|
|
27
|
+
ignoreHttpStatusErrors: true,
|
|
28
|
+
},
|
|
29
|
+
output: {
|
|
30
|
+
postReceive: [GenericFunctions_1.handleErrorPostReceive],
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
name: 'Get Many',
|
|
36
|
+
value: 'getAll',
|
|
37
|
+
description: 'Retrieve a list of users',
|
|
38
|
+
action: 'Get many users',
|
|
39
|
+
routing: {
|
|
40
|
+
request: {
|
|
41
|
+
method: 'POST',
|
|
42
|
+
url: '/v2/users/extensive',
|
|
43
|
+
body: {
|
|
44
|
+
filter: {},
|
|
45
|
+
},
|
|
46
|
+
ignoreHttpStatusErrors: true,
|
|
47
|
+
},
|
|
48
|
+
output: {
|
|
49
|
+
postReceive: [GenericFunctions_1.handleErrorPostReceive],
|
|
50
|
+
},
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
],
|
|
54
|
+
default: 'get',
|
|
55
|
+
},
|
|
56
|
+
];
|
|
57
|
+
const getOperation = [
|
|
58
|
+
{
|
|
59
|
+
displayName: 'User to Get',
|
|
60
|
+
name: 'user',
|
|
61
|
+
default: {
|
|
62
|
+
mode: 'list',
|
|
63
|
+
value: '',
|
|
64
|
+
},
|
|
65
|
+
displayOptions: {
|
|
66
|
+
show: {
|
|
67
|
+
resource: ['user'],
|
|
68
|
+
operation: ['get'],
|
|
69
|
+
},
|
|
70
|
+
},
|
|
71
|
+
required: true,
|
|
72
|
+
modes: [
|
|
73
|
+
{
|
|
74
|
+
displayName: 'From List',
|
|
75
|
+
name: 'list',
|
|
76
|
+
type: 'list',
|
|
77
|
+
typeOptions: {
|
|
78
|
+
searchListMethod: 'getUsers',
|
|
79
|
+
searchable: true,
|
|
80
|
+
},
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
displayName: 'By ID',
|
|
84
|
+
name: 'id',
|
|
85
|
+
placeholder: 'e.g. 7782342274025937895',
|
|
86
|
+
type: 'string',
|
|
87
|
+
validation: [
|
|
88
|
+
{
|
|
89
|
+
type: 'regex',
|
|
90
|
+
properties: {
|
|
91
|
+
regex: '[0-9]{1,20}',
|
|
92
|
+
errorMessage: 'Not a valid Gong User ID',
|
|
93
|
+
},
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
},
|
|
97
|
+
],
|
|
98
|
+
routing: {
|
|
99
|
+
send: {
|
|
100
|
+
type: 'body',
|
|
101
|
+
property: 'filter.userIds',
|
|
102
|
+
propertyInDotNotation: true,
|
|
103
|
+
value: '={{ [$value] }}',
|
|
104
|
+
},
|
|
105
|
+
output: {
|
|
106
|
+
postReceive: [
|
|
107
|
+
{
|
|
108
|
+
type: 'rootProperty',
|
|
109
|
+
properties: {
|
|
110
|
+
property: 'users',
|
|
111
|
+
},
|
|
112
|
+
},
|
|
113
|
+
],
|
|
114
|
+
},
|
|
115
|
+
},
|
|
116
|
+
type: 'resourceLocator',
|
|
117
|
+
},
|
|
118
|
+
];
|
|
119
|
+
const getAllOperation = [
|
|
120
|
+
{
|
|
121
|
+
displayName: 'Return All',
|
|
122
|
+
name: 'returnAll',
|
|
123
|
+
default: false,
|
|
124
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
125
|
+
displayOptions: {
|
|
126
|
+
show: {
|
|
127
|
+
resource: ['user'],
|
|
128
|
+
operation: ['getAll'],
|
|
129
|
+
},
|
|
130
|
+
},
|
|
131
|
+
routing: {
|
|
132
|
+
send: {
|
|
133
|
+
paginate: '={{ $value }}',
|
|
134
|
+
},
|
|
135
|
+
operations: {
|
|
136
|
+
pagination: (0, GenericFunctions_1.getCursorPaginatorUsers)(),
|
|
137
|
+
},
|
|
138
|
+
},
|
|
139
|
+
type: 'boolean',
|
|
140
|
+
validateType: 'boolean',
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
displayName: 'Limit',
|
|
144
|
+
name: 'limit',
|
|
145
|
+
default: 50,
|
|
146
|
+
description: 'Max number of results to return',
|
|
147
|
+
displayOptions: {
|
|
148
|
+
show: {
|
|
149
|
+
resource: ['user'],
|
|
150
|
+
operation: ['getAll'],
|
|
151
|
+
returnAll: [false],
|
|
152
|
+
},
|
|
153
|
+
},
|
|
154
|
+
routing: {
|
|
155
|
+
output: {
|
|
156
|
+
postReceive: [
|
|
157
|
+
{
|
|
158
|
+
type: 'rootProperty',
|
|
159
|
+
properties: {
|
|
160
|
+
property: 'users',
|
|
161
|
+
},
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
type: 'limit',
|
|
165
|
+
properties: {
|
|
166
|
+
maxResults: '={{ $value }}',
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
],
|
|
170
|
+
},
|
|
171
|
+
},
|
|
172
|
+
type: 'number',
|
|
173
|
+
typeOptions: {
|
|
174
|
+
minValue: 1,
|
|
175
|
+
},
|
|
176
|
+
validateType: 'number',
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
displayName: 'Filters',
|
|
180
|
+
name: 'filters',
|
|
181
|
+
default: {},
|
|
182
|
+
displayOptions: {
|
|
183
|
+
show: {
|
|
184
|
+
resource: ['user'],
|
|
185
|
+
operation: ['getAll'],
|
|
186
|
+
},
|
|
187
|
+
},
|
|
188
|
+
options: [
|
|
189
|
+
{
|
|
190
|
+
displayName: 'Created After',
|
|
191
|
+
name: 'createdFromDateTime',
|
|
192
|
+
default: '',
|
|
193
|
+
description: 'An optional user creation time lower limit, if supplied the API will return only the users created at or after this time',
|
|
194
|
+
placeholder: 'e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z',
|
|
195
|
+
routing: {
|
|
196
|
+
send: {
|
|
197
|
+
type: 'body',
|
|
198
|
+
property: 'filter.createdFromDateTime',
|
|
199
|
+
propertyInDotNotation: true,
|
|
200
|
+
value: '={{ new Date($value).toISOString() }}',
|
|
201
|
+
},
|
|
202
|
+
},
|
|
203
|
+
type: 'dateTime',
|
|
204
|
+
validateType: 'dateTime',
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
displayName: 'Created Before',
|
|
208
|
+
name: 'createdToDateTime',
|
|
209
|
+
default: '',
|
|
210
|
+
description: 'An optional user creation time upper limit, if supplied the API will return only the users created before this time',
|
|
211
|
+
placeholder: 'e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z',
|
|
212
|
+
routing: {
|
|
213
|
+
send: {
|
|
214
|
+
type: 'body',
|
|
215
|
+
property: 'filter.createdToDateTime',
|
|
216
|
+
propertyInDotNotation: true,
|
|
217
|
+
value: '={{ new Date($value).toISOString() }}',
|
|
218
|
+
},
|
|
219
|
+
},
|
|
220
|
+
type: 'dateTime',
|
|
221
|
+
validateType: 'dateTime',
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
displayName: 'User IDs',
|
|
225
|
+
name: 'userIds',
|
|
226
|
+
default: '',
|
|
227
|
+
description: "Set of Gong's unique numeric identifiers for the users (up to 20 digits)",
|
|
228
|
+
hint: 'Comma separated list of IDs, array of strings can be set in expression',
|
|
229
|
+
routing: {
|
|
230
|
+
send: {
|
|
231
|
+
preSend: [
|
|
232
|
+
async function (requestOptions) {
|
|
233
|
+
const userIdsParam = this.getNodeParameter('filters.userIds');
|
|
234
|
+
if (userIdsParam && !(0, GenericFunctions_1.isValidNumberIds)(userIdsParam)) {
|
|
235
|
+
throw new n8n_workflow_1.NodeApiError(this.getNode(), {
|
|
236
|
+
message: 'User IDs must be numeric',
|
|
237
|
+
description: "Double-check the value in the parameter 'User IDs' and try again",
|
|
238
|
+
});
|
|
239
|
+
}
|
|
240
|
+
const userIds = Array.isArray(userIdsParam)
|
|
241
|
+
? userIdsParam.map((x) => x.toString())
|
|
242
|
+
: userIdsParam
|
|
243
|
+
.toString()
|
|
244
|
+
.split(',')
|
|
245
|
+
.map((x) => x.trim());
|
|
246
|
+
requestOptions.body ||= {};
|
|
247
|
+
requestOptions.body.filter ||= {};
|
|
248
|
+
Object.assign(requestOptions.body.filter, {
|
|
249
|
+
userIds,
|
|
250
|
+
});
|
|
251
|
+
return requestOptions;
|
|
252
|
+
},
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
},
|
|
256
|
+
placeholder: 'e.g. 7782342274025937895',
|
|
257
|
+
type: 'string',
|
|
258
|
+
},
|
|
259
|
+
],
|
|
260
|
+
placeholder: 'Add Filter',
|
|
261
|
+
type: 'collection',
|
|
262
|
+
},
|
|
263
|
+
];
|
|
264
|
+
exports.userFields = [...getOperation, ...getAllOperation];
|
|
265
|
+
//# sourceMappingURL=UserDescription.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserDescription.js","sourceRoot":"","sources":["../../../../nodes/Gong/descriptions/UserDescription.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./CallDescription"), exports);
|
|
18
|
+
__exportStar(require("./UserDescription"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/Gong/descriptions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,oDAAkC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg viewBox="30.0354 21.6399 25.8853 28.023" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="M 55.285 33.621 L 47.685 33.621 C 47.251 33.621 46.92 34.065 47.075 34.479 L 48.905 39.215 C 48.985 39.426 48.821 39.65 48.595 39.639 L 46.258 39.494 C 46.151 39.486 46.048 39.537 45.99 39.628 L 44.17 42.203 C 44.074 42.354 43.873 42.396 43.725 42.296 L 41.037 40.466 C 40.931 40.393 40.791 40.393 40.685 40.466 L 36.963 42.989 C 36.725 43.154 36.404 42.927 36.487 42.647 L 37.521 38.935 C 37.566 38.781 37.485 38.619 37.335 38.563 L 35.36 37.757 C 35.164 37.679 35.102 37.433 35.236 37.271 L 36.983 35.12 C 37.069 35.012 37.073 34.86 36.993 34.748 L 35.525 32.628 C 35.389 32.432 35.517 32.162 35.755 32.142 C 35.757 32.142 35.76 32.142 35.763 32.142 L 38.038 31.966 C 38.204 31.956 38.338 31.811 38.328 31.636 L 38.152 28.451 C 38.143 28.221 38.372 28.058 38.586 28.141 L 41.409 29.309 C 41.533 29.361 41.678 29.329 41.76 29.226 L 43.704 27.055 C 43.858 26.882 44.138 26.926 44.232 27.137 L 45.4 30.147 C 45.555 30.519 46.02 30.653 46.352 30.405 L 50.922 27.003 C 51.439 26.62 51.108 25.793 50.467 25.886 L 47.457 26.29 C 47.315 26.31 47.177 26.228 47.127 26.093 L 45.545 22.03 C 45.375 21.605 44.819 21.504 44.511 21.843 L 41.068 25.576 C 40.977 25.67 40.837 25.699 40.716 25.649 L 36.187 23.736 C 35.782 23.568 35.335 23.856 35.319 24.294 L 35.153 28.968 C 35.147 29.127 35.022 29.256 34.863 29.268 L 30.728 29.536 C 30.249 29.566 29.983 30.103 30.248 30.502 C 30.25 30.504 30.251 30.506 30.252 30.508 L 33.002 34.562 C 33.083 34.679 33.075 34.836 32.982 34.944 L 30.19 38.15 C 29.91 38.468 30.025 38.968 30.417 39.132 L 33.623 40.518 C 33.765 40.576 33.84 40.731 33.799 40.879 L 31.751 48.883 C 31.632 49.349 32.062 49.769 32.525 49.639 C 32.596 49.619 32.663 49.587 32.723 49.544 L 40.416 44.023 C 40.524 43.945 40.67 43.945 40.778 44.023 L 44.284 46.483 C 44.573 46.69 44.966 46.608 45.162 46.318 L 47.355 42.958 C 47.418 42.856 47.537 42.802 47.655 42.823 L 52.897 43.454 C 53.321 43.516 53.745 43.164 53.59 42.772 L 51.408 37.126 C 51.346 36.971 51.408 36.806 51.594 36.712 L 55.574 34.83 C 56.164 34.53 55.957 33.62 55.285 33.62 L 55.285 33.621 Z" fill="#9069E7"/>
|
|
4
|
+
</svg>
|