@workbuddy/n8n-nodes-workbuddy-edge 1.0.25 → 1.0.27
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,CAk6Y/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"}
|
|
@@ -5946,6 +5946,18 @@ class WorkBuddy {
|
|
|
5946
5946
|
},
|
|
5947
5947
|
},
|
|
5948
5948
|
},
|
|
5949
|
+
{
|
|
5950
|
+
name: 'Create thread activity (Jobs)',
|
|
5951
|
+
value: 'PublicJobActivitiesController_createThread',
|
|
5952
|
+
action: '',
|
|
5953
|
+
description: '',
|
|
5954
|
+
routing: {
|
|
5955
|
+
request: {
|
|
5956
|
+
method: 'POST',
|
|
5957
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/activities/thread',
|
|
5958
|
+
},
|
|
5959
|
+
},
|
|
5960
|
+
},
|
|
5949
5961
|
],
|
|
5950
5962
|
default: 'PublicJobActivitiesController_list',
|
|
5951
5963
|
},
|
|
@@ -6825,6 +6837,104 @@ class WorkBuddy {
|
|
|
6825
6837
|
},
|
|
6826
6838
|
},
|
|
6827
6839
|
},
|
|
6840
|
+
{
|
|
6841
|
+
displayName: 'Job Id',
|
|
6842
|
+
name: 'jobId',
|
|
6843
|
+
type: 'string',
|
|
6844
|
+
default: '',
|
|
6845
|
+
description: 'Job ID or job number (e.g. J12345)',
|
|
6846
|
+
required: true,
|
|
6847
|
+
displayOptions: {
|
|
6848
|
+
show: {
|
|
6849
|
+
resource: ['jobs-activities'],
|
|
6850
|
+
operation: ['PublicJobActivitiesController_createThread'],
|
|
6851
|
+
},
|
|
6852
|
+
},
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
displayName: 'Body',
|
|
6856
|
+
name: 'body',
|
|
6857
|
+
type: 'string',
|
|
6858
|
+
default: '',
|
|
6859
|
+
description: 'Message body content (HTML supported for email)',
|
|
6860
|
+
required: true,
|
|
6861
|
+
displayOptions: {
|
|
6862
|
+
show: {
|
|
6863
|
+
resource: ['jobs-activities'],
|
|
6864
|
+
operation: ['PublicJobActivitiesController_createThread'],
|
|
6865
|
+
},
|
|
6866
|
+
},
|
|
6867
|
+
routing: {
|
|
6868
|
+
send: {
|
|
6869
|
+
type: 'body',
|
|
6870
|
+
property: 'body',
|
|
6871
|
+
},
|
|
6872
|
+
},
|
|
6873
|
+
},
|
|
6874
|
+
{
|
|
6875
|
+
displayName: 'Integration Type',
|
|
6876
|
+
name: 'integrationType',
|
|
6877
|
+
type: 'string',
|
|
6878
|
+
default: '',
|
|
6879
|
+
description: '',
|
|
6880
|
+
required: true,
|
|
6881
|
+
displayOptions: {
|
|
6882
|
+
show: {
|
|
6883
|
+
resource: ['jobs-activities'],
|
|
6884
|
+
operation: ['PublicJobActivitiesController_createThread'],
|
|
6885
|
+
},
|
|
6886
|
+
},
|
|
6887
|
+
routing: {
|
|
6888
|
+
send: {
|
|
6889
|
+
type: 'body',
|
|
6890
|
+
property: 'integrationType',
|
|
6891
|
+
},
|
|
6892
|
+
},
|
|
6893
|
+
},
|
|
6894
|
+
{
|
|
6895
|
+
displayName: 'Sharing',
|
|
6896
|
+
name: 'sharing',
|
|
6897
|
+
type: 'collection',
|
|
6898
|
+
default: {},
|
|
6899
|
+
placeholder: 'Add Sharing',
|
|
6900
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
6901
|
+
required: false,
|
|
6902
|
+
displayOptions: {
|
|
6903
|
+
show: {
|
|
6904
|
+
resource: ['jobs-activities'],
|
|
6905
|
+
operation: ['PublicJobActivitiesController_createThread'],
|
|
6906
|
+
},
|
|
6907
|
+
},
|
|
6908
|
+
options: [
|
|
6909
|
+
{
|
|
6910
|
+
displayName: 'Shared With Customer',
|
|
6911
|
+
name: 'sharedWithCustomer',
|
|
6912
|
+
type: 'boolean',
|
|
6913
|
+
default: false,
|
|
6914
|
+
description: '',
|
|
6915
|
+
},
|
|
6916
|
+
{
|
|
6917
|
+
displayName: 'Shared With Field',
|
|
6918
|
+
name: 'sharedWithField',
|
|
6919
|
+
type: 'boolean',
|
|
6920
|
+
default: false,
|
|
6921
|
+
description: '',
|
|
6922
|
+
},
|
|
6923
|
+
{
|
|
6924
|
+
displayName: 'Sensitive',
|
|
6925
|
+
name: 'sensitive',
|
|
6926
|
+
type: 'boolean',
|
|
6927
|
+
default: false,
|
|
6928
|
+
description: '',
|
|
6929
|
+
},
|
|
6930
|
+
],
|
|
6931
|
+
routing: {
|
|
6932
|
+
send: {
|
|
6933
|
+
type: 'body',
|
|
6934
|
+
property: 'sharing',
|
|
6935
|
+
},
|
|
6936
|
+
},
|
|
6937
|
+
},
|
|
6828
6938
|
// Stages Activities Operations
|
|
6829
6939
|
{
|
|
6830
6940
|
displayName: 'Operation',
|
|
@@ -6933,6 +7043,18 @@ class WorkBuddy {
|
|
|
6933
7043
|
},
|
|
6934
7044
|
},
|
|
6935
7045
|
},
|
|
7046
|
+
{
|
|
7047
|
+
name: 'Create thread activity (Stages)',
|
|
7048
|
+
value: 'PublicStageActivitiesController_createThread',
|
|
7049
|
+
action: '',
|
|
7050
|
+
description: '',
|
|
7051
|
+
routing: {
|
|
7052
|
+
request: {
|
|
7053
|
+
method: 'POST',
|
|
7054
|
+
url: '/api/v2/public/jobs/={{ $parameter["jobId"] }}/stages/={{ $parameter["stageId"] }}/activities/thread',
|
|
7055
|
+
},
|
|
7056
|
+
},
|
|
7057
|
+
},
|
|
6936
7058
|
],
|
|
6937
7059
|
default: 'PublicStageActivitiesController_list',
|
|
6938
7060
|
},
|
|
@@ -7924,6 +8046,118 @@ class WorkBuddy {
|
|
|
7924
8046
|
},
|
|
7925
8047
|
},
|
|
7926
8048
|
},
|
|
8049
|
+
{
|
|
8050
|
+
displayName: 'Stage Id',
|
|
8051
|
+
name: 'stageId',
|
|
8052
|
+
type: 'string',
|
|
8053
|
+
default: '',
|
|
8054
|
+
description: 'Stage ID or stage number',
|
|
8055
|
+
required: true,
|
|
8056
|
+
displayOptions: {
|
|
8057
|
+
show: {
|
|
8058
|
+
resource: ['stages-activities'],
|
|
8059
|
+
operation: ['PublicStageActivitiesController_createThread'],
|
|
8060
|
+
},
|
|
8061
|
+
},
|
|
8062
|
+
},
|
|
8063
|
+
{
|
|
8064
|
+
displayName: 'Job Id',
|
|
8065
|
+
name: 'jobId',
|
|
8066
|
+
type: 'string',
|
|
8067
|
+
default: '',
|
|
8068
|
+
description: '',
|
|
8069
|
+
required: true,
|
|
8070
|
+
displayOptions: {
|
|
8071
|
+
show: {
|
|
8072
|
+
resource: ['stages-activities'],
|
|
8073
|
+
operation: ['PublicStageActivitiesController_createThread'],
|
|
8074
|
+
},
|
|
8075
|
+
},
|
|
8076
|
+
},
|
|
8077
|
+
{
|
|
8078
|
+
displayName: 'Body',
|
|
8079
|
+
name: 'body',
|
|
8080
|
+
type: 'string',
|
|
8081
|
+
default: '',
|
|
8082
|
+
description: 'Message body content (HTML supported for email)',
|
|
8083
|
+
required: true,
|
|
8084
|
+
displayOptions: {
|
|
8085
|
+
show: {
|
|
8086
|
+
resource: ['stages-activities'],
|
|
8087
|
+
operation: ['PublicStageActivitiesController_createThread'],
|
|
8088
|
+
},
|
|
8089
|
+
},
|
|
8090
|
+
routing: {
|
|
8091
|
+
send: {
|
|
8092
|
+
type: 'body',
|
|
8093
|
+
property: 'body',
|
|
8094
|
+
},
|
|
8095
|
+
},
|
|
8096
|
+
},
|
|
8097
|
+
{
|
|
8098
|
+
displayName: 'Integration Type',
|
|
8099
|
+
name: 'integrationType',
|
|
8100
|
+
type: 'string',
|
|
8101
|
+
default: '',
|
|
8102
|
+
description: '',
|
|
8103
|
+
required: true,
|
|
8104
|
+
displayOptions: {
|
|
8105
|
+
show: {
|
|
8106
|
+
resource: ['stages-activities'],
|
|
8107
|
+
operation: ['PublicStageActivitiesController_createThread'],
|
|
8108
|
+
},
|
|
8109
|
+
},
|
|
8110
|
+
routing: {
|
|
8111
|
+
send: {
|
|
8112
|
+
type: 'body',
|
|
8113
|
+
property: 'integrationType',
|
|
8114
|
+
},
|
|
8115
|
+
},
|
|
8116
|
+
},
|
|
8117
|
+
{
|
|
8118
|
+
displayName: 'Sharing',
|
|
8119
|
+
name: 'sharing',
|
|
8120
|
+
type: 'collection',
|
|
8121
|
+
default: {},
|
|
8122
|
+
placeholder: 'Add Sharing',
|
|
8123
|
+
description: 'Sharing options — control visibility to customer portal and field app',
|
|
8124
|
+
required: false,
|
|
8125
|
+
displayOptions: {
|
|
8126
|
+
show: {
|
|
8127
|
+
resource: ['stages-activities'],
|
|
8128
|
+
operation: ['PublicStageActivitiesController_createThread'],
|
|
8129
|
+
},
|
|
8130
|
+
},
|
|
8131
|
+
options: [
|
|
8132
|
+
{
|
|
8133
|
+
displayName: 'Shared With Customer',
|
|
8134
|
+
name: 'sharedWithCustomer',
|
|
8135
|
+
type: 'boolean',
|
|
8136
|
+
default: false,
|
|
8137
|
+
description: '',
|
|
8138
|
+
},
|
|
8139
|
+
{
|
|
8140
|
+
displayName: 'Shared With Field',
|
|
8141
|
+
name: 'sharedWithField',
|
|
8142
|
+
type: 'boolean',
|
|
8143
|
+
default: false,
|
|
8144
|
+
description: '',
|
|
8145
|
+
},
|
|
8146
|
+
{
|
|
8147
|
+
displayName: 'Sensitive',
|
|
8148
|
+
name: 'sensitive',
|
|
8149
|
+
type: 'boolean',
|
|
8150
|
+
default: false,
|
|
8151
|
+
description: '',
|
|
8152
|
+
},
|
|
8153
|
+
],
|
|
8154
|
+
routing: {
|
|
8155
|
+
send: {
|
|
8156
|
+
type: 'body',
|
|
8157
|
+
property: 'sharing',
|
|
8158
|
+
},
|
|
8159
|
+
},
|
|
8160
|
+
},
|
|
7927
8161
|
// Jobs Files Operations
|
|
7928
8162
|
{
|
|
7929
8163
|
displayName: 'Operation',
|