@workbuddy/n8n-nodes-workbuddy-edge 1.0.13 → 1.0.15
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkBuddy.node.d.ts","sourceRoot":"","sources":["../../../nodes/WorkBuddy/WorkBuddy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAsD5G,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,
|
|
1
|
+
{"version":3,"file":"WorkBuddy.node.d.ts","sourceRoot":"","sources":["../../../nodes/WorkBuddy/WorkBuddy.node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AAsD5G,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,CA8xX/B;IAEF,OAAO;;sCAE6B,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAG3D,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;qCAGpD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGtD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGvD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;kCAG3D,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAGnD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;qCAGxD,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;;MAIxF;CACH"}
|
|
@@ -3799,58 +3799,12 @@ class WorkBuddy {
|
|
|
3799
3799
|
},
|
|
3800
3800
|
},
|
|
3801
3801
|
{
|
|
3802
|
-
displayName: '
|
|
3803
|
-
name: '
|
|
3804
|
-
type: 'string',
|
|
3805
|
-
default: '',
|
|
3806
|
-
typeOptions: {
|
|
3807
|
-
multipleValues: true,
|
|
3808
|
-
},
|
|
3809
|
-
description: '',
|
|
3810
|
-
displayOptions: {
|
|
3811
|
-
show: {
|
|
3812
|
-
resource: ['jobs'],
|
|
3813
|
-
operation: ['PublicApiJobController_update'],
|
|
3814
|
-
},
|
|
3815
|
-
},
|
|
3816
|
-
routing: {
|
|
3817
|
-
send: {
|
|
3818
|
-
type: 'body',
|
|
3819
|
-
property: 'tags.set',
|
|
3820
|
-
},
|
|
3821
|
-
},
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
displayName: 'Tags Add',
|
|
3825
|
-
name: 'tagsAdd',
|
|
3826
|
-
type: 'string',
|
|
3827
|
-
default: '',
|
|
3828
|
-
typeOptions: {
|
|
3829
|
-
multipleValues: true,
|
|
3830
|
-
},
|
|
3831
|
-
description: '',
|
|
3832
|
-
displayOptions: {
|
|
3833
|
-
show: {
|
|
3834
|
-
resource: ['jobs'],
|
|
3835
|
-
operation: ['PublicApiJobController_update'],
|
|
3836
|
-
},
|
|
3837
|
-
},
|
|
3838
|
-
routing: {
|
|
3839
|
-
send: {
|
|
3840
|
-
type: 'body',
|
|
3841
|
-
property: 'tags.add',
|
|
3842
|
-
},
|
|
3843
|
-
},
|
|
3844
|
-
},
|
|
3845
|
-
{
|
|
3846
|
-
displayName: 'Tags Remove',
|
|
3847
|
-
name: 'tagsRemove',
|
|
3802
|
+
displayName: 'Tag Ids',
|
|
3803
|
+
name: 'tagIds',
|
|
3848
3804
|
type: 'string',
|
|
3849
3805
|
default: '',
|
|
3850
|
-
typeOptions: {
|
|
3851
|
-
multipleValues: true,
|
|
3852
|
-
},
|
|
3853
3806
|
description: '',
|
|
3807
|
+
required: false,
|
|
3854
3808
|
displayOptions: {
|
|
3855
3809
|
show: {
|
|
3856
3810
|
resource: ['jobs'],
|
|
@@ -3860,7 +3814,7 @@ class WorkBuddy {
|
|
|
3860
3814
|
routing: {
|
|
3861
3815
|
send: {
|
|
3862
3816
|
type: 'body',
|
|
3863
|
-
property: '
|
|
3817
|
+
property: 'tagIds',
|
|
3864
3818
|
},
|
|
3865
3819
|
},
|
|
3866
3820
|
},
|
|
@@ -6189,9 +6143,9 @@ class WorkBuddy {
|
|
|
6189
6143
|
{
|
|
6190
6144
|
displayName: 'To',
|
|
6191
6145
|
name: 'to',
|
|
6192
|
-
type: '
|
|
6193
|
-
default:
|
|
6194
|
-
description: '',
|
|
6146
|
+
type: 'string',
|
|
6147
|
+
default: '',
|
|
6148
|
+
description: 'Enter email values',
|
|
6195
6149
|
required: false,
|
|
6196
6150
|
displayOptions: {
|
|
6197
6151
|
show: {
|
|
@@ -6199,19 +6153,23 @@ class WorkBuddy {
|
|
|
6199
6153
|
operation: ['PublicJobActivitiesController_createEmail'],
|
|
6200
6154
|
},
|
|
6201
6155
|
},
|
|
6156
|
+
typeOptions: {
|
|
6157
|
+
multipleValues: true,
|
|
6158
|
+
},
|
|
6202
6159
|
routing: {
|
|
6203
6160
|
send: {
|
|
6204
6161
|
type: 'body',
|
|
6205
6162
|
property: 'to',
|
|
6163
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
6206
6164
|
},
|
|
6207
6165
|
},
|
|
6208
6166
|
},
|
|
6209
6167
|
{
|
|
6210
6168
|
displayName: 'Cc',
|
|
6211
6169
|
name: 'cc',
|
|
6212
|
-
type: '
|
|
6213
|
-
default:
|
|
6214
|
-
description: '',
|
|
6170
|
+
type: 'string',
|
|
6171
|
+
default: '',
|
|
6172
|
+
description: 'Enter email values',
|
|
6215
6173
|
required: false,
|
|
6216
6174
|
displayOptions: {
|
|
6217
6175
|
show: {
|
|
@@ -6219,19 +6177,23 @@ class WorkBuddy {
|
|
|
6219
6177
|
operation: ['PublicJobActivitiesController_createEmail'],
|
|
6220
6178
|
},
|
|
6221
6179
|
},
|
|
6180
|
+
typeOptions: {
|
|
6181
|
+
multipleValues: true,
|
|
6182
|
+
},
|
|
6222
6183
|
routing: {
|
|
6223
6184
|
send: {
|
|
6224
6185
|
type: 'body',
|
|
6225
6186
|
property: 'cc',
|
|
6187
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
6226
6188
|
},
|
|
6227
6189
|
},
|
|
6228
6190
|
},
|
|
6229
6191
|
{
|
|
6230
6192
|
displayName: 'Bcc',
|
|
6231
6193
|
name: 'bcc',
|
|
6232
|
-
type: '
|
|
6233
|
-
default:
|
|
6234
|
-
description: '',
|
|
6194
|
+
type: 'string',
|
|
6195
|
+
default: '',
|
|
6196
|
+
description: 'Enter email values',
|
|
6235
6197
|
required: false,
|
|
6236
6198
|
displayOptions: {
|
|
6237
6199
|
show: {
|
|
@@ -6239,10 +6201,14 @@ class WorkBuddy {
|
|
|
6239
6201
|
operation: ['PublicJobActivitiesController_createEmail'],
|
|
6240
6202
|
},
|
|
6241
6203
|
},
|
|
6204
|
+
typeOptions: {
|
|
6205
|
+
multipleValues: true,
|
|
6206
|
+
},
|
|
6242
6207
|
routing: {
|
|
6243
6208
|
send: {
|
|
6244
6209
|
type: 'body',
|
|
6245
6210
|
property: 'bcc',
|
|
6211
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
6246
6212
|
},
|
|
6247
6213
|
},
|
|
6248
6214
|
},
|
|
@@ -6387,9 +6353,9 @@ class WorkBuddy {
|
|
|
6387
6353
|
{
|
|
6388
6354
|
displayName: 'To',
|
|
6389
6355
|
name: 'to',
|
|
6390
|
-
type: '
|
|
6391
|
-
default:
|
|
6392
|
-
description: '',
|
|
6356
|
+
type: 'string',
|
|
6357
|
+
default: '',
|
|
6358
|
+
description: 'Enter mobile values',
|
|
6393
6359
|
required: false,
|
|
6394
6360
|
displayOptions: {
|
|
6395
6361
|
show: {
|
|
@@ -6397,10 +6363,14 @@ class WorkBuddy {
|
|
|
6397
6363
|
operation: ['PublicJobActivitiesController_createSms'],
|
|
6398
6364
|
},
|
|
6399
6365
|
},
|
|
6366
|
+
typeOptions: {
|
|
6367
|
+
multipleValues: true,
|
|
6368
|
+
},
|
|
6400
6369
|
routing: {
|
|
6401
6370
|
send: {
|
|
6402
6371
|
type: 'body',
|
|
6403
6372
|
property: 'to',
|
|
6373
|
+
value: '={{ $value.map(v => ({ mobile: v })) }}',
|
|
6404
6374
|
},
|
|
6405
6375
|
},
|
|
6406
6376
|
},
|
|
@@ -7230,9 +7200,9 @@ class WorkBuddy {
|
|
|
7230
7200
|
{
|
|
7231
7201
|
displayName: 'To',
|
|
7232
7202
|
name: 'to',
|
|
7233
|
-
type: '
|
|
7234
|
-
default:
|
|
7235
|
-
description: '',
|
|
7203
|
+
type: 'string',
|
|
7204
|
+
default: '',
|
|
7205
|
+
description: 'Enter email values',
|
|
7236
7206
|
required: false,
|
|
7237
7207
|
displayOptions: {
|
|
7238
7208
|
show: {
|
|
@@ -7240,19 +7210,23 @@ class WorkBuddy {
|
|
|
7240
7210
|
operation: ['PublicStageActivitiesController_createEmail'],
|
|
7241
7211
|
},
|
|
7242
7212
|
},
|
|
7213
|
+
typeOptions: {
|
|
7214
|
+
multipleValues: true,
|
|
7215
|
+
},
|
|
7243
7216
|
routing: {
|
|
7244
7217
|
send: {
|
|
7245
7218
|
type: 'body',
|
|
7246
7219
|
property: 'to',
|
|
7220
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
7247
7221
|
},
|
|
7248
7222
|
},
|
|
7249
7223
|
},
|
|
7250
7224
|
{
|
|
7251
7225
|
displayName: 'Cc',
|
|
7252
7226
|
name: 'cc',
|
|
7253
|
-
type: '
|
|
7254
|
-
default:
|
|
7255
|
-
description: '',
|
|
7227
|
+
type: 'string',
|
|
7228
|
+
default: '',
|
|
7229
|
+
description: 'Enter email values',
|
|
7256
7230
|
required: false,
|
|
7257
7231
|
displayOptions: {
|
|
7258
7232
|
show: {
|
|
@@ -7260,19 +7234,23 @@ class WorkBuddy {
|
|
|
7260
7234
|
operation: ['PublicStageActivitiesController_createEmail'],
|
|
7261
7235
|
},
|
|
7262
7236
|
},
|
|
7237
|
+
typeOptions: {
|
|
7238
|
+
multipleValues: true,
|
|
7239
|
+
},
|
|
7263
7240
|
routing: {
|
|
7264
7241
|
send: {
|
|
7265
7242
|
type: 'body',
|
|
7266
7243
|
property: 'cc',
|
|
7244
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
7267
7245
|
},
|
|
7268
7246
|
},
|
|
7269
7247
|
},
|
|
7270
7248
|
{
|
|
7271
7249
|
displayName: 'Bcc',
|
|
7272
7250
|
name: 'bcc',
|
|
7273
|
-
type: '
|
|
7274
|
-
default:
|
|
7275
|
-
description: '',
|
|
7251
|
+
type: 'string',
|
|
7252
|
+
default: '',
|
|
7253
|
+
description: 'Enter email values',
|
|
7276
7254
|
required: false,
|
|
7277
7255
|
displayOptions: {
|
|
7278
7256
|
show: {
|
|
@@ -7280,10 +7258,14 @@ class WorkBuddy {
|
|
|
7280
7258
|
operation: ['PublicStageActivitiesController_createEmail'],
|
|
7281
7259
|
},
|
|
7282
7260
|
},
|
|
7261
|
+
typeOptions: {
|
|
7262
|
+
multipleValues: true,
|
|
7263
|
+
},
|
|
7283
7264
|
routing: {
|
|
7284
7265
|
send: {
|
|
7285
7266
|
type: 'body',
|
|
7286
7267
|
property: 'bcc',
|
|
7268
|
+
value: '={{ $value.map(v => ({ email: v })) }}',
|
|
7287
7269
|
},
|
|
7288
7270
|
},
|
|
7289
7271
|
},
|
|
@@ -7442,9 +7424,9 @@ class WorkBuddy {
|
|
|
7442
7424
|
{
|
|
7443
7425
|
displayName: 'To',
|
|
7444
7426
|
name: 'to',
|
|
7445
|
-
type: '
|
|
7446
|
-
default:
|
|
7447
|
-
description: '',
|
|
7427
|
+
type: 'string',
|
|
7428
|
+
default: '',
|
|
7429
|
+
description: 'Enter mobile values',
|
|
7448
7430
|
required: false,
|
|
7449
7431
|
displayOptions: {
|
|
7450
7432
|
show: {
|
|
@@ -7452,10 +7434,14 @@ class WorkBuddy {
|
|
|
7452
7434
|
operation: ['PublicStageActivitiesController_createSms'],
|
|
7453
7435
|
},
|
|
7454
7436
|
},
|
|
7437
|
+
typeOptions: {
|
|
7438
|
+
multipleValues: true,
|
|
7439
|
+
},
|
|
7455
7440
|
routing: {
|
|
7456
7441
|
send: {
|
|
7457
7442
|
type: 'body',
|
|
7458
7443
|
property: 'to',
|
|
7444
|
+
value: '={{ $value.map(v => ({ mobile: v })) }}',
|
|
7459
7445
|
},
|
|
7460
7446
|
},
|
|
7461
7447
|
},
|
|
@@ -8825,58 +8811,12 @@ class WorkBuddy {
|
|
|
8825
8811
|
},
|
|
8826
8812
|
},
|
|
8827
8813
|
{
|
|
8828
|
-
displayName: '
|
|
8829
|
-
name: '
|
|
8830
|
-
type: 'string',
|
|
8831
|
-
default: '',
|
|
8832
|
-
typeOptions: {
|
|
8833
|
-
multipleValues: true,
|
|
8834
|
-
},
|
|
8835
|
-
description: '',
|
|
8836
|
-
displayOptions: {
|
|
8837
|
-
show: {
|
|
8838
|
-
resource: ['jobs-tasks'],
|
|
8839
|
-
operation: ['PublicJobTasksController_update'],
|
|
8840
|
-
},
|
|
8841
|
-
},
|
|
8842
|
-
routing: {
|
|
8843
|
-
send: {
|
|
8844
|
-
type: 'body',
|
|
8845
|
-
property: 'tags.set',
|
|
8846
|
-
},
|
|
8847
|
-
},
|
|
8848
|
-
},
|
|
8849
|
-
{
|
|
8850
|
-
displayName: 'Tags Add',
|
|
8851
|
-
name: 'tagsAdd',
|
|
8852
|
-
type: 'string',
|
|
8853
|
-
default: '',
|
|
8854
|
-
typeOptions: {
|
|
8855
|
-
multipleValues: true,
|
|
8856
|
-
},
|
|
8857
|
-
description: '',
|
|
8858
|
-
displayOptions: {
|
|
8859
|
-
show: {
|
|
8860
|
-
resource: ['jobs-tasks'],
|
|
8861
|
-
operation: ['PublicJobTasksController_update'],
|
|
8862
|
-
},
|
|
8863
|
-
},
|
|
8864
|
-
routing: {
|
|
8865
|
-
send: {
|
|
8866
|
-
type: 'body',
|
|
8867
|
-
property: 'tags.add',
|
|
8868
|
-
},
|
|
8869
|
-
},
|
|
8870
|
-
},
|
|
8871
|
-
{
|
|
8872
|
-
displayName: 'Tags Remove',
|
|
8873
|
-
name: 'tagsRemove',
|
|
8814
|
+
displayName: 'Tag Ids',
|
|
8815
|
+
name: 'tagIds',
|
|
8874
8816
|
type: 'string',
|
|
8875
8817
|
default: '',
|
|
8876
|
-
typeOptions: {
|
|
8877
|
-
multipleValues: true,
|
|
8878
|
-
},
|
|
8879
8818
|
description: '',
|
|
8819
|
+
required: false,
|
|
8880
8820
|
displayOptions: {
|
|
8881
8821
|
show: {
|
|
8882
8822
|
resource: ['jobs-tasks'],
|
|
@@ -8886,7 +8826,7 @@ class WorkBuddy {
|
|
|
8886
8826
|
routing: {
|
|
8887
8827
|
send: {
|
|
8888
8828
|
type: 'body',
|
|
8889
|
-
property: '
|
|
8829
|
+
property: 'tagIds',
|
|
8890
8830
|
},
|
|
8891
8831
|
},
|
|
8892
8832
|
},
|
|
@@ -9847,58 +9787,12 @@ class WorkBuddy {
|
|
|
9847
9787
|
},
|
|
9848
9788
|
},
|
|
9849
9789
|
{
|
|
9850
|
-
displayName: '
|
|
9851
|
-
name: '
|
|
9852
|
-
type: 'string',
|
|
9853
|
-
default: '',
|
|
9854
|
-
typeOptions: {
|
|
9855
|
-
multipleValues: true,
|
|
9856
|
-
},
|
|
9857
|
-
description: '',
|
|
9858
|
-
displayOptions: {
|
|
9859
|
-
show: {
|
|
9860
|
-
resource: ['stages-tasks'],
|
|
9861
|
-
operation: ['PublicStageTasksController_update'],
|
|
9862
|
-
},
|
|
9863
|
-
},
|
|
9864
|
-
routing: {
|
|
9865
|
-
send: {
|
|
9866
|
-
type: 'body',
|
|
9867
|
-
property: 'tags.set',
|
|
9868
|
-
},
|
|
9869
|
-
},
|
|
9870
|
-
},
|
|
9871
|
-
{
|
|
9872
|
-
displayName: 'Tags Add',
|
|
9873
|
-
name: 'tagsAdd',
|
|
9874
|
-
type: 'string',
|
|
9875
|
-
default: '',
|
|
9876
|
-
typeOptions: {
|
|
9877
|
-
multipleValues: true,
|
|
9878
|
-
},
|
|
9879
|
-
description: '',
|
|
9880
|
-
displayOptions: {
|
|
9881
|
-
show: {
|
|
9882
|
-
resource: ['stages-tasks'],
|
|
9883
|
-
operation: ['PublicStageTasksController_update'],
|
|
9884
|
-
},
|
|
9885
|
-
},
|
|
9886
|
-
routing: {
|
|
9887
|
-
send: {
|
|
9888
|
-
type: 'body',
|
|
9889
|
-
property: 'tags.add',
|
|
9890
|
-
},
|
|
9891
|
-
},
|
|
9892
|
-
},
|
|
9893
|
-
{
|
|
9894
|
-
displayName: 'Tags Remove',
|
|
9895
|
-
name: 'tagsRemove',
|
|
9790
|
+
displayName: 'Tag Ids',
|
|
9791
|
+
name: 'tagIds',
|
|
9896
9792
|
type: 'string',
|
|
9897
9793
|
default: '',
|
|
9898
|
-
typeOptions: {
|
|
9899
|
-
multipleValues: true,
|
|
9900
|
-
},
|
|
9901
9794
|
description: '',
|
|
9795
|
+
required: false,
|
|
9902
9796
|
displayOptions: {
|
|
9903
9797
|
show: {
|
|
9904
9798
|
resource: ['stages-tasks'],
|
|
@@ -9908,7 +9802,7 @@ class WorkBuddy {
|
|
|
9908
9802
|
routing: {
|
|
9909
9803
|
send: {
|
|
9910
9804
|
type: 'body',
|
|
9911
|
-
property: '
|
|
9805
|
+
property: 'tagIds',
|
|
9912
9806
|
},
|
|
9913
9807
|
},
|
|
9914
9808
|
},
|
|
@@ -12098,12 +11992,12 @@ class WorkBuddy {
|
|
|
12098
11992
|
},
|
|
12099
11993
|
},
|
|
12100
11994
|
{
|
|
12101
|
-
displayName: '
|
|
12102
|
-
name: '
|
|
11995
|
+
displayName: 'Method',
|
|
11996
|
+
name: 'method',
|
|
12103
11997
|
type: 'string',
|
|
12104
11998
|
default: '',
|
|
12105
11999
|
description: '',
|
|
12106
|
-
required:
|
|
12000
|
+
required: true,
|
|
12107
12001
|
displayOptions: {
|
|
12108
12002
|
show: {
|
|
12109
12003
|
resource: ['mcp'],
|
|
@@ -12113,17 +12007,17 @@ class WorkBuddy {
|
|
|
12113
12007
|
routing: {
|
|
12114
12008
|
send: {
|
|
12115
12009
|
type: 'body',
|
|
12116
|
-
property: '
|
|
12010
|
+
property: 'method',
|
|
12117
12011
|
},
|
|
12118
12012
|
},
|
|
12119
12013
|
},
|
|
12120
12014
|
{
|
|
12121
|
-
displayName: '
|
|
12122
|
-
name: '
|
|
12015
|
+
displayName: 'Id',
|
|
12016
|
+
name: 'id',
|
|
12123
12017
|
type: 'string',
|
|
12124
12018
|
default: '',
|
|
12125
12019
|
description: '',
|
|
12126
|
-
required:
|
|
12020
|
+
required: false,
|
|
12127
12021
|
displayOptions: {
|
|
12128
12022
|
show: {
|
|
12129
12023
|
resource: ['mcp'],
|
|
@@ -12133,7 +12027,7 @@ class WorkBuddy {
|
|
|
12133
12027
|
routing: {
|
|
12134
12028
|
send: {
|
|
12135
12029
|
type: 'body',
|
|
12136
|
-
property: '
|
|
12030
|
+
property: 'id',
|
|
12137
12031
|
},
|
|
12138
12032
|
},
|
|
12139
12033
|
},
|