@probo/n8n-nodes-probo 0.0.1
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/credentials/ProboApi.credentials.d.ts +10 -0
- package/dist/credentials/ProboApi.credentials.js +50 -0
- package/dist/credentials/ProboApi.credentials.js.map +1 -0
- package/dist/icons/probo-light.svg +24 -0
- package/dist/icons/probo.svg +23 -0
- package/dist/nodes/Probo/GenericFunctions.d.ts +3 -0
- package/dist/nodes/Probo/GenericFunctions.js +69 -0
- package/dist/nodes/Probo/GenericFunctions.js.map +1 -0
- package/dist/nodes/Probo/Probo.node.d.ts +8 -0
- package/dist/nodes/Probo/Probo.node.js +113 -0
- package/dist/nodes/Probo/Probo.node.js.map +1 -0
- package/dist/nodes/Probo/Probo.node.json +19 -0
- package/dist/nodes/Probo/actions/asset/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/asset/create.operation.js +207 -0
- package/dist/nodes/Probo/actions/asset/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/asset/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/asset/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/asset/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/asset/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/asset/get.operation.js +97 -0
- package/dist/nodes/Probo/actions/asset/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/asset/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/asset/getAll.operation.js +140 -0
- package/dist/nodes/Probo/actions/asset/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/asset/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/asset/index.js +98 -0
- package/dist/nodes/Probo/actions/asset/index.js.map +1 -0
- package/dist/nodes/Probo/actions/asset/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/asset/update.operation.js +204 -0
- package/dist/nodes/Probo/actions/asset/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/create.operation.js +141 -0
- package/dist/nodes/Probo/actions/control/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/control/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/get.operation.js +49 -0
- package/dist/nodes/Probo/actions/control/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/getAll.operation.js +92 -0
- package/dist/nodes/Probo/actions/control/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/control/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/control/index.js +98 -0
- package/dist/nodes/Probo/actions/control/index.js.map +1 -0
- package/dist/nodes/Probo/actions/control/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/control/update.operation.js +137 -0
- package/dist/nodes/Probo/actions/control/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/datum/create.operation.js +181 -0
- package/dist/nodes/Probo/actions/datum/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/datum/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/datum/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/datum/get.operation.js +95 -0
- package/dist/nodes/Probo/actions/datum/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/datum/getAll.operation.js +138 -0
- package/dist/nodes/Probo/actions/datum/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/datum/index.js +98 -0
- package/dist/nodes/Probo/actions/datum/index.js.map +1 -0
- package/dist/nodes/Probo/actions/datum/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/datum/update.operation.js +178 -0
- package/dist/nodes/Probo/actions/datum/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/execute/execute.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/execute/execute.operation.js +63 -0
- package/dist/nodes/Probo/actions/execute/execute.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/execute/index.d.ts +4 -0
- package/dist/nodes/Probo/actions/execute/index.js +62 -0
- package/dist/nodes/Probo/actions/execute/index.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/framework/create.operation.js +81 -0
- package/dist/nodes/Probo/actions/framework/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/framework/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/framework/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/framework/get.operation.js +46 -0
- package/dist/nodes/Probo/actions/framework/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/framework/getAll.operation.js +89 -0
- package/dist/nodes/Probo/actions/framework/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/framework/index.js +98 -0
- package/dist/nodes/Probo/actions/framework/index.js.map +1 -0
- package/dist/nodes/Probo/actions/framework/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/framework/update.operation.js +76 -0
- package/dist/nodes/Probo/actions/framework/update.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/index.d.ts +13 -0
- package/dist/nodes/Probo/actions/index.js +83 -0
- package/dist/nodes/Probo/actions/index.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/create.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/create.operation.js +99 -0
- package/dist/nodes/Probo/actions/measure/create.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/delete.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/delete.operation.js +37 -0
- package/dist/nodes/Probo/actions/measure/delete.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/get.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/get.operation.js +48 -0
- package/dist/nodes/Probo/actions/measure/get.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/getAll.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/getAll.operation.js +91 -0
- package/dist/nodes/Probo/actions/measure/getAll.operation.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/index.d.ts +8 -0
- package/dist/nodes/Probo/actions/measure/index.js +98 -0
- package/dist/nodes/Probo/actions/measure/index.js.map +1 -0
- package/dist/nodes/Probo/actions/measure/update.operation.d.ts +3 -0
- package/dist/nodes/Probo/actions/measure/update.operation.js +128 -0
- package/dist/nodes/Probo/actions/measure/update.operation.js.map +1 -0
- package/dist/package.json +63 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.getAll = exports.get = exports.delete = exports.update = exports.create = exports.description = void 0;
|
|
37
|
+
const createOp = __importStar(require("./create.operation"));
|
|
38
|
+
exports.create = createOp;
|
|
39
|
+
const updateOp = __importStar(require("./update.operation"));
|
|
40
|
+
exports.update = updateOp;
|
|
41
|
+
const deleteOp = __importStar(require("./delete.operation"));
|
|
42
|
+
exports.delete = deleteOp;
|
|
43
|
+
const getOp = __importStar(require("./get.operation"));
|
|
44
|
+
exports.get = getOp;
|
|
45
|
+
const getAllOp = __importStar(require("./getAll.operation"));
|
|
46
|
+
exports.getAll = getAllOp;
|
|
47
|
+
exports.description = [
|
|
48
|
+
{
|
|
49
|
+
displayName: 'Operation',
|
|
50
|
+
name: 'operation',
|
|
51
|
+
type: 'options',
|
|
52
|
+
noDataExpression: true,
|
|
53
|
+
displayOptions: {
|
|
54
|
+
show: {
|
|
55
|
+
resource: ['framework'],
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
options: [
|
|
59
|
+
{
|
|
60
|
+
name: 'Create',
|
|
61
|
+
value: 'create',
|
|
62
|
+
description: 'Create a new framework',
|
|
63
|
+
action: 'Create a framework',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'Delete',
|
|
67
|
+
value: 'delete',
|
|
68
|
+
description: 'Delete a framework',
|
|
69
|
+
action: 'Delete a framework',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: 'Get',
|
|
73
|
+
value: 'get',
|
|
74
|
+
description: 'Get a framework',
|
|
75
|
+
action: 'Get a framework',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Get Many',
|
|
79
|
+
value: 'getAll',
|
|
80
|
+
description: 'Get many frameworks',
|
|
81
|
+
action: 'Get many frameworks',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'Update',
|
|
85
|
+
value: 'update',
|
|
86
|
+
description: 'Update an existing framework',
|
|
87
|
+
action: 'Update a framework',
|
|
88
|
+
},
|
|
89
|
+
],
|
|
90
|
+
default: 'create',
|
|
91
|
+
},
|
|
92
|
+
...createOp.description,
|
|
93
|
+
...updateOp.description,
|
|
94
|
+
...deleteOp.description,
|
|
95
|
+
...getOp.description,
|
|
96
|
+
...getAllOp.description,
|
|
97
|
+
];
|
|
98
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/framework/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AACA,6DAA+C;AA0D1B,0BAAM;AAzD3B,6DAA+C;AAyDN,0BAAM;AAxD/C,6DAA+C;AAwDc,0BAAM;AAvDnE,uDAAyC;AAuDqC,oBAAG;AAtDjF,6DAA+C;AAsDgD,0BAAM;AApDxF,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;aACvB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,wBAAwB;gBACrC,MAAM,EAAE,oBAAoB;aAC5B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,oBAAoB;gBACjC,MAAM,EAAE,oBAAoB;aAC5B;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,WAAW,EAAE,iBAAiB;gBAC9B,MAAM,EAAE,iBAAiB;aACzB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,qBAAqB;gBAClC,MAAM,EAAE,qBAAqB;aAC7B;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,8BAA8B;gBAC3C,MAAM,EAAE,oBAAoB;aAC5B;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,QAAQ,CAAC,WAAW;IACvB,GAAG,KAAK,CAAC,WAAW;IACpB,GAAG,QAAQ,CAAC,WAAW;CACvB,CAAC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Framework ID',
|
|
9
|
+
name: 'id',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['framework'],
|
|
14
|
+
operation: ['update'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the framework to update',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Name',
|
|
23
|
+
name: 'name',
|
|
24
|
+
type: 'string',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['framework'],
|
|
28
|
+
operation: ['update'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: '',
|
|
32
|
+
description: 'The name of the framework',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Description',
|
|
36
|
+
name: 'description',
|
|
37
|
+
type: 'string',
|
|
38
|
+
displayOptions: {
|
|
39
|
+
show: {
|
|
40
|
+
resource: ['framework'],
|
|
41
|
+
operation: ['update'],
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
default: '',
|
|
45
|
+
description: 'The description of the framework',
|
|
46
|
+
},
|
|
47
|
+
];
|
|
48
|
+
async function execute(itemIndex) {
|
|
49
|
+
const id = this.getNodeParameter('id', itemIndex);
|
|
50
|
+
const name = this.getNodeParameter('name', itemIndex, '');
|
|
51
|
+
const description = this.getNodeParameter('description', itemIndex, '');
|
|
52
|
+
const query = `
|
|
53
|
+
mutation UpdateFramework($input: UpdateFrameworkInput!) {
|
|
54
|
+
updateFramework(input: $input) {
|
|
55
|
+
framework {
|
|
56
|
+
id
|
|
57
|
+
name
|
|
58
|
+
description
|
|
59
|
+
createdAt
|
|
60
|
+
updatedAt
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
`;
|
|
65
|
+
const input = { id };
|
|
66
|
+
if (name)
|
|
67
|
+
input.name = name;
|
|
68
|
+
if (description)
|
|
69
|
+
input.description = description;
|
|
70
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input });
|
|
71
|
+
return {
|
|
72
|
+
json: responseData,
|
|
73
|
+
pairedItem: { item: itemIndex },
|
|
74
|
+
};
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=update.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/framework/update.operation.ts"],"names":[],"mappings":";;;AA8CA,0BAgCC;AA7ED,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,cAAc;QAC3B,IAAI,EAAE,IAAI;QACV,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;gBACvB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,mCAAmC;QAChD,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;gBACvB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,2BAA2B;KACxC;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,WAAW,CAAC;gBACvB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,kCAAkC;KAC/C;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,EAAE,GAAG,IAAI,CAAC,gBAAgB,CAAC,IAAI,EAAE,SAAS,CAAW,CAAC;IAC5D,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IACpE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAElF,MAAM,KAAK,GAAG;;;;;;;;;;;;EAYb,CAAC;IAEF,MAAM,KAAK,GAA2B,EAAE,EAAE,EAAE,CAAC;IAC7C,IAAI,IAAI;QAAE,KAAK,CAAC,IAAI,GAAG,IAAI,CAAC;IAC5B,IAAI,WAAW;QAAE,KAAK,CAAC,WAAW,GAAG,WAAW,CAAC;IAEjD,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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export interface ResourceModule {
|
|
3
|
+
description: INodeProperties[];
|
|
4
|
+
[key: string]: OperationModule | INodeProperties[];
|
|
5
|
+
}
|
|
6
|
+
export interface OperationModule {
|
|
7
|
+
description: INodeProperties[];
|
|
8
|
+
execute: (this: IExecuteFunctions, itemIndex: number) => Promise<INodeExecutionData>;
|
|
9
|
+
}
|
|
10
|
+
export declare const resources: Record<string, ResourceModule>;
|
|
11
|
+
export declare function getAllResourceOperations(): INodeProperties[];
|
|
12
|
+
export declare function getAllResourceFields(): INodeProperties[];
|
|
13
|
+
export declare function getExecuteFunction(resourceName: string, operationName: string): (this: IExecuteFunctions, itemIndex: number) => Promise<INodeExecutionData>;
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
exports.resources = void 0;
|
|
37
|
+
exports.getAllResourceOperations = getAllResourceOperations;
|
|
38
|
+
exports.getAllResourceFields = getAllResourceFields;
|
|
39
|
+
exports.getExecuteFunction = getExecuteFunction;
|
|
40
|
+
const asset = __importStar(require("./asset"));
|
|
41
|
+
const control = __importStar(require("./control"));
|
|
42
|
+
const datum = __importStar(require("./datum"));
|
|
43
|
+
const execute = __importStar(require("./execute"));
|
|
44
|
+
const framework = __importStar(require("./framework"));
|
|
45
|
+
const measure = __importStar(require("./measure"));
|
|
46
|
+
exports.resources = {
|
|
47
|
+
asset: asset,
|
|
48
|
+
control: control,
|
|
49
|
+
datum: datum,
|
|
50
|
+
execute: execute,
|
|
51
|
+
framework: framework,
|
|
52
|
+
measure: measure,
|
|
53
|
+
};
|
|
54
|
+
function getAllResourceOperations() {
|
|
55
|
+
const operations = [];
|
|
56
|
+
for (const resource of Object.values(exports.resources)) {
|
|
57
|
+
const operationProp = resource.description.find((prop) => prop.name === 'operation');
|
|
58
|
+
if (operationProp) {
|
|
59
|
+
operations.push(operationProp);
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
return operations;
|
|
63
|
+
}
|
|
64
|
+
function getAllResourceFields() {
|
|
65
|
+
const fields = [];
|
|
66
|
+
for (const resource of Object.values(exports.resources)) {
|
|
67
|
+
fields.push(...resource.description.filter((prop) => prop.name !== 'operation'));
|
|
68
|
+
}
|
|
69
|
+
return fields;
|
|
70
|
+
}
|
|
71
|
+
function getExecuteFunction(resourceName, operationName) {
|
|
72
|
+
const resource = exports.resources[resourceName];
|
|
73
|
+
if (!resource) {
|
|
74
|
+
throw new Error(`Unknown resource: ${resourceName}`);
|
|
75
|
+
}
|
|
76
|
+
const operationKey = resourceName === 'execute' ? 'execute' : operationName;
|
|
77
|
+
const operation = resource[operationKey];
|
|
78
|
+
if (!operation || typeof operation.execute !== 'function') {
|
|
79
|
+
throw new Error(`Unknown operation: ${operationName} for resource: ${resourceName}`);
|
|
80
|
+
}
|
|
81
|
+
return operation.execute;
|
|
82
|
+
}
|
|
83
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/Probo/actions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BA,4DAWC;AAED,oDAQC;AAED,gDAeC;AAhED,+CAAiC;AACjC,mDAAqC;AACrC,+CAAiC;AACjC,mDAAqC;AACrC,uDAAyC;AACzC,mDAAqC;AAYxB,QAAA,SAAS,GAAmC;IACxD,KAAK,EAAE,KAAuB;IAC9B,OAAO,EAAE,OAAyB;IAClC,KAAK,EAAE,KAAuB;IAC9B,OAAO,EAAE,OAAyB;IAClC,SAAS,EAAE,SAA2B;IACtC,OAAO,EAAE,OAAyB;CAClC,CAAC;AAEF,SAAgB,wBAAwB;IACvC,MAAM,UAAU,GAAsB,EAAE,CAAC;IAEzC,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,iBAAS,CAAC,EAAE,CAAC;QACjD,MAAM,aAAa,GAAG,QAAQ,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,WAAW,CAAC,CAAC;QACrF,IAAI,aAAa,EAAE,CAAC;YACnB,UAAU,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC;QAChC,CAAC;IACF,CAAC;IAED,OAAO,UAAU,CAAC;AACnB,CAAC;AAED,SAAgB,oBAAoB;IACnC,MAAM,MAAM,GAAsB,EAAE,CAAC;IAErC,KAAK,MAAM,QAAQ,IAAI,MAAM,CAAC,MAAM,CAAC,iBAAS,CAAC,EAAE,CAAC;QACjD,MAAM,CAAC,IAAI,CAAC,GAAG,QAAQ,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,KAAK,WAAW,CAAC,CAAC,CAAC;IAClF,CAAC;IAED,OAAO,MAAM,CAAC;AACf,CAAC;AAED,SAAgB,kBAAkB,CAAC,YAAoB,EAAE,aAAqB;IAC7E,MAAM,QAAQ,GAAG,iBAAS,CAAC,YAAY,CAAC,CAAC;IACzC,IAAI,CAAC,QAAQ,EAAE,CAAC;QACf,MAAM,IAAI,KAAK,CAAC,qBAAqB,YAAY,EAAE,CAAC,CAAC;IACtD,CAAC;IAED,MAAM,YAAY,GAAG,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC;IAE5E,MAAM,SAAS,GAAG,QAAQ,CAAC,YAAY,CAAoB,CAAC;IAE5D,IAAI,CAAC,SAAS,IAAI,OAAO,SAAS,CAAC,OAAO,KAAK,UAAU,EAAE,CAAC;QAC3D,MAAM,IAAI,KAAK,CAAC,sBAAsB,aAAa,kBAAkB,YAAY,EAAE,CAAC,CAAC;IACtF,CAAC;IAED,OAAO,SAAS,CAAC,OAAO,CAAC;AAC1B,CAAC"}
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Organization ID',
|
|
9
|
+
name: 'organizationId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['measure'],
|
|
14
|
+
operation: ['create'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the organization',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Name',
|
|
23
|
+
name: 'name',
|
|
24
|
+
type: 'string',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['measure'],
|
|
28
|
+
operation: ['create'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: '',
|
|
32
|
+
description: 'The name of the measure',
|
|
33
|
+
required: true,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
displayName: 'Description',
|
|
37
|
+
name: 'description',
|
|
38
|
+
type: 'string',
|
|
39
|
+
displayOptions: {
|
|
40
|
+
show: {
|
|
41
|
+
resource: ['measure'],
|
|
42
|
+
operation: ['create'],
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
default: '',
|
|
46
|
+
description: 'The description of the measure',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
displayName: 'Category',
|
|
50
|
+
name: 'category',
|
|
51
|
+
type: 'string',
|
|
52
|
+
displayOptions: {
|
|
53
|
+
show: {
|
|
54
|
+
resource: ['measure'],
|
|
55
|
+
operation: ['create'],
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
default: '',
|
|
59
|
+
description: 'The category of the measure',
|
|
60
|
+
required: true,
|
|
61
|
+
},
|
|
62
|
+
];
|
|
63
|
+
async function execute(itemIndex) {
|
|
64
|
+
const organizationId = this.getNodeParameter('organizationId', itemIndex);
|
|
65
|
+
const name = this.getNodeParameter('name', itemIndex);
|
|
66
|
+
const description = this.getNodeParameter('description', itemIndex, '');
|
|
67
|
+
const category = this.getNodeParameter('category', itemIndex);
|
|
68
|
+
const query = `
|
|
69
|
+
mutation CreateMeasure($input: CreateMeasureInput!) {
|
|
70
|
+
createMeasure(input: $input) {
|
|
71
|
+
measureEdge {
|
|
72
|
+
node {
|
|
73
|
+
id
|
|
74
|
+
name
|
|
75
|
+
description
|
|
76
|
+
category
|
|
77
|
+
state
|
|
78
|
+
createdAt
|
|
79
|
+
updatedAt
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
`;
|
|
85
|
+
const variables = {
|
|
86
|
+
input: {
|
|
87
|
+
organizationId,
|
|
88
|
+
name,
|
|
89
|
+
...(description && { description }),
|
|
90
|
+
category,
|
|
91
|
+
},
|
|
92
|
+
};
|
|
93
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
94
|
+
return {
|
|
95
|
+
json: responseData,
|
|
96
|
+
pairedItem: { item: itemIndex },
|
|
97
|
+
};
|
|
98
|
+
}
|
|
99
|
+
//# sourceMappingURL=create.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/measure/create.operation.ts"],"names":[],"mappings":";;;AA6DA,0BA0CC;AAtGD,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,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,MAAM;QACnB,IAAI,EAAE,MAAM;QACZ,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,yBAAyB;QACtC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,aAAa;QAC1B,IAAI,EAAE,aAAa;QACnB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,gCAAgC;KAC7C;IACD;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,UAAU;QAChB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,6BAA6B;QAC1C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IACpF,MAAM,IAAI,GAAG,IAAI,CAAC,gBAAgB,CAAC,MAAM,EAAE,SAAS,CAAW,CAAC;IAChE,MAAM,WAAW,GAAG,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAClF,MAAM,QAAQ,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,EAAE,SAAS,CAAW,CAAC;IAExE,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;EAgBb,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,KAAK,EAAE;YACN,cAAc;YACd,IAAI;YACJ,GAAG,CAAC,WAAW,IAAI,EAAE,WAAW,EAAE,CAAC;YACnC,QAAQ;SACR;KACD,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"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Measure ID',
|
|
9
|
+
name: 'measureId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['measure'],
|
|
14
|
+
operation: ['delete'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the measure to delete',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
async function execute(itemIndex) {
|
|
23
|
+
const measureId = this.getNodeParameter('measureId', itemIndex);
|
|
24
|
+
const query = `
|
|
25
|
+
mutation DeleteMeasure($input: DeleteMeasureInput!) {
|
|
26
|
+
deleteMeasure(input: $input) {
|
|
27
|
+
deletedMeasureId
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
`;
|
|
31
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input: { measureId } });
|
|
32
|
+
return {
|
|
33
|
+
json: responseData,
|
|
34
|
+
pairedItem: { item: itemIndex },
|
|
35
|
+
};
|
|
36
|
+
}
|
|
37
|
+
//# sourceMappingURL=delete.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/measure/delete.operation.ts"],"names":[],"mappings":";;;AAoBA,0BAoBC;AAvCD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;QAC9C,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAW,CAAC;IAE1E,MAAM,KAAK,GAAG;;;;;;EAMb,CAAC;IAEF,MAAM,YAAY,GAAG,MAAM,kCAAe,CAAC,IAAI,CAAC,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,EAAE,SAAS,EAAE,EAAE,CAAC,CAAC;IAEvF,OAAO;QACN,IAAI,EAAE,YAAY;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Measure ID',
|
|
9
|
+
name: 'measureId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['measure'],
|
|
14
|
+
operation: ['get'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the measure',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
];
|
|
22
|
+
async function execute(itemIndex) {
|
|
23
|
+
const measureId = this.getNodeParameter('measureId', itemIndex);
|
|
24
|
+
const query = `
|
|
25
|
+
query GetMeasure($measureId: ID!) {
|
|
26
|
+
node(id: $measureId) {
|
|
27
|
+
... on Measure {
|
|
28
|
+
id
|
|
29
|
+
name
|
|
30
|
+
description
|
|
31
|
+
category
|
|
32
|
+
state
|
|
33
|
+
createdAt
|
|
34
|
+
updatedAt
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
`;
|
|
39
|
+
const variables = {
|
|
40
|
+
measureId,
|
|
41
|
+
};
|
|
42
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
43
|
+
return {
|
|
44
|
+
json: responseData,
|
|
45
|
+
pairedItem: { item: itemIndex },
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=get.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/measure/get.operation.ts"],"names":[],"mappings":";;;AAoBA,0BAgCC;AAnDD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,uBAAuB;QACpC,QAAQ,EAAE,IAAI;KACd;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAW,CAAC;IAE1E,MAAM,KAAK,GAAG;;;;;;;;;;;;;;EAcb,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,SAAS;KACT,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"}
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.description = void 0;
|
|
4
|
+
exports.execute = execute;
|
|
5
|
+
const GenericFunctions_1 = require("../../GenericFunctions");
|
|
6
|
+
exports.description = [
|
|
7
|
+
{
|
|
8
|
+
displayName: 'Organization ID',
|
|
9
|
+
name: 'organizationId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['measure'],
|
|
14
|
+
operation: ['getAll'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the organization',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Return All',
|
|
23
|
+
name: 'returnAll',
|
|
24
|
+
type: 'boolean',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['measure'],
|
|
28
|
+
operation: ['getAll'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: false,
|
|
32
|
+
description: 'Whether to return all results or only up to a given limit',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Limit',
|
|
36
|
+
name: 'limit',
|
|
37
|
+
type: 'number',
|
|
38
|
+
displayOptions: {
|
|
39
|
+
show: {
|
|
40
|
+
resource: ['measure'],
|
|
41
|
+
operation: ['getAll'],
|
|
42
|
+
returnAll: [false],
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
typeOptions: {
|
|
46
|
+
minValue: 1,
|
|
47
|
+
},
|
|
48
|
+
default: 50,
|
|
49
|
+
description: 'Max number of results to return',
|
|
50
|
+
},
|
|
51
|
+
];
|
|
52
|
+
async function execute(itemIndex) {
|
|
53
|
+
const organizationId = this.getNodeParameter('organizationId', itemIndex);
|
|
54
|
+
const returnAll = this.getNodeParameter('returnAll', itemIndex);
|
|
55
|
+
const limit = this.getNodeParameter('limit', itemIndex, 50);
|
|
56
|
+
const query = `
|
|
57
|
+
query GetMeasures($organizationId: ID!, $first: Int, $after: CursorKey) {
|
|
58
|
+
node(id: $organizationId) {
|
|
59
|
+
... on Organization {
|
|
60
|
+
measures(first: $first, after: $after) {
|
|
61
|
+
edges {
|
|
62
|
+
node {
|
|
63
|
+
id
|
|
64
|
+
name
|
|
65
|
+
description
|
|
66
|
+
category
|
|
67
|
+
state
|
|
68
|
+
createdAt
|
|
69
|
+
updatedAt
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
pageInfo {
|
|
73
|
+
hasNextPage
|
|
74
|
+
endCursor
|
|
75
|
+
}
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
`;
|
|
81
|
+
const measures = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
|
|
82
|
+
const data = response === null || response === void 0 ? void 0 : response.data;
|
|
83
|
+
const node = data === null || data === void 0 ? void 0 : data.node;
|
|
84
|
+
return node === null || node === void 0 ? void 0 : node.measures;
|
|
85
|
+
}, returnAll, limit);
|
|
86
|
+
return {
|
|
87
|
+
json: { measures },
|
|
88
|
+
pairedItem: { item: itemIndex },
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
//# sourceMappingURL=getAll.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAll.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/measure/getAll.operation.ts"],"names":[],"mappings":";;;AAkDA,0BAmDC;AApGD,6DAAiE;AAEpD,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,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,4BAA4B;QACzC,QAAQ,EAAE,IAAI;KACd;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;aACrB;SACD;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;KACxE;IACD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,SAAS,CAAC;gBACrB,SAAS,EAAE,CAAC,QAAQ,CAAC;gBACrB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;SACX;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,iCAAiC;KAC9C;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,cAAc,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,SAAS,CAAW,CAAC;IACpF,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,WAAW,EAAE,SAAS,CAAY,CAAC;IAC3E,MAAM,KAAK,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;IAEtE,MAAM,KAAK,GAAG;;;;;;;;;;;;;;;;;;;;;;;;EAwBb,CAAC;IAEF,MAAM,QAAQ,GAAG,MAAM,0CAAuB,CAAC,IAAI,CAClD,IAAI,EACJ,KAAK,EACL,EAAE,cAAc,EAAE,EAClB,CAAC,QAAQ,EAAE,EAAE;QACZ,MAAM,IAAI,GAAG,QAAQ,aAAR,QAAQ,uBAAR,QAAQ,CAAE,IAA+B,CAAC;QACvD,MAAM,IAAI,GAAG,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,IAA+B,CAAC;QACnD,OAAO,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,QAAmC,CAAC;IAClD,CAAC,EACD,SAAS,EACT,KAAK,CACL,CAAC;IAEF,OAAO;QACN,IAAI,EAAE,EAAE,QAAQ,EAAE;QAClB,UAAU,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;KAC/B,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { INodeProperties } from 'n8n-workflow';
|
|
2
|
+
import * as createOp from './create.operation';
|
|
3
|
+
import * as updateOp from './update.operation';
|
|
4
|
+
import * as deleteOp from './delete.operation';
|
|
5
|
+
import * as getOp from './get.operation';
|
|
6
|
+
import * as getAllOp from './getAll.operation';
|
|
7
|
+
export declare const description: INodeProperties[];
|
|
8
|
+
export { createOp as create, updateOp as update, deleteOp as delete, getOp as get, getAllOp as getAll };
|