@probo/n8n-nodes-probo 0.185.0 → 0.186.0
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/nodes/Probo/Probo.node.js +5 -5
- package/dist/nodes/Probo/Probo.node.js.map +1 -1
- package/dist/nodes/Probo/actions/asset/create.operation.js +12 -12
- package/dist/nodes/Probo/actions/asset/create.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/asset/get.operation.js +6 -6
- package/dist/nodes/Probo/actions/asset/get.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/asset/getAll.operation.js +6 -6
- package/dist/nodes/Probo/actions/asset/getAll.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/asset/update.operation.js +14 -14
- package/dist/nodes/Probo/actions/asset/update.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/datum/create.operation.js +12 -12
- package/dist/nodes/Probo/actions/datum/create.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/datum/get.operation.js +6 -6
- package/dist/nodes/Probo/actions/datum/get.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/datum/getAll.operation.js +6 -6
- package/dist/nodes/Probo/actions/datum/getAll.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/datum/update.operation.js +14 -14
- package/dist/nodes/Probo/actions/datum/update.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/index.js +2 -2
- package/dist/nodes/Probo/actions/index.js.map +1 -1
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/create.operation.js +20 -20
- package/dist/nodes/Probo/actions/thirdParty/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/createContact.operation.js +13 -13
- package/dist/nodes/Probo/actions/thirdParty/createContact.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/createRiskAssessment.operation.js +13 -13
- package/dist/nodes/Probo/actions/thirdParty/createRiskAssessment.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/createService.operation.js +13 -13
- package/dist/nodes/Probo/actions/thirdParty/createService.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/delete.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteBusinessAssociateAgreement.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/deleteBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteComplianceReport.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/deleteComplianceReport.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteContact.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/deleteContact.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteDataPrivacyAgreement.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/deleteDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteService.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/deleteService.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/get.operation.js +10 -10
- package/dist/nodes/Probo/actions/thirdParty/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAll.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllComplianceReports.operation.js +12 -12
- package/dist/nodes/Probo/actions/thirdParty/getAllComplianceReports.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllContacts.operation.js +19 -19
- package/dist/nodes/Probo/actions/thirdParty/getAllContacts.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllRiskAssessments.operation.js +19 -19
- package/dist/nodes/Probo/actions/thirdParty/getAllRiskAssessments.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllServices.operation.js +19 -19
- package/dist/nodes/Probo/actions/thirdParty/getAllServices.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getContact.operation.js +16 -16
- package/dist/nodes/Probo/actions/thirdParty/getContact.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getDataPrivacyAgreement.operation.js +9 -9
- package/dist/nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getRiskAssessment.operation.js +16 -16
- package/dist/nodes/Probo/actions/thirdParty/getRiskAssessment.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/getService.operation.js +16 -16
- package/dist/nodes/Probo/actions/thirdParty/getService.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.js +55 -55
- package/dist/nodes/Probo/actions/thirdParty/index.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/publish.operation.js +6 -6
- package/dist/nodes/Probo/actions/thirdParty/publish.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/update.operation.js +27 -27
- package/dist/nodes/Probo/actions/thirdParty/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.js +11 -11
- package/dist/nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateContact.operation.js +10 -10
- package/dist/nodes/Probo/actions/thirdParty/updateContact.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateDataPrivacyAgreement.operation.js +11 -11
- package/dist/nodes/Probo/actions/thirdParty/updateDataPrivacyAgreement.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateService.operation.js +13 -13
- package/dist/nodes/Probo/actions/thirdParty/updateService.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/webhook/create.operation.js +3 -3
- package/dist/nodes/Probo/actions/webhook/create.operation.js.map +1 -1
- package/dist/nodes/Probo/actions/webhook/update.operation.js +3 -3
- package/dist/nodes/Probo/actions/webhook/update.operation.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/dist/nodes/Probo/actions/vendor/create.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/createContact.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/createRiskAssessment.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/createService.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/delete.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/deleteBusinessAssociateAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/deleteComplianceReport.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/deleteContact.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/deleteDataPrivacyAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/deleteService.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/get.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getAll.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getAllComplianceReports.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getAllContacts.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getAllRiskAssessments.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getAllServices.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getBusinessAssociateAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getContact.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getDataPrivacyAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getRiskAssessment.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/getService.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/index.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/publish.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/update.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/updateBusinessAssociateAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/updateContact.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/updateDataPrivacyAgreement.operation.js.map +0 -1
- package/dist/nodes/Probo/actions/vendor/updateService.operation.js.map +0 -1
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/create.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createContact.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createRiskAssessment.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/createService.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/delete.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteBusinessAssociateAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteComplianceReport.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteContact.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteDataPrivacyAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/deleteService.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/get.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAll.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllComplianceReports.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllContacts.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllRiskAssessments.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getAllServices.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getContact.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getDataPrivacyAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getRiskAssessment.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/getService.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/index.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/publish.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/update.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateContact.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateDataPrivacyAgreement.operation.d.ts +0 -0
- /package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateService.operation.d.ts +0 -0
|
@@ -96,171 +96,171 @@ exports.description = [
|
|
|
96
96
|
noDataExpression: true,
|
|
97
97
|
displayOptions: {
|
|
98
98
|
show: {
|
|
99
|
-
resource: ['
|
|
99
|
+
resource: ['thirdParty'],
|
|
100
100
|
},
|
|
101
101
|
},
|
|
102
102
|
options: [
|
|
103
103
|
{
|
|
104
104
|
name: 'Create',
|
|
105
105
|
value: 'create',
|
|
106
|
-
description: 'Create a new
|
|
107
|
-
action: 'Create a
|
|
106
|
+
description: 'Create a new third party',
|
|
107
|
+
action: 'Create a third party',
|
|
108
108
|
},
|
|
109
109
|
{
|
|
110
110
|
name: 'Create Contact',
|
|
111
111
|
value: 'createContact',
|
|
112
|
-
description: 'Create a new
|
|
113
|
-
action: 'Create a
|
|
112
|
+
description: 'Create a new third party contact',
|
|
113
|
+
action: 'Create a third party contact',
|
|
114
114
|
},
|
|
115
115
|
{
|
|
116
116
|
name: 'Create Risk Assessment',
|
|
117
117
|
value: 'createRiskAssessment',
|
|
118
|
-
description: 'Create a new
|
|
119
|
-
action: 'Create a
|
|
118
|
+
description: 'Create a new third party risk assessment',
|
|
119
|
+
action: 'Create a third party risk assessment',
|
|
120
120
|
},
|
|
121
121
|
{
|
|
122
122
|
name: 'Create Service',
|
|
123
123
|
value: 'createService',
|
|
124
|
-
description: 'Create a new
|
|
125
|
-
action: 'Create a
|
|
124
|
+
description: 'Create a new third party service',
|
|
125
|
+
action: 'Create a third party service',
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
128
|
name: 'Delete',
|
|
129
129
|
value: 'delete',
|
|
130
|
-
description: 'Delete a
|
|
131
|
-
action: 'Delete a
|
|
130
|
+
description: 'Delete a third party',
|
|
131
|
+
action: 'Delete a third party',
|
|
132
132
|
},
|
|
133
133
|
{
|
|
134
134
|
name: 'Delete Business Associate Agreement',
|
|
135
135
|
value: 'deleteBusinessAssociateAgreement',
|
|
136
|
-
description: 'Delete a
|
|
137
|
-
action: 'Delete a
|
|
136
|
+
description: 'Delete a third party business associate agreement',
|
|
137
|
+
action: 'Delete a third party business associate agreement',
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
name: 'Delete Compliance Report',
|
|
141
141
|
value: 'deleteComplianceReport',
|
|
142
|
-
description: 'Delete a
|
|
143
|
-
action: 'Delete a
|
|
142
|
+
description: 'Delete a third party compliance report',
|
|
143
|
+
action: 'Delete a third party compliance report',
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
name: 'Delete Contact',
|
|
147
147
|
value: 'deleteContact',
|
|
148
|
-
description: 'Delete a
|
|
149
|
-
action: 'Delete a
|
|
148
|
+
description: 'Delete a third party contact',
|
|
149
|
+
action: 'Delete a third party contact',
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
name: 'Delete Data Privacy Agreement',
|
|
153
153
|
value: 'deleteDataPrivacyAgreement',
|
|
154
|
-
description: 'Delete a
|
|
155
|
-
action: 'Delete a
|
|
154
|
+
description: 'Delete a third party data privacy agreement',
|
|
155
|
+
action: 'Delete a third party data privacy agreement',
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
158
|
name: 'Delete Service',
|
|
159
159
|
value: 'deleteService',
|
|
160
|
-
description: 'Delete a
|
|
161
|
-
action: 'Delete a
|
|
160
|
+
description: 'Delete a third party service',
|
|
161
|
+
action: 'Delete a third party service',
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
name: 'Get',
|
|
165
165
|
value: 'get',
|
|
166
|
-
description: 'Get a
|
|
167
|
-
action: 'Get a
|
|
166
|
+
description: 'Get a third party',
|
|
167
|
+
action: 'Get a third party',
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
name: 'Get Business Associate Agreement',
|
|
171
171
|
value: 'getBusinessAssociateAgreement',
|
|
172
|
-
description: 'Get a
|
|
173
|
-
action: 'Get a
|
|
172
|
+
description: 'Get a third party business associate agreement',
|
|
173
|
+
action: 'Get a third party business associate agreement',
|
|
174
174
|
},
|
|
175
175
|
{
|
|
176
176
|
name: 'Get Contact',
|
|
177
177
|
value: 'getContact',
|
|
178
|
-
description: 'Get a
|
|
179
|
-
action: 'Get a
|
|
178
|
+
description: 'Get a third party contact',
|
|
179
|
+
action: 'Get a third party contact',
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
182
|
name: 'Get Data Privacy Agreement',
|
|
183
183
|
value: 'getDataPrivacyAgreement',
|
|
184
|
-
description: 'Get a
|
|
185
|
-
action: 'Get a
|
|
184
|
+
description: 'Get a third party data privacy agreement',
|
|
185
|
+
action: 'Get a third party data privacy agreement',
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
name: 'Get Many',
|
|
189
189
|
value: 'getAll',
|
|
190
|
-
description: 'Get many
|
|
191
|
-
action: 'Get many
|
|
190
|
+
description: 'Get many third parties',
|
|
191
|
+
action: 'Get many third parties',
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
194
|
name: 'Get Many Compliance Reports',
|
|
195
195
|
value: 'getAllComplianceReports',
|
|
196
|
-
description: 'Get many
|
|
197
|
-
action: 'Get many
|
|
196
|
+
description: 'Get many third party compliance reports',
|
|
197
|
+
action: 'Get many third party compliance reports',
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
200
|
name: 'Get Many Contacts',
|
|
201
201
|
value: 'getAllContacts',
|
|
202
|
-
description: 'Get many
|
|
203
|
-
action: 'Get many
|
|
202
|
+
description: 'Get many third party contacts',
|
|
203
|
+
action: 'Get many third party contacts',
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
name: 'Get Many Risk Assessments',
|
|
207
207
|
value: 'getAllRiskAssessments',
|
|
208
|
-
description: 'Get many
|
|
209
|
-
action: 'Get many
|
|
208
|
+
description: 'Get many third party risk assessments',
|
|
209
|
+
action: 'Get many third party risk assessments',
|
|
210
210
|
},
|
|
211
211
|
{
|
|
212
212
|
name: 'Get Many Services',
|
|
213
213
|
value: 'getAllServices',
|
|
214
|
-
description: 'Get many
|
|
215
|
-
action: 'Get many
|
|
214
|
+
description: 'Get many third party services',
|
|
215
|
+
action: 'Get many third party services',
|
|
216
216
|
},
|
|
217
217
|
{
|
|
218
218
|
name: 'Get Risk Assessment',
|
|
219
219
|
value: 'getRiskAssessment',
|
|
220
|
-
description: 'Get a
|
|
221
|
-
action: 'Get a
|
|
220
|
+
description: 'Get a third party risk assessment',
|
|
221
|
+
action: 'Get a third party risk assessment',
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
224
|
name: 'Get Service',
|
|
225
225
|
value: 'getService',
|
|
226
|
-
description: 'Get a
|
|
227
|
-
action: 'Get a
|
|
226
|
+
description: 'Get a third party service',
|
|
227
|
+
action: 'Get a third party service',
|
|
228
228
|
},
|
|
229
229
|
{
|
|
230
230
|
name: 'Publish List',
|
|
231
231
|
value: 'publish',
|
|
232
|
-
description: 'Publish the
|
|
233
|
-
action: 'Publish the
|
|
232
|
+
description: 'Publish the third party register as a document version',
|
|
233
|
+
action: 'Publish the third party register',
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
name: 'Update',
|
|
237
237
|
value: 'update',
|
|
238
|
-
description: 'Update an existing
|
|
239
|
-
action: 'Update a
|
|
238
|
+
description: 'Update an existing third party',
|
|
239
|
+
action: 'Update a third party',
|
|
240
240
|
},
|
|
241
241
|
{
|
|
242
242
|
name: 'Update Business Associate Agreement',
|
|
243
243
|
value: 'updateBusinessAssociateAgreement',
|
|
244
|
-
description: 'Update a
|
|
245
|
-
action: 'Update a
|
|
244
|
+
description: 'Update a third party business associate agreement validity',
|
|
245
|
+
action: 'Update a third party business associate agreement',
|
|
246
246
|
},
|
|
247
247
|
{
|
|
248
248
|
name: 'Update Contact',
|
|
249
249
|
value: 'updateContact',
|
|
250
|
-
description: 'Update an existing
|
|
251
|
-
action: 'Update a
|
|
250
|
+
description: 'Update an existing third party contact',
|
|
251
|
+
action: 'Update a third party contact',
|
|
252
252
|
},
|
|
253
253
|
{
|
|
254
254
|
name: 'Update Data Privacy Agreement',
|
|
255
255
|
value: 'updateDataPrivacyAgreement',
|
|
256
|
-
description: 'Update a
|
|
257
|
-
action: 'Update a
|
|
256
|
+
description: 'Update a third party data privacy agreement validity',
|
|
257
|
+
action: 'Update a third party data privacy agreement',
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
260
|
name: 'Update Service',
|
|
261
261
|
value: 'updateService',
|
|
262
|
-
description: 'Update an existing
|
|
263
|
-
action: 'Update a
|
|
262
|
+
description: 'Update an existing third party service',
|
|
263
|
+
action: 'Update a third party service',
|
|
264
264
|
},
|
|
265
265
|
],
|
|
266
266
|
default: 'create',
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,12 +10,12 @@ exports.description = [
|
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['publish'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the organization whose
|
|
18
|
+
description: 'The ID of the organization whose thirdParty list to publish',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -24,7 +24,7 @@ exports.description = [
|
|
|
24
24
|
type: 'string',
|
|
25
25
|
displayOptions: {
|
|
26
26
|
show: {
|
|
27
|
-
resource: ['
|
|
27
|
+
resource: ['thirdParty'],
|
|
28
28
|
operation: ['publish'],
|
|
29
29
|
},
|
|
30
30
|
},
|
|
@@ -37,7 +37,7 @@ exports.description = [
|
|
|
37
37
|
type: 'boolean',
|
|
38
38
|
displayOptions: {
|
|
39
39
|
show: {
|
|
40
|
-
resource: ['
|
|
40
|
+
resource: ['thirdParty'],
|
|
41
41
|
operation: ['publish'],
|
|
42
42
|
},
|
|
43
43
|
},
|
|
@@ -50,8 +50,8 @@ async function execute(itemIndex) {
|
|
|
50
50
|
const approverIds = this.getNodeParameter('approverIds', itemIndex, '');
|
|
51
51
|
const minor = this.getNodeParameter('minor', itemIndex, false);
|
|
52
52
|
const query = `
|
|
53
|
-
mutation
|
|
54
|
-
|
|
53
|
+
mutation PublishThirdPartyList($input: PublishThirdPartyListInput!) {
|
|
54
|
+
publishThirdPartyList(input: $input) {
|
|
55
55
|
documentEdge {
|
|
56
56
|
node {
|
|
57
57
|
id
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"publish.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/publish.operation.ts"],"names":[],"mappings":";;;AA4DA,0BAsDC;AAnGD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,iBAAiB;QAC9B,IAAI,EAAE,gBAAgB;QACtB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,6DAA6D;QAC1E,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,8CAA8C;KAC3D;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,SAAS,CAAC;aACtB;SACD;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,8HAA8H;KAC3I;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IACpF,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAClF,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,KAAK,CAAY,CAAC;IAE1E,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6Bb,CAAC;IAEF,MAAM,KAAK,GAA4B,EAAE,cAAc,EAAE,KAAK,EAAE,CAAC;IAEjE,IAAI,WAAW,EAAE,CAAC;QACjB,KAAK,CAAC,WAAW,GAAG,WAAW;aAC7B,KAAK,CAAC,GAAG,CAAC;aACV,GAAG,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC;aACpB,MAAM,CAAC,OAAO,CAAC,CAAC;IACnB,CAAC;IAED,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -5,17 +5,17 @@ exports.execute = execute;
|
|
|
5
5
|
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
6
|
exports.description = [
|
|
7
7
|
{
|
|
8
|
-
displayName: '
|
|
9
|
-
name: '
|
|
8
|
+
displayName: 'ThirdParty ID',
|
|
9
|
+
name: 'thirdPartyId',
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['update'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty to update',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -24,12 +24,12 @@ exports.description = [
|
|
|
24
24
|
type: 'string',
|
|
25
25
|
displayOptions: {
|
|
26
26
|
show: {
|
|
27
|
-
resource: ['
|
|
27
|
+
resource: ['thirdParty'],
|
|
28
28
|
operation: ['update'],
|
|
29
29
|
},
|
|
30
30
|
},
|
|
31
31
|
default: '',
|
|
32
|
-
description: 'The name of the
|
|
32
|
+
description: 'The name of the thirdParty',
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
displayName: 'Description',
|
|
@@ -40,12 +40,12 @@ exports.description = [
|
|
|
40
40
|
},
|
|
41
41
|
displayOptions: {
|
|
42
42
|
show: {
|
|
43
|
-
resource: ['
|
|
43
|
+
resource: ['thirdParty'],
|
|
44
44
|
operation: ['update'],
|
|
45
45
|
},
|
|
46
46
|
},
|
|
47
47
|
default: '',
|
|
48
|
-
description: 'The description of the
|
|
48
|
+
description: 'The description of the thirdParty',
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
displayName: 'Category',
|
|
@@ -53,12 +53,12 @@ exports.description = [
|
|
|
53
53
|
type: 'string',
|
|
54
54
|
displayOptions: {
|
|
55
55
|
show: {
|
|
56
|
-
resource: ['
|
|
56
|
+
resource: ['thirdParty'],
|
|
57
57
|
operation: ['update'],
|
|
58
58
|
},
|
|
59
59
|
},
|
|
60
60
|
default: '',
|
|
61
|
-
description: 'The category of the
|
|
61
|
+
description: 'The category of the thirdParty',
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
displayName: 'Website URL',
|
|
@@ -66,12 +66,12 @@ exports.description = [
|
|
|
66
66
|
type: 'string',
|
|
67
67
|
displayOptions: {
|
|
68
68
|
show: {
|
|
69
|
-
resource: ['
|
|
69
|
+
resource: ['thirdParty'],
|
|
70
70
|
operation: ['update'],
|
|
71
71
|
},
|
|
72
72
|
},
|
|
73
73
|
default: '',
|
|
74
|
-
description: 'The website URL of the
|
|
74
|
+
description: 'The website URL of the thirdParty',
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
displayName: 'Legal Name',
|
|
@@ -79,12 +79,12 @@ exports.description = [
|
|
|
79
79
|
type: 'string',
|
|
80
80
|
displayOptions: {
|
|
81
81
|
show: {
|
|
82
|
-
resource: ['
|
|
82
|
+
resource: ['thirdParty'],
|
|
83
83
|
operation: ['update'],
|
|
84
84
|
},
|
|
85
85
|
},
|
|
86
86
|
default: '',
|
|
87
|
-
description: 'The legal name of the
|
|
87
|
+
description: 'The legal name of the thirdParty',
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
90
|
displayName: 'Headquarter Address',
|
|
@@ -92,12 +92,12 @@ exports.description = [
|
|
|
92
92
|
type: 'string',
|
|
93
93
|
displayOptions: {
|
|
94
94
|
show: {
|
|
95
|
-
resource: ['
|
|
95
|
+
resource: ['thirdParty'],
|
|
96
96
|
operation: ['update'],
|
|
97
97
|
},
|
|
98
98
|
},
|
|
99
99
|
default: '',
|
|
100
|
-
description: 'The headquarter address of the
|
|
100
|
+
description: 'The headquarter address of the thirdParty',
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
displayName: 'Business Owner ID',
|
|
@@ -105,7 +105,7 @@ exports.description = [
|
|
|
105
105
|
type: 'string',
|
|
106
106
|
displayOptions: {
|
|
107
107
|
show: {
|
|
108
|
-
resource: ['
|
|
108
|
+
resource: ['thirdParty'],
|
|
109
109
|
operation: ['update'],
|
|
110
110
|
},
|
|
111
111
|
},
|
|
@@ -118,7 +118,7 @@ exports.description = [
|
|
|
118
118
|
type: 'string',
|
|
119
119
|
displayOptions: {
|
|
120
120
|
show: {
|
|
121
|
-
resource: ['
|
|
121
|
+
resource: ['thirdParty'],
|
|
122
122
|
operation: ['update'],
|
|
123
123
|
},
|
|
124
124
|
},
|
|
@@ -131,12 +131,12 @@ exports.description = [
|
|
|
131
131
|
type: 'boolean',
|
|
132
132
|
displayOptions: {
|
|
133
133
|
show: {
|
|
134
|
-
resource: ['
|
|
134
|
+
resource: ['thirdParty'],
|
|
135
135
|
operation: ['update'],
|
|
136
136
|
},
|
|
137
137
|
},
|
|
138
138
|
default: false,
|
|
139
|
-
description: 'Whether to show the
|
|
139
|
+
description: 'Whether to show the thirdParty on the trust center',
|
|
140
140
|
},
|
|
141
141
|
{
|
|
142
142
|
displayName: 'Additional Fields',
|
|
@@ -146,7 +146,7 @@ exports.description = [
|
|
|
146
146
|
default: {},
|
|
147
147
|
displayOptions: {
|
|
148
148
|
show: {
|
|
149
|
-
resource: ['
|
|
149
|
+
resource: ['thirdParty'],
|
|
150
150
|
operation: ['update'],
|
|
151
151
|
},
|
|
152
152
|
},
|
|
@@ -200,7 +200,7 @@ exports.description = [
|
|
|
200
200
|
name: 'statusPageUrl',
|
|
201
201
|
type: 'string',
|
|
202
202
|
default: '',
|
|
203
|
-
description: 'The status page URL of the
|
|
203
|
+
description: 'The status page URL of the thirdParty',
|
|
204
204
|
},
|
|
205
205
|
{
|
|
206
206
|
displayName: 'Subprocessors List URL',
|
|
@@ -224,7 +224,7 @@ exports.description = [
|
|
|
224
224
|
},
|
|
225
225
|
];
|
|
226
226
|
async function execute(itemIndex) {
|
|
227
|
-
const
|
|
227
|
+
const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
|
|
228
228
|
const name = this.getNodeParameter('name', itemIndex, '');
|
|
229
229
|
const description = this.getNodeParameter('description', itemIndex, '');
|
|
230
230
|
const category = this.getNodeParameter('category', itemIndex, '');
|
|
@@ -236,9 +236,9 @@ async function execute(itemIndex) {
|
|
|
236
236
|
const showOnTrustCenter = this.getNodeParameter('showOnTrustCenter', itemIndex);
|
|
237
237
|
const additionalFields = this.getNodeParameter('additionalFields', itemIndex, {});
|
|
238
238
|
const query = `
|
|
239
|
-
mutation
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
mutation UpdateThirdParty($input: UpdateThirdPartyInput!) {
|
|
240
|
+
updateThirdParty(input: $input) {
|
|
241
|
+
thirdParty {
|
|
242
242
|
id
|
|
243
243
|
name
|
|
244
244
|
description
|
|
@@ -264,7 +264,7 @@ async function execute(itemIndex) {
|
|
|
264
264
|
}
|
|
265
265
|
}
|
|
266
266
|
`;
|
|
267
|
-
const input = { id:
|
|
267
|
+
const input = { id: thirdPartyId };
|
|
268
268
|
if (name)
|
|
269
269
|
input.name = name;
|
|
270
270
|
if (description !== undefined)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/update.operation.ts"],"names":[],"mappings":"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"}
|
package/dist/nodes/Probo/actions/{vendor → thirdParty}/updateBusinessAssociateAgreement.operation.js
RENAMED
|
@@ -5,17 +5,17 @@ exports.execute = execute;
|
|
|
5
5
|
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
6
|
exports.description = [
|
|
7
7
|
{
|
|
8
|
-
displayName: '
|
|
9
|
-
name: '
|
|
8
|
+
displayName: 'ThirdParty ID',
|
|
9
|
+
name: 'thirdPartyId',
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['updateBusinessAssociateAgreement'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -24,7 +24,7 @@ exports.description = [
|
|
|
24
24
|
type: 'string',
|
|
25
25
|
displayOptions: {
|
|
26
26
|
show: {
|
|
27
|
-
resource: ['
|
|
27
|
+
resource: ['thirdParty'],
|
|
28
28
|
operation: ['updateBusinessAssociateAgreement'],
|
|
29
29
|
},
|
|
30
30
|
},
|
|
@@ -37,7 +37,7 @@ exports.description = [
|
|
|
37
37
|
type: 'string',
|
|
38
38
|
displayOptions: {
|
|
39
39
|
show: {
|
|
40
|
-
resource: ['
|
|
40
|
+
resource: ['thirdParty'],
|
|
41
41
|
operation: ['updateBusinessAssociateAgreement'],
|
|
42
42
|
},
|
|
43
43
|
},
|
|
@@ -46,13 +46,13 @@ exports.description = [
|
|
|
46
46
|
},
|
|
47
47
|
];
|
|
48
48
|
async function execute(itemIndex) {
|
|
49
|
-
const
|
|
49
|
+
const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
|
|
50
50
|
const validFrom = this.getNodeParameter('validFrom', itemIndex, '');
|
|
51
51
|
const validUntil = this.getNodeParameter('validUntil', itemIndex, '');
|
|
52
52
|
const query = `
|
|
53
|
-
mutation
|
|
54
|
-
|
|
55
|
-
|
|
53
|
+
mutation UpdateThirdPartyBusinessAssociateAgreement($input: UpdateThirdPartyBusinessAssociateAgreementInput!) {
|
|
54
|
+
updateThirdPartyBusinessAssociateAgreement(input: $input) {
|
|
55
|
+
thirdPartyBusinessAssociateAgreement {
|
|
56
56
|
id
|
|
57
57
|
validFrom
|
|
58
58
|
validUntil
|
|
@@ -60,7 +60,7 @@ async function execute(itemIndex) {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
`;
|
|
63
|
-
const input = {
|
|
63
|
+
const input = { thirdPartyId };
|
|
64
64
|
if (validFrom)
|
|
65
65
|
input.validFrom = validFrom;
|
|
66
66
|
if (validUntil)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateBusinessAssociateAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/updateBusinessAssociateAgreement.operation.ts"],"names":[],"mappings":";;;AA4DA,0BA8BC;AA3ED,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,eAAe;QAC5B,IAAI,EAAE,cAAc;QACpB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,kCAAkC,CAAC;aAC/C;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,kCAAkC,CAAC;aAC/C;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qDAAqD;KAClE;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,kCAAkC,CAAC;aAC/C;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mDAAmD;KAChE;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAChF,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAC9E,MAAM,UAAU,GAAG,IAAI,CAAC,gBAAgB,CAAC,YAAY,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;;;;;EAUb,CAAC;IAEF,MAAM,KAAK,GAA4B,EAAE,YAAY,EAAE,CAAC;IACxD,IAAI,SAAS;QAAE,KAAK,CAAC,SAAS,GAAG,SAAS,CAAC;IAC3C,IAAI,UAAU;QAAE,KAAK,CAAC,UAAU,GAAG,UAAU,CAAC;IAE9C,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -5,17 +5,17 @@ exports.execute = execute;
|
|
|
5
5
|
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
6
|
exports.description = [
|
|
7
7
|
{
|
|
8
|
-
displayName: '
|
|
9
|
-
name: '
|
|
8
|
+
displayName: 'ThirdParty Contact ID',
|
|
9
|
+
name: 'thirdPartyContactId',
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['updateContact'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty contact to update',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -26,7 +26,7 @@ exports.description = [
|
|
|
26
26
|
default: {},
|
|
27
27
|
displayOptions: {
|
|
28
28
|
show: {
|
|
29
|
-
resource: ['
|
|
29
|
+
resource: ['thirdParty'],
|
|
30
30
|
operation: ['updateContact'],
|
|
31
31
|
},
|
|
32
32
|
},
|
|
@@ -64,12 +64,12 @@ exports.description = [
|
|
|
64
64
|
},
|
|
65
65
|
];
|
|
66
66
|
async function execute(itemIndex) {
|
|
67
|
-
const
|
|
67
|
+
const thirdPartyContactId = this.getNodeParameter('thirdPartyContactId', itemIndex);
|
|
68
68
|
const additionalFields = this.getNodeParameter('additionalFields', itemIndex, {});
|
|
69
69
|
const query = `
|
|
70
|
-
mutation
|
|
71
|
-
|
|
72
|
-
|
|
70
|
+
mutation UpdateThirdPartyContact($input: UpdateThirdPartyContactInput!) {
|
|
71
|
+
updateThirdPartyContact(input: $input) {
|
|
72
|
+
thirdPartyContact {
|
|
73
73
|
id
|
|
74
74
|
fullName
|
|
75
75
|
email
|
|
@@ -81,7 +81,7 @@ async function execute(itemIndex) {
|
|
|
81
81
|
}
|
|
82
82
|
}
|
|
83
83
|
`;
|
|
84
|
-
const input = { id:
|
|
84
|
+
const input = { id: thirdPartyContactId };
|
|
85
85
|
if (additionalFields.fullName !== undefined)
|
|
86
86
|
input.fullName = additionalFields.fullName === '' ? null : additionalFields.fullName;
|
|
87
87
|
if (additionalFields.email !== undefined)
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"updateContact.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/updateContact.operation.ts"],"names":[],"mappings":"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"}
|