@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
|
@@ -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: ['getAllServices'],
|
|
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: 'boolean',
|
|
25
25
|
displayOptions: {
|
|
26
26
|
show: {
|
|
27
|
-
resource: ['
|
|
27
|
+
resource: ['thirdParty'],
|
|
28
28
|
operation: ['getAllServices'],
|
|
29
29
|
},
|
|
30
30
|
},
|
|
@@ -37,7 +37,7 @@ exports.description = [
|
|
|
37
37
|
type: 'number',
|
|
38
38
|
displayOptions: {
|
|
39
39
|
show: {
|
|
40
|
-
resource: ['
|
|
40
|
+
resource: ['thirdParty'],
|
|
41
41
|
operation: ['getAllServices'],
|
|
42
42
|
returnAll: [false],
|
|
43
43
|
},
|
|
@@ -56,43 +56,43 @@ exports.description = [
|
|
|
56
56
|
default: {},
|
|
57
57
|
displayOptions: {
|
|
58
58
|
show: {
|
|
59
|
-
resource: ['
|
|
59
|
+
resource: ['thirdParty'],
|
|
60
60
|
operation: ['getAllServices'],
|
|
61
61
|
},
|
|
62
62
|
},
|
|
63
63
|
options: [
|
|
64
64
|
{
|
|
65
|
-
displayName: 'Include
|
|
66
|
-
name: '
|
|
65
|
+
displayName: 'Include ThirdParty',
|
|
66
|
+
name: 'includeThirdParty',
|
|
67
67
|
type: 'boolean',
|
|
68
68
|
default: false,
|
|
69
|
-
description: 'Whether to include
|
|
69
|
+
description: 'Whether to include thirdParty in the response',
|
|
70
70
|
},
|
|
71
71
|
],
|
|
72
72
|
},
|
|
73
73
|
];
|
|
74
74
|
async function execute(itemIndex) {
|
|
75
|
-
const
|
|
75
|
+
const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
|
|
76
76
|
const returnAll = this.getNodeParameter('returnAll', itemIndex);
|
|
77
77
|
const limit = this.getNodeParameter('limit', itemIndex, 50);
|
|
78
78
|
const options = this.getNodeParameter('options', itemIndex, {});
|
|
79
|
-
const
|
|
80
|
-
? `
|
|
79
|
+
const thirdPartyFragment = options.includeThirdParty
|
|
80
|
+
? `thirdParty {
|
|
81
81
|
id
|
|
82
82
|
name
|
|
83
83
|
}`
|
|
84
84
|
: '';
|
|
85
85
|
const query = `
|
|
86
|
-
query
|
|
87
|
-
node(id: $
|
|
88
|
-
... on
|
|
86
|
+
query GetThirdPartyServices($thirdPartyId: ID!, $first: Int, $after: CursorKey) {
|
|
87
|
+
node(id: $thirdPartyId) {
|
|
88
|
+
... on ThirdParty {
|
|
89
89
|
services(first: $first, after: $after) {
|
|
90
90
|
edges {
|
|
91
91
|
node {
|
|
92
92
|
id
|
|
93
93
|
name
|
|
94
94
|
description
|
|
95
|
-
${
|
|
95
|
+
${thirdPartyFragment}
|
|
96
96
|
createdAt
|
|
97
97
|
updatedAt
|
|
98
98
|
}
|
|
@@ -106,13 +106,13 @@ async function execute(itemIndex) {
|
|
|
106
106
|
}
|
|
107
107
|
}
|
|
108
108
|
`;
|
|
109
|
-
const
|
|
109
|
+
const thirdPartyServices = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { thirdPartyId }, (response) => {
|
|
110
110
|
const data = response === null || response === void 0 ? void 0 : response.data;
|
|
111
111
|
const node = data === null || data === void 0 ? void 0 : data.node;
|
|
112
112
|
return node === null || node === void 0 ? void 0 : node.services;
|
|
113
113
|
}, returnAll, limit);
|
|
114
114
|
return {
|
|
115
|
-
json: {
|
|
115
|
+
json: { thirdPartyServices },
|
|
116
116
|
pairedItem: { item: itemIndex },
|
|
117
117
|
};
|
|
118
118
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAllServices.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getAllServices.operation.ts"],"names":[],"mappings":"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"}
|
package/dist/nodes/Probo/actions/{vendor → thirdParty}/getBusinessAssociateAgreement.operation.js
RENAMED
|
@@ -5,26 +5,26 @@ 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: ['getBusinessAssociateAgreement'],
|
|
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
|
];
|
|
22
22
|
async function execute(itemIndex) {
|
|
23
|
-
const
|
|
23
|
+
const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
|
|
24
24
|
const query = `
|
|
25
|
-
query
|
|
26
|
-
node(id: $
|
|
27
|
-
... on
|
|
25
|
+
query GetThirdPartyBusinessAssociateAgreement($thirdPartyId: ID!) {
|
|
26
|
+
node(id: $thirdPartyId) {
|
|
27
|
+
... on ThirdParty {
|
|
28
28
|
businessAssociateAgreement {
|
|
29
29
|
id
|
|
30
30
|
validFrom
|
|
@@ -39,7 +39,7 @@ async function execute(itemIndex) {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
`;
|
|
42
|
-
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
|
|
42
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyId });
|
|
43
43
|
return {
|
|
44
44
|
json: responseData,
|
|
45
45
|
pairedItem: { item: itemIndex },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getBusinessAssociateAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getBusinessAssociateAgreement.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA+BC;AAlDD,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,+BAA+B,CAAC;aAC5C;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;EAiBb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,CAAC;IAE/E,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: ['getContact'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty contact',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -26,47 +26,47 @@ exports.description = [
|
|
|
26
26
|
default: {},
|
|
27
27
|
displayOptions: {
|
|
28
28
|
show: {
|
|
29
|
-
resource: ['
|
|
29
|
+
resource: ['thirdParty'],
|
|
30
30
|
operation: ['getContact'],
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
33
|
options: [
|
|
34
34
|
{
|
|
35
|
-
displayName: 'Include
|
|
36
|
-
name: '
|
|
35
|
+
displayName: 'Include ThirdParty',
|
|
36
|
+
name: 'includeThirdParty',
|
|
37
37
|
type: 'boolean',
|
|
38
38
|
default: false,
|
|
39
|
-
description: 'Whether to include
|
|
39
|
+
description: 'Whether to include thirdParty in the response',
|
|
40
40
|
},
|
|
41
41
|
],
|
|
42
42
|
},
|
|
43
43
|
];
|
|
44
44
|
async function execute(itemIndex) {
|
|
45
|
-
const
|
|
45
|
+
const thirdPartyContactId = this.getNodeParameter('thirdPartyContactId', itemIndex);
|
|
46
46
|
const options = this.getNodeParameter('options', itemIndex, {});
|
|
47
|
-
const
|
|
48
|
-
? `
|
|
47
|
+
const thirdPartyFragment = options.includeThirdParty
|
|
48
|
+
? `thirdParty {
|
|
49
49
|
id
|
|
50
50
|
name
|
|
51
51
|
}`
|
|
52
52
|
: '';
|
|
53
53
|
const query = `
|
|
54
|
-
query
|
|
55
|
-
node(id: $
|
|
56
|
-
... on
|
|
54
|
+
query GetThirdPartyContact($thirdPartyContactId: ID!) {
|
|
55
|
+
node(id: $thirdPartyContactId) {
|
|
56
|
+
... on ThirdPartyContact {
|
|
57
57
|
id
|
|
58
58
|
fullName
|
|
59
59
|
email
|
|
60
60
|
phone
|
|
61
61
|
role
|
|
62
|
-
${
|
|
62
|
+
${thirdPartyFragment}
|
|
63
63
|
createdAt
|
|
64
64
|
updatedAt
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
}
|
|
68
68
|
`;
|
|
69
|
-
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
|
|
69
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyContactId });
|
|
70
70
|
return {
|
|
71
71
|
json: responseData,
|
|
72
72
|
pairedItem: { item: itemIndex },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getContact.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getContact.operation.ts"],"names":[],"mappings":";;;AAwDA,0BAuCC;AAhFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,CAAW,CAAC;IAC9F,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;OASR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,mBAAmB,EAAE,CAAC,CAAC;IAEtF,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -5,26 +5,26 @@ 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: ['getDataPrivacyAgreement'],
|
|
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
|
];
|
|
22
22
|
async function execute(itemIndex) {
|
|
23
|
-
const
|
|
23
|
+
const thirdPartyId = this.getNodeParameter('thirdPartyId', itemIndex);
|
|
24
24
|
const query = `
|
|
25
|
-
query
|
|
26
|
-
node(id: $
|
|
27
|
-
... on
|
|
25
|
+
query GetThirdPartyDataPrivacyAgreement($thirdPartyId: ID!) {
|
|
26
|
+
node(id: $thirdPartyId) {
|
|
27
|
+
... on ThirdParty {
|
|
28
28
|
dataPrivacyAgreement {
|
|
29
29
|
id
|
|
30
30
|
validFrom
|
|
@@ -39,7 +39,7 @@ async function execute(itemIndex) {
|
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
`;
|
|
42
|
-
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, {
|
|
42
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { thirdPartyId });
|
|
43
43
|
return {
|
|
44
44
|
json: responseData,
|
|
45
45
|
pairedItem: { item: itemIndex },
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getDataPrivacyAgreement.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getDataPrivacyAgreement.operation.ts"],"names":[],"mappings":";;;AAkCA,0BA+BC;AAlDD,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,yBAAyB,CAAC;aACtC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0BAA0B;QACvC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,SAAS,CAAW,CAAC;IAEhF,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;EAiBb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,YAAY,EAAE,CAAC,CAAC;IAE/E,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 Risk Assessment ID',
|
|
9
|
+
name: 'thirdPartyRiskAssessmentId',
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['getRiskAssessment'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty risk assessment',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -26,40 +26,40 @@ exports.description = [
|
|
|
26
26
|
default: {},
|
|
27
27
|
displayOptions: {
|
|
28
28
|
show: {
|
|
29
|
-
resource: ['
|
|
29
|
+
resource: ['thirdParty'],
|
|
30
30
|
operation: ['getRiskAssessment'],
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
33
|
options: [
|
|
34
34
|
{
|
|
35
|
-
displayName: 'Include
|
|
36
|
-
name: '
|
|
35
|
+
displayName: 'Include ThirdParty',
|
|
36
|
+
name: 'includeThirdParty',
|
|
37
37
|
type: 'boolean',
|
|
38
38
|
default: false,
|
|
39
|
-
description: 'Whether to include
|
|
39
|
+
description: 'Whether to include thirdParty in the response',
|
|
40
40
|
},
|
|
41
41
|
],
|
|
42
42
|
},
|
|
43
43
|
];
|
|
44
44
|
async function execute(itemIndex) {
|
|
45
|
-
const
|
|
45
|
+
const thirdPartyRiskAssessmentId = this.getNodeParameter('thirdPartyRiskAssessmentId', itemIndex);
|
|
46
46
|
const options = this.getNodeParameter('options', itemIndex, {});
|
|
47
|
-
const
|
|
48
|
-
? `
|
|
47
|
+
const thirdPartyFragment = options.includeThirdParty
|
|
48
|
+
? `thirdParty {
|
|
49
49
|
id
|
|
50
50
|
name
|
|
51
51
|
}`
|
|
52
52
|
: '';
|
|
53
53
|
const query = `
|
|
54
|
-
query
|
|
55
|
-
node(id: $
|
|
56
|
-
... on
|
|
54
|
+
query GetThirdPartyRiskAssessment($thirdPartyRiskAssessmentId: ID!) {
|
|
55
|
+
node(id: $thirdPartyRiskAssessmentId) {
|
|
56
|
+
... on ThirdPartyRiskAssessment {
|
|
57
57
|
id
|
|
58
58
|
expiresAt
|
|
59
59
|
dataSensitivity
|
|
60
60
|
businessImpact
|
|
61
61
|
notes
|
|
62
|
-
${
|
|
62
|
+
${thirdPartyFragment}
|
|
63
63
|
createdAt
|
|
64
64
|
updatedAt
|
|
65
65
|
}
|
|
@@ -67,7 +67,7 @@ async function execute(itemIndex) {
|
|
|
67
67
|
}
|
|
68
68
|
`;
|
|
69
69
|
const variables = {
|
|
70
|
-
|
|
70
|
+
thirdPartyRiskAssessmentId,
|
|
71
71
|
};
|
|
72
72
|
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
73
73
|
return {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getRiskAssessment.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getRiskAssessment.operation.ts"],"names":[],"mappings":";;;AAwDA,0BA2CC;AApFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,+BAA+B;QAC5C,IAAI,EAAE,4BAA4B;QAClC,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,mBAAmB,CAAC;aAChC;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,0CAA0C;QACvD,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,mBAAmB,CAAC;aAChC;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,0BAA0B,GAAG,IAAI,CAAC,gBAAgB,CAAC,4BAA4B,EAAE,SAAS,CAAW,CAAC;IAC5G,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;OASR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,0BAA0B;KAC1B,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,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 Service ID',
|
|
9
|
+
name: 'thirdPartyServiceId',
|
|
10
10
|
type: 'string',
|
|
11
11
|
displayOptions: {
|
|
12
12
|
show: {
|
|
13
|
-
resource: ['
|
|
13
|
+
resource: ['thirdParty'],
|
|
14
14
|
operation: ['getService'],
|
|
15
15
|
},
|
|
16
16
|
},
|
|
17
17
|
default: '',
|
|
18
|
-
description: 'The ID of the
|
|
18
|
+
description: 'The ID of the thirdParty service',
|
|
19
19
|
required: true,
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -26,38 +26,38 @@ exports.description = [
|
|
|
26
26
|
default: {},
|
|
27
27
|
displayOptions: {
|
|
28
28
|
show: {
|
|
29
|
-
resource: ['
|
|
29
|
+
resource: ['thirdParty'],
|
|
30
30
|
operation: ['getService'],
|
|
31
31
|
},
|
|
32
32
|
},
|
|
33
33
|
options: [
|
|
34
34
|
{
|
|
35
|
-
displayName: 'Include
|
|
36
|
-
name: '
|
|
35
|
+
displayName: 'Include ThirdParty',
|
|
36
|
+
name: 'includeThirdParty',
|
|
37
37
|
type: 'boolean',
|
|
38
38
|
default: false,
|
|
39
|
-
description: 'Whether to include
|
|
39
|
+
description: 'Whether to include thirdParty in the response',
|
|
40
40
|
},
|
|
41
41
|
],
|
|
42
42
|
},
|
|
43
43
|
];
|
|
44
44
|
async function execute(itemIndex) {
|
|
45
|
-
const
|
|
45
|
+
const thirdPartyServiceId = this.getNodeParameter('thirdPartyServiceId', itemIndex);
|
|
46
46
|
const options = this.getNodeParameter('options', itemIndex, {});
|
|
47
|
-
const
|
|
48
|
-
? `
|
|
47
|
+
const thirdPartyFragment = options.includeThirdParty
|
|
48
|
+
? `thirdParty {
|
|
49
49
|
id
|
|
50
50
|
name
|
|
51
51
|
}`
|
|
52
52
|
: '';
|
|
53
53
|
const query = `
|
|
54
|
-
query
|
|
55
|
-
node(id: $
|
|
56
|
-
... on
|
|
54
|
+
query GetThirdPartyService($thirdPartyServiceId: ID!) {
|
|
55
|
+
node(id: $thirdPartyServiceId) {
|
|
56
|
+
... on ThirdPartyService {
|
|
57
57
|
id
|
|
58
58
|
name
|
|
59
59
|
description
|
|
60
|
-
${
|
|
60
|
+
${thirdPartyFragment}
|
|
61
61
|
createdAt
|
|
62
62
|
updatedAt
|
|
63
63
|
}
|
|
@@ -65,7 +65,7 @@ async function execute(itemIndex) {
|
|
|
65
65
|
}
|
|
66
66
|
`;
|
|
67
67
|
const variables = {
|
|
68
|
-
|
|
68
|
+
thirdPartyServiceId,
|
|
69
69
|
};
|
|
70
70
|
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
71
71
|
return {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getService.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/thirdParty/getService.operation.ts"],"names":[],"mappings":";;;AAwDA,0BAyCC;AAlFD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,uBAAuB;QACpC,IAAI,EAAE,qBAAqB;QAC3B,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;QAC/C,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE,YAAY;QACzB,OAAO,EAAE,EAAE;QACX,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,YAAY,CAAC;gBACxB,SAAS,EAAE,CAAC,YAAY,CAAC;aACzB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,mBAAmB;gBACzB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,+CAA+C;aAC5D;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,mBAAmB,GAAG,IAAI,CAAC,gBAAgB,CAAC,qBAAqB,EAAE,SAAS,CAAW,CAAC;IAC9F,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAE7D,CAAC;IAEF,MAAM,kBAAkB,GAAG,OAAO,CAAC,iBAAiB;QACnD,CAAC,CAAC;;;IAGA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;OAOR,kBAAkB;;;;;;EAMvB,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,mBAAmB;KACnB,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC;IAExE,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|