@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,97 @@
|
|
|
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: 'Asset ID',
|
|
9
|
+
name: 'assetId',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['asset'],
|
|
14
|
+
operation: ['get'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the asset',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Options',
|
|
23
|
+
name: 'options',
|
|
24
|
+
type: 'collection',
|
|
25
|
+
placeholder: 'Add Option',
|
|
26
|
+
default: {},
|
|
27
|
+
displayOptions: {
|
|
28
|
+
show: {
|
|
29
|
+
resource: ['asset'],
|
|
30
|
+
operation: ['get'],
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
options: [
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Include Owner',
|
|
36
|
+
name: 'includeOwner',
|
|
37
|
+
type: 'boolean',
|
|
38
|
+
default: false,
|
|
39
|
+
description: 'Whether to include owner details in the response',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
displayName: 'Include Vendors',
|
|
43
|
+
name: 'includeVendors',
|
|
44
|
+
type: 'boolean',
|
|
45
|
+
default: false,
|
|
46
|
+
description: 'Whether to include vendors in the response',
|
|
47
|
+
},
|
|
48
|
+
],
|
|
49
|
+
},
|
|
50
|
+
];
|
|
51
|
+
async function execute(itemIndex) {
|
|
52
|
+
const assetId = this.getNodeParameter('assetId', itemIndex);
|
|
53
|
+
const options = this.getNodeParameter('options', itemIndex, {});
|
|
54
|
+
const ownerFragment = options.includeOwner
|
|
55
|
+
? `owner {
|
|
56
|
+
id
|
|
57
|
+
fullName
|
|
58
|
+
primaryEmailAddress
|
|
59
|
+
}`
|
|
60
|
+
: '';
|
|
61
|
+
const vendorsFragment = options.includeVendors
|
|
62
|
+
? `vendors(first: 100) {
|
|
63
|
+
edges {
|
|
64
|
+
node {
|
|
65
|
+
id
|
|
66
|
+
name
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}`
|
|
70
|
+
: '';
|
|
71
|
+
const query = `
|
|
72
|
+
query GetAsset($assetId: ID!) {
|
|
73
|
+
node(id: $assetId) {
|
|
74
|
+
... on Asset {
|
|
75
|
+
id
|
|
76
|
+
name
|
|
77
|
+
amount
|
|
78
|
+
assetType
|
|
79
|
+
dataTypesStored
|
|
80
|
+
${ownerFragment}
|
|
81
|
+
${vendorsFragment}
|
|
82
|
+
createdAt
|
|
83
|
+
updatedAt
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
`;
|
|
88
|
+
const variables = {
|
|
89
|
+
assetId,
|
|
90
|
+
};
|
|
91
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, variables);
|
|
92
|
+
return {
|
|
93
|
+
json: responseData,
|
|
94
|
+
pairedItem: { item: itemIndex },
|
|
95
|
+
};
|
|
96
|
+
}
|
|
97
|
+
//# sourceMappingURL=get.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/asset/get.operation.ts"],"names":[],"mappings":";;;AAiDA,0BAyDC;AAzGD,6DAAyD;AAE5C,QAAA,WAAW,GAAsB;IAC7C;QACC,WAAW,EAAE,UAAU;QACvB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,QAAQ,EAAE,CAAC,OAAO,CAAC;gBACnB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE,EAAE;QACX,WAAW,EAAE,qBAAqB;QAClC,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,OAAO,CAAC;gBACnB,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,cAAc;gBACpB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,kDAAkD;aAC/D;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,KAAK;gBACd,WAAW,EAAE,4CAA4C;aACzD;SACD;KACD;CACD,CAAC;AAEK,KAAK,UAAU,OAAO,CAE5B,SAAiB;IAEjB,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,CAAW,CAAC;IACtE,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAG7D,CAAC;IAEF,MAAM,aAAa,GAAG,OAAO,CAAC,YAAY;QACzC,CAAC,CAAC;;;;IAIA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,eAAe,GAAG,OAAO,CAAC,cAAc;QAC7C,CAAC,CAAC;;;;;;;IAOA;QACF,CAAC,CAAC,EAAE,CAAC;IAEN,MAAM,KAAK,GAAG;;;;;;;;;OASR,aAAa;OACb,eAAe;;;;;;EAMpB,CAAC;IAEF,MAAM,SAAS,GAAG;QACjB,OAAO;KACP,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,140 @@
|
|
|
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: ['asset'],
|
|
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: ['asset'],
|
|
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: ['asset'],
|
|
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
|
+
displayName: 'Options',
|
|
53
|
+
name: 'options',
|
|
54
|
+
type: 'collection',
|
|
55
|
+
placeholder: 'Add Option',
|
|
56
|
+
default: {},
|
|
57
|
+
displayOptions: {
|
|
58
|
+
show: {
|
|
59
|
+
resource: ['asset'],
|
|
60
|
+
operation: ['getAll'],
|
|
61
|
+
},
|
|
62
|
+
},
|
|
63
|
+
options: [
|
|
64
|
+
{
|
|
65
|
+
displayName: 'Include Owner',
|
|
66
|
+
name: 'includeOwner',
|
|
67
|
+
type: 'boolean',
|
|
68
|
+
default: false,
|
|
69
|
+
description: 'Whether to include owner details in the response',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
displayName: 'Include Vendors',
|
|
73
|
+
name: 'includeVendors',
|
|
74
|
+
type: 'boolean',
|
|
75
|
+
default: false,
|
|
76
|
+
description: 'Whether to include vendors in the response',
|
|
77
|
+
},
|
|
78
|
+
],
|
|
79
|
+
},
|
|
80
|
+
];
|
|
81
|
+
async function execute(itemIndex) {
|
|
82
|
+
const organizationId = this.getNodeParameter('organizationId', itemIndex);
|
|
83
|
+
const returnAll = this.getNodeParameter('returnAll', itemIndex);
|
|
84
|
+
const limit = this.getNodeParameter('limit', itemIndex, 50);
|
|
85
|
+
const options = this.getNodeParameter('options', itemIndex, {});
|
|
86
|
+
const ownerFragment = options.includeOwner
|
|
87
|
+
? `owner {
|
|
88
|
+
id
|
|
89
|
+
fullName
|
|
90
|
+
primaryEmailAddress
|
|
91
|
+
}`
|
|
92
|
+
: '';
|
|
93
|
+
const vendorsFragment = options.includeVendors
|
|
94
|
+
? `vendors(first: 100) {
|
|
95
|
+
edges {
|
|
96
|
+
node {
|
|
97
|
+
id
|
|
98
|
+
name
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}`
|
|
102
|
+
: '';
|
|
103
|
+
const query = `
|
|
104
|
+
query GetAssets($organizationId: ID!, $first: Int, $after: CursorKey) {
|
|
105
|
+
node(id: $organizationId) {
|
|
106
|
+
... on Organization {
|
|
107
|
+
assets(first: $first, after: $after) {
|
|
108
|
+
edges {
|
|
109
|
+
node {
|
|
110
|
+
id
|
|
111
|
+
name
|
|
112
|
+
amount
|
|
113
|
+
assetType
|
|
114
|
+
dataTypesStored
|
|
115
|
+
${ownerFragment}
|
|
116
|
+
${vendorsFragment}
|
|
117
|
+
createdAt
|
|
118
|
+
updatedAt
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
pageInfo {
|
|
122
|
+
hasNextPage
|
|
123
|
+
endCursor
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
`;
|
|
130
|
+
const assets = await GenericFunctions_1.proboApiRequestAllItems.call(this, query, { organizationId }, (response) => {
|
|
131
|
+
const data = response === null || response === void 0 ? void 0 : response.data;
|
|
132
|
+
const node = data === null || data === void 0 ? void 0 : data.node;
|
|
133
|
+
return node === null || node === void 0 ? void 0 : node.assets;
|
|
134
|
+
}, returnAll, limit);
|
|
135
|
+
return {
|
|
136
|
+
json: { assets },
|
|
137
|
+
pairedItem: { item: itemIndex },
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
//# sourceMappingURL=getAll.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getAll.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/asset/getAll.operation.ts"],"names":[],"mappings":"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"}
|
|
@@ -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 };
|
|
@@ -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: ['asset'],
|
|
56
|
+
},
|
|
57
|
+
},
|
|
58
|
+
options: [
|
|
59
|
+
{
|
|
60
|
+
name: 'Create',
|
|
61
|
+
value: 'create',
|
|
62
|
+
description: 'Create a new asset',
|
|
63
|
+
action: 'Create an asset',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
name: 'Delete',
|
|
67
|
+
value: 'delete',
|
|
68
|
+
description: 'Delete an asset',
|
|
69
|
+
action: 'Delete an asset',
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
name: 'Get',
|
|
73
|
+
value: 'get',
|
|
74
|
+
description: 'Get an asset',
|
|
75
|
+
action: 'Get an asset',
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
name: 'Get Many',
|
|
79
|
+
value: 'getAll',
|
|
80
|
+
description: 'Get many assets',
|
|
81
|
+
action: 'Get many assets',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
name: 'Update',
|
|
85
|
+
value: 'update',
|
|
86
|
+
description: 'Update an existing asset',
|
|
87
|
+
action: 'Update an asset',
|
|
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/asset/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,OAAO,CAAC;aACnB;SACD;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,oBAAoB;gBACjC,MAAM,EAAE,iBAAiB;aACzB;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,iBAAiB;gBAC9B,MAAM,EAAE,iBAAiB;aACzB;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,WAAW,EAAE,cAAc;gBAC3B,MAAM,EAAE,cAAc;aACtB;YACD;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,iBAAiB;gBAC9B,MAAM,EAAE,iBAAiB;aACzB;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,WAAW,EAAE,0BAA0B;gBACvC,MAAM,EAAE,iBAAiB;aACzB;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,204 @@
|
|
|
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: 'Asset ID',
|
|
9
|
+
name: 'id',
|
|
10
|
+
type: 'string',
|
|
11
|
+
displayOptions: {
|
|
12
|
+
show: {
|
|
13
|
+
resource: ['asset'],
|
|
14
|
+
operation: ['update'],
|
|
15
|
+
},
|
|
16
|
+
},
|
|
17
|
+
default: '',
|
|
18
|
+
description: 'The ID of the asset to update',
|
|
19
|
+
required: true,
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
displayName: 'Name',
|
|
23
|
+
name: 'name',
|
|
24
|
+
type: 'string',
|
|
25
|
+
displayOptions: {
|
|
26
|
+
show: {
|
|
27
|
+
resource: ['asset'],
|
|
28
|
+
operation: ['update'],
|
|
29
|
+
},
|
|
30
|
+
},
|
|
31
|
+
default: '',
|
|
32
|
+
description: 'The name of the asset',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
displayName: 'Amount',
|
|
36
|
+
name: 'amount',
|
|
37
|
+
type: 'number',
|
|
38
|
+
displayOptions: {
|
|
39
|
+
show: {
|
|
40
|
+
resource: ['asset'],
|
|
41
|
+
operation: ['update'],
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
default: 0,
|
|
45
|
+
description: 'The amount of the asset',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
displayName: 'Owner ID',
|
|
49
|
+
name: 'ownerId',
|
|
50
|
+
type: 'string',
|
|
51
|
+
displayOptions: {
|
|
52
|
+
show: {
|
|
53
|
+
resource: ['asset'],
|
|
54
|
+
operation: ['update'],
|
|
55
|
+
},
|
|
56
|
+
},
|
|
57
|
+
default: '',
|
|
58
|
+
description: 'The ID of the owner (People)',
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
displayName: 'Asset Type',
|
|
62
|
+
name: 'assetType',
|
|
63
|
+
type: 'options',
|
|
64
|
+
displayOptions: {
|
|
65
|
+
show: {
|
|
66
|
+
resource: ['asset'],
|
|
67
|
+
operation: ['update'],
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
options: [
|
|
71
|
+
{
|
|
72
|
+
name: 'Physical',
|
|
73
|
+
value: 'PHYSICAL',
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
name: 'Virtual',
|
|
77
|
+
value: 'VIRTUAL',
|
|
78
|
+
},
|
|
79
|
+
],
|
|
80
|
+
default: 'PHYSICAL',
|
|
81
|
+
description: 'The type of the asset',
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
displayName: 'Data Types Stored',
|
|
85
|
+
name: 'dataTypesStored',
|
|
86
|
+
type: 'string',
|
|
87
|
+
displayOptions: {
|
|
88
|
+
show: {
|
|
89
|
+
resource: ['asset'],
|
|
90
|
+
operation: ['update'],
|
|
91
|
+
},
|
|
92
|
+
},
|
|
93
|
+
default: '',
|
|
94
|
+
description: 'The types of data stored in the asset',
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
displayName: 'Vendor IDs',
|
|
98
|
+
name: 'vendorIds',
|
|
99
|
+
type: 'string',
|
|
100
|
+
displayOptions: {
|
|
101
|
+
show: {
|
|
102
|
+
resource: ['asset'],
|
|
103
|
+
operation: ['update'],
|
|
104
|
+
},
|
|
105
|
+
},
|
|
106
|
+
default: '',
|
|
107
|
+
description: 'Comma-separated list of vendor IDs',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
displayName: 'Options',
|
|
111
|
+
name: 'options',
|
|
112
|
+
type: 'collection',
|
|
113
|
+
placeholder: 'Add Option',
|
|
114
|
+
default: {},
|
|
115
|
+
displayOptions: {
|
|
116
|
+
show: {
|
|
117
|
+
resource: ['asset'],
|
|
118
|
+
operation: ['update'],
|
|
119
|
+
},
|
|
120
|
+
},
|
|
121
|
+
options: [
|
|
122
|
+
{
|
|
123
|
+
displayName: 'Include Owner',
|
|
124
|
+
name: 'includeOwner',
|
|
125
|
+
type: 'boolean',
|
|
126
|
+
default: false,
|
|
127
|
+
description: 'Whether to include owner details in the response',
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
displayName: 'Include Vendors',
|
|
131
|
+
name: 'includeVendors',
|
|
132
|
+
type: 'boolean',
|
|
133
|
+
default: false,
|
|
134
|
+
description: 'Whether to include vendors in the response',
|
|
135
|
+
},
|
|
136
|
+
],
|
|
137
|
+
},
|
|
138
|
+
];
|
|
139
|
+
async function execute(itemIndex) {
|
|
140
|
+
const id = this.getNodeParameter('id', itemIndex);
|
|
141
|
+
const name = this.getNodeParameter('name', itemIndex, '');
|
|
142
|
+
const amount = this.getNodeParameter('amount', itemIndex, 0);
|
|
143
|
+
const ownerId = this.getNodeParameter('ownerId', itemIndex, '');
|
|
144
|
+
const assetType = this.getNodeParameter('assetType', itemIndex, '');
|
|
145
|
+
const dataTypesStored = this.getNodeParameter('dataTypesStored', itemIndex, '');
|
|
146
|
+
const vendorIdsStr = this.getNodeParameter('vendorIds', itemIndex, '');
|
|
147
|
+
const options = this.getNodeParameter('options', itemIndex, {});
|
|
148
|
+
const ownerFragment = options.includeOwner
|
|
149
|
+
? `owner {
|
|
150
|
+
id
|
|
151
|
+
fullName
|
|
152
|
+
primaryEmailAddress
|
|
153
|
+
}`
|
|
154
|
+
: '';
|
|
155
|
+
const vendorsFragment = options.includeVendors
|
|
156
|
+
? `vendors(first: 100) {
|
|
157
|
+
edges {
|
|
158
|
+
node {
|
|
159
|
+
id
|
|
160
|
+
name
|
|
161
|
+
}
|
|
162
|
+
}
|
|
163
|
+
}`
|
|
164
|
+
: '';
|
|
165
|
+
const query = `
|
|
166
|
+
mutation UpdateAsset($input: UpdateAssetInput!) {
|
|
167
|
+
updateAsset(input: $input) {
|
|
168
|
+
asset {
|
|
169
|
+
id
|
|
170
|
+
name
|
|
171
|
+
amount
|
|
172
|
+
assetType
|
|
173
|
+
dataTypesStored
|
|
174
|
+
${ownerFragment}
|
|
175
|
+
${vendorsFragment}
|
|
176
|
+
createdAt
|
|
177
|
+
updatedAt
|
|
178
|
+
}
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
`;
|
|
182
|
+
const input = { id };
|
|
183
|
+
if (name)
|
|
184
|
+
input.name = name;
|
|
185
|
+
if (amount)
|
|
186
|
+
input.amount = amount;
|
|
187
|
+
if (ownerId)
|
|
188
|
+
input.ownerId = ownerId;
|
|
189
|
+
if (assetType)
|
|
190
|
+
input.assetType = assetType;
|
|
191
|
+
if (dataTypesStored)
|
|
192
|
+
input.dataTypesStored = dataTypesStored;
|
|
193
|
+
if (vendorIdsStr) {
|
|
194
|
+
const vendorIds = vendorIdsStr.split(',').map((vid) => vid.trim()).filter(Boolean);
|
|
195
|
+
if (vendorIds.length > 0)
|
|
196
|
+
input.vendorIds = vendorIds;
|
|
197
|
+
}
|
|
198
|
+
const responseData = await GenericFunctions_1.proboApiRequest.call(this, query, { input });
|
|
199
|
+
return {
|
|
200
|
+
json: responseData,
|
|
201
|
+
pairedItem: { item: itemIndex },
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
//# sourceMappingURL=update.operation.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update.operation.js","sourceRoot":"","sources":["../../../../../nodes/Probo/actions/asset/update.operation.ts"],"names":[],"mappings":"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"}
|