@workbuddy/n8n-nodes-workbuddy-vnext 1.0.38 → 1.0.39
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;AA6E5G,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;AA6E5G,qBAAa,SAAU,YAAW,SAAS;IACzC,WAAW,EAAE,oBAAoB,CAqrlB/B;IAEF,OAAO;;0CAEiC,qBAAqB,GAAG,OAAO,CAAC,oBAAoB,EAAE,CAAC;sCAG3D,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"}
|
|
@@ -6356,8 +6356,8 @@ class WorkBuddy {
|
|
|
6356
6356
|
{
|
|
6357
6357
|
name: 'Update resource status',
|
|
6358
6358
|
value: 'PublicJobStageResourceController_updateStatus',
|
|
6359
|
-
action: 'Update status (
|
|
6360
|
-
description: 'Update status (
|
|
6359
|
+
action: 'Update status (completed, onhold).',
|
|
6360
|
+
description: 'Update status (completed, onhold).',
|
|
6361
6361
|
routing: {
|
|
6362
6362
|
request: {
|
|
6363
6363
|
method: 'POST',
|
|
@@ -6708,18 +6708,6 @@ class WorkBuddy {
|
|
|
6708
6708
|
},
|
|
6709
6709
|
},
|
|
6710
6710
|
options: [
|
|
6711
|
-
{
|
|
6712
|
-
name: 'enroute',
|
|
6713
|
-
value: 'enroute',
|
|
6714
|
-
},
|
|
6715
|
-
{
|
|
6716
|
-
name: 'onsite',
|
|
6717
|
-
value: 'onsite',
|
|
6718
|
-
},
|
|
6719
|
-
{
|
|
6720
|
-
name: 'checkedout',
|
|
6721
|
-
value: 'checkedout',
|
|
6722
|
-
},
|
|
6723
6711
|
{
|
|
6724
6712
|
name: 'completed',
|
|
6725
6713
|
value: 'completed',
|
|
@@ -9854,7 +9842,7 @@ class WorkBuddy {
|
|
|
9854
9842
|
name: 'jobId',
|
|
9855
9843
|
type: 'string',
|
|
9856
9844
|
default: '',
|
|
9857
|
-
description: 'Job ID
|
|
9845
|
+
description: 'Job ID',
|
|
9858
9846
|
required: true,
|
|
9859
9847
|
displayOptions: {
|
|
9860
9848
|
show: {
|
|
@@ -10136,8 +10124,8 @@ class WorkBuddy {
|
|
|
10136
10124
|
{
|
|
10137
10125
|
displayName: 'To',
|
|
10138
10126
|
name: 'to',
|
|
10139
|
-
type: '
|
|
10140
|
-
default:
|
|
10127
|
+
type: 'json',
|
|
10128
|
+
default: {},
|
|
10141
10129
|
description: 'Recipients',
|
|
10142
10130
|
required: false,
|
|
10143
10131
|
displayOptions: {
|
|
@@ -10146,14 +10134,10 @@ class WorkBuddy {
|
|
|
10146
10134
|
operation: ['PublicJobActivitiesController_createSms'],
|
|
10147
10135
|
},
|
|
10148
10136
|
},
|
|
10149
|
-
typeOptions: {
|
|
10150
|
-
multipleValues: true,
|
|
10151
|
-
},
|
|
10152
10137
|
routing: {
|
|
10153
10138
|
send: {
|
|
10154
10139
|
type: 'body',
|
|
10155
10140
|
property: 'to',
|
|
10156
|
-
value: '={{ $value.map(v => ({ mobile: v })) }}',
|
|
10157
10141
|
},
|
|
10158
10142
|
},
|
|
10159
10143
|
},
|
|
@@ -10265,6 +10249,26 @@ class WorkBuddy {
|
|
|
10265
10249
|
},
|
|
10266
10250
|
},
|
|
10267
10251
|
},
|
|
10252
|
+
{
|
|
10253
|
+
displayName: 'Call Date',
|
|
10254
|
+
name: 'callDate',
|
|
10255
|
+
type: 'dateTime',
|
|
10256
|
+
default: '',
|
|
10257
|
+
description: 'call date (ISO 8601 datetime)',
|
|
10258
|
+
required: true,
|
|
10259
|
+
displayOptions: {
|
|
10260
|
+
show: {
|
|
10261
|
+
resource: ['jobs-activities'],
|
|
10262
|
+
operation: ['PublicJobActivitiesController_createPhone'],
|
|
10263
|
+
},
|
|
10264
|
+
},
|
|
10265
|
+
routing: {
|
|
10266
|
+
send: {
|
|
10267
|
+
type: 'body',
|
|
10268
|
+
property: 'callDate',
|
|
10269
|
+
},
|
|
10270
|
+
},
|
|
10271
|
+
},
|
|
10268
10272
|
{
|
|
10269
10273
|
displayName: 'Outcome',
|
|
10270
10274
|
name: 'outcome',
|
|
@@ -10335,26 +10339,6 @@ class WorkBuddy {
|
|
|
10335
10339
|
},
|
|
10336
10340
|
},
|
|
10337
10341
|
},
|
|
10338
|
-
{
|
|
10339
|
-
displayName: 'Call Date',
|
|
10340
|
-
name: 'callDate',
|
|
10341
|
-
type: 'dateTime',
|
|
10342
|
-
default: '',
|
|
10343
|
-
description: 'call date (ISO 8601 datetime)',
|
|
10344
|
-
required: false,
|
|
10345
|
-
displayOptions: {
|
|
10346
|
-
show: {
|
|
10347
|
-
resource: ['jobs-activities'],
|
|
10348
|
-
operation: ['PublicJobActivitiesController_createPhone'],
|
|
10349
|
-
},
|
|
10350
|
-
},
|
|
10351
|
-
routing: {
|
|
10352
|
-
send: {
|
|
10353
|
-
type: 'body',
|
|
10354
|
-
property: 'callDate',
|
|
10355
|
-
},
|
|
10356
|
-
},
|
|
10357
|
-
},
|
|
10358
10342
|
{
|
|
10359
10343
|
displayName: 'Body',
|
|
10360
10344
|
name: 'body',
|
|
@@ -11041,7 +11025,7 @@ class WorkBuddy {
|
|
|
11041
11025
|
name: 'jobId',
|
|
11042
11026
|
type: 'string',
|
|
11043
11027
|
default: '',
|
|
11044
|
-
description: '',
|
|
11028
|
+
description: 'Job ID',
|
|
11045
11029
|
required: true,
|
|
11046
11030
|
displayOptions: {
|
|
11047
11031
|
show: {
|
|
@@ -11337,8 +11321,8 @@ class WorkBuddy {
|
|
|
11337
11321
|
{
|
|
11338
11322
|
displayName: 'To',
|
|
11339
11323
|
name: 'to',
|
|
11340
|
-
type: '
|
|
11341
|
-
default:
|
|
11324
|
+
type: 'json',
|
|
11325
|
+
default: {},
|
|
11342
11326
|
description: 'Recipients',
|
|
11343
11327
|
required: false,
|
|
11344
11328
|
displayOptions: {
|
|
@@ -11347,14 +11331,10 @@ class WorkBuddy {
|
|
|
11347
11331
|
operation: ['PublicStageActivitiesController_createSms'],
|
|
11348
11332
|
},
|
|
11349
11333
|
},
|
|
11350
|
-
typeOptions: {
|
|
11351
|
-
multipleValues: true,
|
|
11352
|
-
},
|
|
11353
11334
|
routing: {
|
|
11354
11335
|
send: {
|
|
11355
11336
|
type: 'body',
|
|
11356
11337
|
property: 'to',
|
|
11357
|
-
value: '={{ $value.map(v => ({ mobile: v })) }}',
|
|
11358
11338
|
},
|
|
11359
11339
|
},
|
|
11360
11340
|
},
|
|
@@ -11480,6 +11460,26 @@ class WorkBuddy {
|
|
|
11480
11460
|
},
|
|
11481
11461
|
},
|
|
11482
11462
|
},
|
|
11463
|
+
{
|
|
11464
|
+
displayName: 'Call Date',
|
|
11465
|
+
name: 'callDate',
|
|
11466
|
+
type: 'dateTime',
|
|
11467
|
+
default: '',
|
|
11468
|
+
description: 'call date (ISO 8601 datetime)',
|
|
11469
|
+
required: true,
|
|
11470
|
+
displayOptions: {
|
|
11471
|
+
show: {
|
|
11472
|
+
resource: ['stages-activities'],
|
|
11473
|
+
operation: ['PublicStageActivitiesController_createPhone'],
|
|
11474
|
+
},
|
|
11475
|
+
},
|
|
11476
|
+
routing: {
|
|
11477
|
+
send: {
|
|
11478
|
+
type: 'body',
|
|
11479
|
+
property: 'callDate',
|
|
11480
|
+
},
|
|
11481
|
+
},
|
|
11482
|
+
},
|
|
11483
11483
|
{
|
|
11484
11484
|
displayName: 'Outcome',
|
|
11485
11485
|
name: 'outcome',
|
|
@@ -11550,26 +11550,6 @@ class WorkBuddy {
|
|
|
11550
11550
|
},
|
|
11551
11551
|
},
|
|
11552
11552
|
},
|
|
11553
|
-
{
|
|
11554
|
-
displayName: 'Call Date',
|
|
11555
|
-
name: 'callDate',
|
|
11556
|
-
type: 'dateTime',
|
|
11557
|
-
default: '',
|
|
11558
|
-
description: 'call date (ISO 8601 datetime)',
|
|
11559
|
-
required: false,
|
|
11560
|
-
displayOptions: {
|
|
11561
|
-
show: {
|
|
11562
|
-
resource: ['stages-activities'],
|
|
11563
|
-
operation: ['PublicStageActivitiesController_createPhone'],
|
|
11564
|
-
},
|
|
11565
|
-
},
|
|
11566
|
-
routing: {
|
|
11567
|
-
send: {
|
|
11568
|
-
type: 'body',
|
|
11569
|
-
property: 'callDate',
|
|
11570
|
-
},
|
|
11571
|
-
},
|
|
11572
|
-
},
|
|
11573
11553
|
{
|
|
11574
11554
|
displayName: 'Body',
|
|
11575
11555
|
name: 'body',
|
|
@@ -12544,6 +12524,13 @@ class WorkBuddy {
|
|
|
12544
12524
|
default: false,
|
|
12545
12525
|
description: '',
|
|
12546
12526
|
},
|
|
12527
|
+
{
|
|
12528
|
+
displayName: 'Form Enabled',
|
|
12529
|
+
name: 'formEnabled',
|
|
12530
|
+
type: 'boolean',
|
|
12531
|
+
default: false,
|
|
12532
|
+
description: '',
|
|
12533
|
+
},
|
|
12547
12534
|
],
|
|
12548
12535
|
routing: {
|
|
12549
12536
|
send: {
|
|
@@ -13498,6 +13485,13 @@ class WorkBuddy {
|
|
|
13498
13485
|
default: false,
|
|
13499
13486
|
description: '',
|
|
13500
13487
|
},
|
|
13488
|
+
{
|
|
13489
|
+
displayName: 'Form Enabled',
|
|
13490
|
+
name: 'formEnabled',
|
|
13491
|
+
type: 'boolean',
|
|
13492
|
+
default: false,
|
|
13493
|
+
description: '',
|
|
13494
|
+
},
|
|
13501
13495
|
],
|
|
13502
13496
|
routing: {
|
|
13503
13497
|
send: {
|