@workbuddy/n8n-nodes-workbuddy-edge 1.0.12 → 1.0.14
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,CAw4X/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,12 +3799,14 @@ class WorkBuddy {
|
|
|
3799
3799
|
},
|
|
3800
3800
|
},
|
|
3801
3801
|
{
|
|
3802
|
-
displayName: '
|
|
3803
|
-
name: '
|
|
3802
|
+
displayName: 'Tags Set',
|
|
3803
|
+
name: 'tagsSet',
|
|
3804
3804
|
type: 'string',
|
|
3805
3805
|
default: '',
|
|
3806
|
+
typeOptions: {
|
|
3807
|
+
multipleValues: true,
|
|
3808
|
+
},
|
|
3806
3809
|
description: '',
|
|
3807
|
-
required: false,
|
|
3808
3810
|
displayOptions: {
|
|
3809
3811
|
show: {
|
|
3810
3812
|
resource: ['jobs'],
|
|
@@ -3814,7 +3816,51 @@ class WorkBuddy {
|
|
|
3814
3816
|
routing: {
|
|
3815
3817
|
send: {
|
|
3816
3818
|
type: 'body',
|
|
3817
|
-
property: '
|
|
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',
|
|
3848
|
+
type: 'string',
|
|
3849
|
+
default: '',
|
|
3850
|
+
typeOptions: {
|
|
3851
|
+
multipleValues: true,
|
|
3852
|
+
},
|
|
3853
|
+
description: '',
|
|
3854
|
+
displayOptions: {
|
|
3855
|
+
show: {
|
|
3856
|
+
resource: ['jobs'],
|
|
3857
|
+
operation: ['PublicApiJobController_update'],
|
|
3858
|
+
},
|
|
3859
|
+
},
|
|
3860
|
+
routing: {
|
|
3861
|
+
send: {
|
|
3862
|
+
type: 'body',
|
|
3863
|
+
property: 'tags.remove',
|
|
3818
3864
|
},
|
|
3819
3865
|
},
|
|
3820
3866
|
},
|
|
@@ -6758,7 +6804,7 @@ class WorkBuddy {
|
|
|
6758
6804
|
routing: {
|
|
6759
6805
|
request: {
|
|
6760
6806
|
method: 'GET',
|
|
6761
|
-
url: '/api/v2/public/jobs
|
|
6807
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities',
|
|
6762
6808
|
},
|
|
6763
6809
|
},
|
|
6764
6810
|
},
|
|
@@ -6770,7 +6816,7 @@ class WorkBuddy {
|
|
|
6770
6816
|
routing: {
|
|
6771
6817
|
request: {
|
|
6772
6818
|
method: 'GET',
|
|
6773
|
-
url: '/api/v2/public/jobs
|
|
6819
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/={{ $parameter["id"] }}',
|
|
6774
6820
|
},
|
|
6775
6821
|
},
|
|
6776
6822
|
},
|
|
@@ -6782,7 +6828,7 @@ class WorkBuddy {
|
|
|
6782
6828
|
routing: {
|
|
6783
6829
|
request: {
|
|
6784
6830
|
method: 'DELETE',
|
|
6785
|
-
url: '/api/v2/public/jobs
|
|
6831
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/={{ $parameter["id"] }}',
|
|
6786
6832
|
},
|
|
6787
6833
|
},
|
|
6788
6834
|
},
|
|
@@ -6794,7 +6840,7 @@ class WorkBuddy {
|
|
|
6794
6840
|
routing: {
|
|
6795
6841
|
request: {
|
|
6796
6842
|
method: 'POST',
|
|
6797
|
-
url: '/api/v2/public/jobs
|
|
6843
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/note',
|
|
6798
6844
|
},
|
|
6799
6845
|
},
|
|
6800
6846
|
},
|
|
@@ -6806,7 +6852,7 @@ class WorkBuddy {
|
|
|
6806
6852
|
routing: {
|
|
6807
6853
|
request: {
|
|
6808
6854
|
method: 'POST',
|
|
6809
|
-
url: '/api/v2/public/jobs
|
|
6855
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/email',
|
|
6810
6856
|
},
|
|
6811
6857
|
},
|
|
6812
6858
|
},
|
|
@@ -6818,7 +6864,7 @@ class WorkBuddy {
|
|
|
6818
6864
|
routing: {
|
|
6819
6865
|
request: {
|
|
6820
6866
|
method: 'POST',
|
|
6821
|
-
url: '/api/v2/public/jobs
|
|
6867
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/sms',
|
|
6822
6868
|
},
|
|
6823
6869
|
},
|
|
6824
6870
|
},
|
|
@@ -6830,7 +6876,7 @@ class WorkBuddy {
|
|
|
6830
6876
|
routing: {
|
|
6831
6877
|
request: {
|
|
6832
6878
|
method: 'POST',
|
|
6833
|
-
url: '/api/v2/public/jobs
|
|
6879
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/phone',
|
|
6834
6880
|
},
|
|
6835
6881
|
},
|
|
6836
6882
|
},
|
|
@@ -6842,7 +6888,7 @@ class WorkBuddy {
|
|
|
6842
6888
|
routing: {
|
|
6843
6889
|
request: {
|
|
6844
6890
|
method: 'POST',
|
|
6845
|
-
url: '/api/v2/public/jobs
|
|
6891
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/integration',
|
|
6846
6892
|
},
|
|
6847
6893
|
},
|
|
6848
6894
|
},
|
|
@@ -6863,6 +6909,20 @@ class WorkBuddy {
|
|
|
6863
6909
|
},
|
|
6864
6910
|
},
|
|
6865
6911
|
},
|
|
6912
|
+
{
|
|
6913
|
+
displayName: 'Job Id',
|
|
6914
|
+
name: 'jobId',
|
|
6915
|
+
type: 'string',
|
|
6916
|
+
default: '',
|
|
6917
|
+
description: '',
|
|
6918
|
+
required: true,
|
|
6919
|
+
displayOptions: {
|
|
6920
|
+
show: {
|
|
6921
|
+
resource: ['stages-activities'],
|
|
6922
|
+
operation: ['PublicStageActivitiesController_list'],
|
|
6923
|
+
},
|
|
6924
|
+
},
|
|
6925
|
+
},
|
|
6866
6926
|
{
|
|
6867
6927
|
displayName: 'Stage Id',
|
|
6868
6928
|
name: 'stageId',
|
|
@@ -6891,6 +6951,20 @@ class WorkBuddy {
|
|
|
6891
6951
|
},
|
|
6892
6952
|
},
|
|
6893
6953
|
},
|
|
6954
|
+
{
|
|
6955
|
+
displayName: 'Job Id',
|
|
6956
|
+
name: 'jobId',
|
|
6957
|
+
type: 'string',
|
|
6958
|
+
default: '',
|
|
6959
|
+
description: '',
|
|
6960
|
+
required: true,
|
|
6961
|
+
displayOptions: {
|
|
6962
|
+
show: {
|
|
6963
|
+
resource: ['stages-activities'],
|
|
6964
|
+
operation: ['PublicStageActivitiesController_getById'],
|
|
6965
|
+
},
|
|
6966
|
+
},
|
|
6967
|
+
},
|
|
6894
6968
|
{
|
|
6895
6969
|
displayName: 'Stage Id',
|
|
6896
6970
|
name: 'stageId',
|
|
@@ -6919,6 +6993,20 @@ class WorkBuddy {
|
|
|
6919
6993
|
},
|
|
6920
6994
|
},
|
|
6921
6995
|
},
|
|
6996
|
+
{
|
|
6997
|
+
displayName: 'Job Id',
|
|
6998
|
+
name: 'jobId',
|
|
6999
|
+
type: 'string',
|
|
7000
|
+
default: '',
|
|
7001
|
+
description: '',
|
|
7002
|
+
required: true,
|
|
7003
|
+
displayOptions: {
|
|
7004
|
+
show: {
|
|
7005
|
+
resource: ['stages-activities'],
|
|
7006
|
+
operation: ['PublicStageActivitiesController_delete'],
|
|
7007
|
+
},
|
|
7008
|
+
},
|
|
7009
|
+
},
|
|
6922
7010
|
{
|
|
6923
7011
|
displayName: 'Stage Id',
|
|
6924
7012
|
name: 'stageId',
|
|
@@ -6933,6 +7021,20 @@ class WorkBuddy {
|
|
|
6933
7021
|
},
|
|
6934
7022
|
},
|
|
6935
7023
|
},
|
|
7024
|
+
{
|
|
7025
|
+
displayName: 'Job Id',
|
|
7026
|
+
name: 'jobId',
|
|
7027
|
+
type: 'string',
|
|
7028
|
+
default: '',
|
|
7029
|
+
description: '',
|
|
7030
|
+
required: true,
|
|
7031
|
+
displayOptions: {
|
|
7032
|
+
show: {
|
|
7033
|
+
resource: ['stages-activities'],
|
|
7034
|
+
operation: ['PublicStageActivitiesController_createNote'],
|
|
7035
|
+
},
|
|
7036
|
+
},
|
|
7037
|
+
},
|
|
6936
7038
|
{
|
|
6937
7039
|
displayName: 'Body',
|
|
6938
7040
|
name: 'body',
|
|
@@ -7051,6 +7153,20 @@ class WorkBuddy {
|
|
|
7051
7153
|
},
|
|
7052
7154
|
},
|
|
7053
7155
|
},
|
|
7156
|
+
{
|
|
7157
|
+
displayName: 'Job Id',
|
|
7158
|
+
name: 'jobId',
|
|
7159
|
+
type: 'string',
|
|
7160
|
+
default: '',
|
|
7161
|
+
description: '',
|
|
7162
|
+
required: true,
|
|
7163
|
+
displayOptions: {
|
|
7164
|
+
show: {
|
|
7165
|
+
resource: ['stages-activities'],
|
|
7166
|
+
operation: ['PublicStageActivitiesController_createEmail'],
|
|
7167
|
+
},
|
|
7168
|
+
},
|
|
7169
|
+
},
|
|
7054
7170
|
{
|
|
7055
7171
|
displayName: 'Template Id',
|
|
7056
7172
|
name: 'templateId',
|
|
@@ -7269,6 +7385,20 @@ class WorkBuddy {
|
|
|
7269
7385
|
},
|
|
7270
7386
|
},
|
|
7271
7387
|
},
|
|
7388
|
+
{
|
|
7389
|
+
displayName: 'Job Id',
|
|
7390
|
+
name: 'jobId',
|
|
7391
|
+
type: 'string',
|
|
7392
|
+
default: '',
|
|
7393
|
+
description: '',
|
|
7394
|
+
required: true,
|
|
7395
|
+
displayOptions: {
|
|
7396
|
+
show: {
|
|
7397
|
+
resource: ['stages-activities'],
|
|
7398
|
+
operation: ['PublicStageActivitiesController_createSms'],
|
|
7399
|
+
},
|
|
7400
|
+
},
|
|
7401
|
+
},
|
|
7272
7402
|
{
|
|
7273
7403
|
displayName: 'Template Id',
|
|
7274
7404
|
name: 'templateId',
|
|
@@ -7407,6 +7537,20 @@ class WorkBuddy {
|
|
|
7407
7537
|
},
|
|
7408
7538
|
},
|
|
7409
7539
|
},
|
|
7540
|
+
{
|
|
7541
|
+
displayName: 'Job Id',
|
|
7542
|
+
name: 'jobId',
|
|
7543
|
+
type: 'string',
|
|
7544
|
+
default: '',
|
|
7545
|
+
description: '',
|
|
7546
|
+
required: true,
|
|
7547
|
+
displayOptions: {
|
|
7548
|
+
show: {
|
|
7549
|
+
resource: ['stages-activities'],
|
|
7550
|
+
operation: ['PublicStageActivitiesController_createPhone'],
|
|
7551
|
+
},
|
|
7552
|
+
},
|
|
7553
|
+
},
|
|
7410
7554
|
{
|
|
7411
7555
|
displayName: 'Direction',
|
|
7412
7556
|
name: 'direction',
|
|
@@ -7625,6 +7769,20 @@ class WorkBuddy {
|
|
|
7625
7769
|
},
|
|
7626
7770
|
},
|
|
7627
7771
|
},
|
|
7772
|
+
{
|
|
7773
|
+
displayName: 'Job Id',
|
|
7774
|
+
name: 'jobId',
|
|
7775
|
+
type: 'string',
|
|
7776
|
+
default: '',
|
|
7777
|
+
description: '',
|
|
7778
|
+
required: true,
|
|
7779
|
+
displayOptions: {
|
|
7780
|
+
show: {
|
|
7781
|
+
resource: ['stages-activities'],
|
|
7782
|
+
operation: ['PublicStageActivitiesController_createIntegration'],
|
|
7783
|
+
},
|
|
7784
|
+
},
|
|
7785
|
+
},
|
|
7628
7786
|
{
|
|
7629
7787
|
displayName: 'Body',
|
|
7630
7788
|
name: 'body',
|
|
@@ -7876,7 +8034,7 @@ class WorkBuddy {
|
|
|
7876
8034
|
routing: {
|
|
7877
8035
|
request: {
|
|
7878
8036
|
method: 'GET',
|
|
7879
|
-
url: '/api/v2/public/jobs
|
|
8037
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/files',
|
|
7880
8038
|
},
|
|
7881
8039
|
},
|
|
7882
8040
|
},
|
|
@@ -7888,7 +8046,7 @@ class WorkBuddy {
|
|
|
7888
8046
|
routing: {
|
|
7889
8047
|
request: {
|
|
7890
8048
|
method: 'POST',
|
|
7891
|
-
url: '/api/v2/public/jobs
|
|
8049
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/files',
|
|
7892
8050
|
},
|
|
7893
8051
|
},
|
|
7894
8052
|
},
|
|
@@ -7900,7 +8058,7 @@ class WorkBuddy {
|
|
|
7900
8058
|
routing: {
|
|
7901
8059
|
request: {
|
|
7902
8060
|
method: 'GET',
|
|
7903
|
-
url: '/api/v2/public/jobs
|
|
8061
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/files/={{ $parameter["id"] }}',
|
|
7904
8062
|
},
|
|
7905
8063
|
},
|
|
7906
8064
|
},
|
|
@@ -7912,7 +8070,7 @@ class WorkBuddy {
|
|
|
7912
8070
|
routing: {
|
|
7913
8071
|
request: {
|
|
7914
8072
|
method: 'DELETE',
|
|
7915
|
-
url: '/api/v2/public/jobs
|
|
8073
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/files/={{ $parameter["id"] }}',
|
|
7916
8074
|
},
|
|
7917
8075
|
},
|
|
7918
8076
|
},
|
|
@@ -7933,6 +8091,20 @@ class WorkBuddy {
|
|
|
7933
8091
|
},
|
|
7934
8092
|
},
|
|
7935
8093
|
},
|
|
8094
|
+
{
|
|
8095
|
+
displayName: 'Job Id',
|
|
8096
|
+
name: 'jobId',
|
|
8097
|
+
type: 'string',
|
|
8098
|
+
default: '',
|
|
8099
|
+
description: '',
|
|
8100
|
+
required: true,
|
|
8101
|
+
displayOptions: {
|
|
8102
|
+
show: {
|
|
8103
|
+
resource: ['stages-files'],
|
|
8104
|
+
operation: ['PublicStageFilesController_list'],
|
|
8105
|
+
},
|
|
8106
|
+
},
|
|
8107
|
+
},
|
|
7936
8108
|
{
|
|
7937
8109
|
displayName: 'Stage Id',
|
|
7938
8110
|
name: 'stageId',
|
|
@@ -7947,6 +8119,20 @@ class WorkBuddy {
|
|
|
7947
8119
|
},
|
|
7948
8120
|
},
|
|
7949
8121
|
},
|
|
8122
|
+
{
|
|
8123
|
+
displayName: 'Job Id',
|
|
8124
|
+
name: 'jobId',
|
|
8125
|
+
type: 'string',
|
|
8126
|
+
default: '',
|
|
8127
|
+
description: '',
|
|
8128
|
+
required: true,
|
|
8129
|
+
displayOptions: {
|
|
8130
|
+
show: {
|
|
8131
|
+
resource: ['stages-files'],
|
|
8132
|
+
operation: ['PublicStageFilesController_create'],
|
|
8133
|
+
},
|
|
8134
|
+
},
|
|
8135
|
+
},
|
|
7950
8136
|
{
|
|
7951
8137
|
displayName: 'Stage Id',
|
|
7952
8138
|
name: 'stageId',
|
|
@@ -7975,6 +8161,20 @@ class WorkBuddy {
|
|
|
7975
8161
|
},
|
|
7976
8162
|
},
|
|
7977
8163
|
},
|
|
8164
|
+
{
|
|
8165
|
+
displayName: 'Job Id',
|
|
8166
|
+
name: 'jobId',
|
|
8167
|
+
type: 'string',
|
|
8168
|
+
default: '',
|
|
8169
|
+
description: '',
|
|
8170
|
+
required: true,
|
|
8171
|
+
displayOptions: {
|
|
8172
|
+
show: {
|
|
8173
|
+
resource: ['stages-files'],
|
|
8174
|
+
operation: ['PublicStageFilesController_getById'],
|
|
8175
|
+
},
|
|
8176
|
+
},
|
|
8177
|
+
},
|
|
7978
8178
|
{
|
|
7979
8179
|
displayName: 'Stage Id',
|
|
7980
8180
|
name: 'stageId',
|
|
@@ -8003,6 +8203,20 @@ class WorkBuddy {
|
|
|
8003
8203
|
},
|
|
8004
8204
|
},
|
|
8005
8205
|
},
|
|
8206
|
+
{
|
|
8207
|
+
displayName: 'Job Id',
|
|
8208
|
+
name: 'jobId',
|
|
8209
|
+
type: 'string',
|
|
8210
|
+
default: '',
|
|
8211
|
+
description: '',
|
|
8212
|
+
required: true,
|
|
8213
|
+
displayOptions: {
|
|
8214
|
+
show: {
|
|
8215
|
+
resource: ['stages-files'],
|
|
8216
|
+
operation: ['PublicStageFilesController_delete'],
|
|
8217
|
+
},
|
|
8218
|
+
},
|
|
8219
|
+
},
|
|
8006
8220
|
// Jobs Tasks Operations
|
|
8007
8221
|
{
|
|
8008
8222
|
displayName: 'Operation',
|
|
@@ -8611,12 +8825,14 @@ class WorkBuddy {
|
|
|
8611
8825
|
},
|
|
8612
8826
|
},
|
|
8613
8827
|
{
|
|
8614
|
-
displayName: '
|
|
8615
|
-
name: '
|
|
8828
|
+
displayName: 'Tags Set',
|
|
8829
|
+
name: 'tagsSet',
|
|
8616
8830
|
type: 'string',
|
|
8617
8831
|
default: '',
|
|
8832
|
+
typeOptions: {
|
|
8833
|
+
multipleValues: true,
|
|
8834
|
+
},
|
|
8618
8835
|
description: '',
|
|
8619
|
-
required: false,
|
|
8620
8836
|
displayOptions: {
|
|
8621
8837
|
show: {
|
|
8622
8838
|
resource: ['jobs-tasks'],
|
|
@@ -8626,7 +8842,51 @@ class WorkBuddy {
|
|
|
8626
8842
|
routing: {
|
|
8627
8843
|
send: {
|
|
8628
8844
|
type: 'body',
|
|
8629
|
-
property: '
|
|
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',
|
|
8874
|
+
type: 'string',
|
|
8875
|
+
default: '',
|
|
8876
|
+
typeOptions: {
|
|
8877
|
+
multipleValues: true,
|
|
8878
|
+
},
|
|
8879
|
+
description: '',
|
|
8880
|
+
displayOptions: {
|
|
8881
|
+
show: {
|
|
8882
|
+
resource: ['jobs-tasks'],
|
|
8883
|
+
operation: ['PublicJobTasksController_update'],
|
|
8884
|
+
},
|
|
8885
|
+
},
|
|
8886
|
+
routing: {
|
|
8887
|
+
send: {
|
|
8888
|
+
type: 'body',
|
|
8889
|
+
property: 'tags.remove',
|
|
8630
8890
|
},
|
|
8631
8891
|
},
|
|
8632
8892
|
},
|
|
@@ -8967,7 +9227,7 @@ class WorkBuddy {
|
|
|
8967
9227
|
routing: {
|
|
8968
9228
|
request: {
|
|
8969
9229
|
method: 'GET',
|
|
8970
|
-
url: '/api/v2/public/jobs
|
|
9230
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/tasks/={{ $parameter["id"] }}',
|
|
8971
9231
|
},
|
|
8972
9232
|
},
|
|
8973
9233
|
},
|
|
@@ -8979,7 +9239,7 @@ class WorkBuddy {
|
|
|
8979
9239
|
routing: {
|
|
8980
9240
|
request: {
|
|
8981
9241
|
method: 'PATCH',
|
|
8982
|
-
url: '/api/v2/public/jobs
|
|
9242
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/tasks/={{ $parameter["id"] }}',
|
|
8983
9243
|
},
|
|
8984
9244
|
},
|
|
8985
9245
|
},
|
|
@@ -8991,7 +9251,7 @@ class WorkBuddy {
|
|
|
8991
9251
|
routing: {
|
|
8992
9252
|
request: {
|
|
8993
9253
|
method: 'DELETE',
|
|
8994
|
-
url: '/api/v2/public/jobs
|
|
9254
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/tasks/={{ $parameter["id"] }}',
|
|
8995
9255
|
},
|
|
8996
9256
|
},
|
|
8997
9257
|
},
|
|
@@ -9003,7 +9263,7 @@ class WorkBuddy {
|
|
|
9003
9263
|
routing: {
|
|
9004
9264
|
request: {
|
|
9005
9265
|
method: 'POST',
|
|
9006
|
-
url: '/api/v2/public/jobs
|
|
9266
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/tasks/={{ $parameter["id"] }}/evidence',
|
|
9007
9267
|
},
|
|
9008
9268
|
},
|
|
9009
9269
|
},
|
|
@@ -9340,6 +9600,20 @@ class WorkBuddy {
|
|
|
9340
9600
|
},
|
|
9341
9601
|
},
|
|
9342
9602
|
},
|
|
9603
|
+
{
|
|
9604
|
+
displayName: 'Job Id',
|
|
9605
|
+
name: 'jobId',
|
|
9606
|
+
type: 'string',
|
|
9607
|
+
default: '',
|
|
9608
|
+
description: '',
|
|
9609
|
+
required: true,
|
|
9610
|
+
displayOptions: {
|
|
9611
|
+
show: {
|
|
9612
|
+
resource: ['stages-tasks'],
|
|
9613
|
+
operation: ['PublicStageTasksController_getById'],
|
|
9614
|
+
},
|
|
9615
|
+
},
|
|
9616
|
+
},
|
|
9343
9617
|
{
|
|
9344
9618
|
displayName: 'Stage Id',
|
|
9345
9619
|
name: 'stageId',
|
|
@@ -9368,6 +9642,20 @@ class WorkBuddy {
|
|
|
9368
9642
|
},
|
|
9369
9643
|
},
|
|
9370
9644
|
},
|
|
9645
|
+
{
|
|
9646
|
+
displayName: 'Job Id',
|
|
9647
|
+
name: 'jobId',
|
|
9648
|
+
type: 'string',
|
|
9649
|
+
default: '',
|
|
9650
|
+
description: '',
|
|
9651
|
+
required: true,
|
|
9652
|
+
displayOptions: {
|
|
9653
|
+
show: {
|
|
9654
|
+
resource: ['stages-tasks'],
|
|
9655
|
+
operation: ['PublicStageTasksController_update'],
|
|
9656
|
+
},
|
|
9657
|
+
},
|
|
9658
|
+
},
|
|
9371
9659
|
{
|
|
9372
9660
|
displayName: 'Name',
|
|
9373
9661
|
name: 'name',
|
|
@@ -9559,12 +9847,14 @@ class WorkBuddy {
|
|
|
9559
9847
|
},
|
|
9560
9848
|
},
|
|
9561
9849
|
{
|
|
9562
|
-
displayName: '
|
|
9563
|
-
name: '
|
|
9850
|
+
displayName: 'Tags Set',
|
|
9851
|
+
name: 'tagsSet',
|
|
9564
9852
|
type: 'string',
|
|
9565
9853
|
default: '',
|
|
9854
|
+
typeOptions: {
|
|
9855
|
+
multipleValues: true,
|
|
9856
|
+
},
|
|
9566
9857
|
description: '',
|
|
9567
|
-
required: false,
|
|
9568
9858
|
displayOptions: {
|
|
9569
9859
|
show: {
|
|
9570
9860
|
resource: ['stages-tasks'],
|
|
@@ -9574,7 +9864,51 @@ class WorkBuddy {
|
|
|
9574
9864
|
routing: {
|
|
9575
9865
|
send: {
|
|
9576
9866
|
type: 'body',
|
|
9577
|
-
property: '
|
|
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',
|
|
9896
|
+
type: 'string',
|
|
9897
|
+
default: '',
|
|
9898
|
+
typeOptions: {
|
|
9899
|
+
multipleValues: true,
|
|
9900
|
+
},
|
|
9901
|
+
description: '',
|
|
9902
|
+
displayOptions: {
|
|
9903
|
+
show: {
|
|
9904
|
+
resource: ['stages-tasks'],
|
|
9905
|
+
operation: ['PublicStageTasksController_update'],
|
|
9906
|
+
},
|
|
9907
|
+
},
|
|
9908
|
+
routing: {
|
|
9909
|
+
send: {
|
|
9910
|
+
type: 'body',
|
|
9911
|
+
property: 'tags.remove',
|
|
9578
9912
|
},
|
|
9579
9913
|
},
|
|
9580
9914
|
},
|
|
@@ -9643,6 +9977,20 @@ class WorkBuddy {
|
|
|
9643
9977
|
},
|
|
9644
9978
|
},
|
|
9645
9979
|
},
|
|
9980
|
+
{
|
|
9981
|
+
displayName: 'Job Id',
|
|
9982
|
+
name: 'jobId',
|
|
9983
|
+
type: 'string',
|
|
9984
|
+
default: '',
|
|
9985
|
+
description: '',
|
|
9986
|
+
required: true,
|
|
9987
|
+
displayOptions: {
|
|
9988
|
+
show: {
|
|
9989
|
+
resource: ['stages-tasks'],
|
|
9990
|
+
operation: ['PublicStageTasksController_delete'],
|
|
9991
|
+
},
|
|
9992
|
+
},
|
|
9993
|
+
},
|
|
9646
9994
|
{
|
|
9647
9995
|
displayName: 'Stage Id',
|
|
9648
9996
|
name: 'stageId',
|
|
@@ -9671,6 +10019,20 @@ class WorkBuddy {
|
|
|
9671
10019
|
},
|
|
9672
10020
|
},
|
|
9673
10021
|
},
|
|
10022
|
+
{
|
|
10023
|
+
displayName: 'Job Id',
|
|
10024
|
+
name: 'jobId',
|
|
10025
|
+
type: 'string',
|
|
10026
|
+
default: '',
|
|
10027
|
+
description: '',
|
|
10028
|
+
required: true,
|
|
10029
|
+
displayOptions: {
|
|
10030
|
+
show: {
|
|
10031
|
+
resource: ['stages-tasks'],
|
|
10032
|
+
operation: ['PublicStageTasksController_submitEvidence'],
|
|
10033
|
+
},
|
|
10034
|
+
},
|
|
10035
|
+
},
|
|
9674
10036
|
{
|
|
9675
10037
|
displayName: 'Signature Attachment Ids',
|
|
9676
10038
|
name: 'signatureAttachmentIds',
|