@limetech/n8n-nodes-lime 2.7.0-dev.1 → 3.1.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/.devcontainer/devcontainer.json +44 -0
- package/.devcontainer/docker-compose.yml +27 -0
- package/.gitattributes +34 -0
- package/.nvmrc +1 -0
- package/CHANGELOG.md +17 -5
- package/README.md +40 -47
- package/credentials/index.ts +0 -1
- package/dist/credentials/index.d.ts +0 -1
- package/dist/credentials/index.js +0 -1
- package/dist/credentials/index.js.map +1 -1
- package/dist/nodes/index.d.ts +0 -1
- package/dist/nodes/index.js +0 -1
- package/dist/nodes/index.js.map +1 -1
- package/dist/nodes/lime-crm/LimeCrmNode.node.d.ts +1 -4
- package/dist/nodes/lime-crm/LimeCrmNode.node.js +0 -3
- package/dist/nodes/lime-crm/LimeCrmNode.node.js.map +1 -1
- package/dist/nodes/lime-crm/methods/getLimetypeProperties.d.ts +0 -2
- package/dist/nodes/lime-crm/methods/getLimetypeProperties.js +0 -43
- package/dist/nodes/lime-crm/methods/getLimetypeProperties.js.map +1 -1
- package/dist/nodes/lime-crm/methods/index.d.ts +2 -2
- package/dist/nodes/lime-crm/methods/index.js +1 -4
- package/dist/nodes/lime-crm/methods/index.js.map +1 -1
- package/dist/nodes/lime-crm/methods/resourceMapping.d.ts +0 -1
- package/dist/nodes/lime-crm/methods/resourceMapping.js +0 -46
- package/dist/nodes/lime-crm/methods/resourceMapping.js.map +1 -1
- package/dist/nodes/lime-crm/models/limetype.d.ts +0 -1
- package/dist/nodes/lime-crm/resources/data/index.d.ts +1 -1
- package/dist/nodes/lime-crm/resources/data/index.js +0 -20
- package/dist/nodes/lime-crm/resources/data/index.js.map +1 -1
- package/dist/nodes/lime-crm/resources/data/operations/index.d.ts +0 -4
- package/dist/nodes/lime-crm/resources/data/operations/index.js +1 -5
- package/dist/nodes/lime-crm/resources/data/operations/index.js.map +1 -1
- package/dist/nodes/lime-crm/transport/index.d.ts +0 -1
- package/dist/nodes/lime-crm/transport/index.js +1 -6
- package/dist/nodes/lime-crm/transport/index.js.map +1 -1
- package/dist/nodes/lime-crm/transport/limetypes.js +4 -15
- package/dist/nodes/lime-crm/transport/limetypes.js.map +1 -1
- package/dist/nodes/lime-forms/LimeFormsTrigger.node.js +3 -3
- package/dist/nodes/lime-forms/LimeFormsTrigger.node.js.map +1 -1
- package/dist/nodes/lime-forms/assets/lime-crm.svg +1 -0
- package/dist/package.json +5 -12
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/nodes/index.ts +0 -1
- package/nodes/lime-crm/LimeCrmNode.node.ts +0 -6
- package/nodes/lime-crm/methods/getLimetypeProperties.ts +0 -84
- package/nodes/lime-crm/methods/index.ts +0 -3
- package/nodes/lime-crm/methods/resourceMapping.ts +0 -76
- package/nodes/lime-crm/models/limetype.ts +0 -1
- package/nodes/lime-crm/resources/data/index.ts +1 -34
- package/nodes/lime-crm/resources/data/operations/index.ts +0 -17
- package/nodes/lime-crm/transport/index.ts +0 -8
- package/nodes/lime-crm/transport/limetypes.ts +8 -26
- package/nodes/lime-forms/LimeFormsTrigger.node.ts +3 -3
- package/nodes/lime-forms/assets/lime-crm.svg +1 -0
- package/package.json +6 -13
- package/credentials/FortnoxApi.credentials.ts +0 -61
- package/dist/credentials/FortnoxApi.credentials.d.ts +0 -9
- package/dist/credentials/FortnoxApi.credentials.js +0 -57
- package/dist/credentials/FortnoxApi.credentials.js.map +0 -1
- package/dist/nodes/fortnox/Fortnox.node.d.ts +0 -5
- package/dist/nodes/fortnox/Fortnox.node.js +0 -95
- package/dist/nodes/fortnox/Fortnox.node.js.map +0 -1
- package/dist/nodes/fortnox/Fortnox.node.json +0 -18
- package/dist/nodes/fortnox/FortnoxTrigger.node.d.ts +0 -5
- package/dist/nodes/fortnox/FortnoxTrigger.node.js +0 -155
- package/dist/nodes/fortnox/FortnoxTrigger.node.js.map +0 -1
- package/dist/nodes/fortnox/FortnoxTrigger.node.json +0 -18
- package/dist/nodes/fortnox/commons.d.ts +0 -25
- package/dist/nodes/fortnox/commons.js +0 -44
- package/dist/nodes/fortnox/commons.js.map +0 -1
- package/dist/nodes/fortnox/fortnoxLogo.svg +0 -15
- package/dist/nodes/fortnox/index.d.ts +0 -6
- package/dist/nodes/fortnox/index.js +0 -23
- package/dist/nodes/fortnox/index.js.map +0 -1
- package/dist/nodes/fortnox/model.d.ts +0 -20
- package/dist/nodes/fortnox/model.js +0 -3
- package/dist/nodes/fortnox/model.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/filterParameters.d.ts +0 -2
- package/dist/nodes/fortnox/resources/customers/filterParameters.js +0 -31
- package/dist/nodes/fortnox/resources/customers/filterParameters.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/index.d.ts +0 -7
- package/dist/nodes/fortnox/resources/customers/index.js +0 -85
- package/dist/nodes/fortnox/resources/customers/index.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/model.d.ts +0 -99
- package/dist/nodes/fortnox/resources/customers/model.js +0 -3
- package/dist/nodes/fortnox/resources/customers/model.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/create.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/customers/operations/create.operation.js +0 -281
- package/dist/nodes/fortnox/resources/customers/operations/create.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/delete.operation.d.ts +0 -9
- package/dist/nodes/fortnox/resources/customers/operations/delete.operation.js +0 -38
- package/dist/nodes/fortnox/resources/customers/operations/delete.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/get.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/customers/operations/get.operation.js +0 -38
- package/dist/nodes/fortnox/resources/customers/operations/get.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/getAll.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/customers/operations/getAll.operation.js +0 -68
- package/dist/nodes/fortnox/resources/customers/operations/getAll.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/index.d.ts +0 -5
- package/dist/nodes/fortnox/resources/customers/operations/index.js +0 -42
- package/dist/nodes/fortnox/resources/customers/operations/index.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/operations/update.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/customers/operations/update.operation.js +0 -261
- package/dist/nodes/fortnox/resources/customers/operations/update.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/customers/sortParameters.d.ts +0 -2
- package/dist/nodes/fortnox/resources/customers/sortParameters.js +0 -30
- package/dist/nodes/fortnox/resources/customers/sortParameters.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/filterParameters.d.ts +0 -2
- package/dist/nodes/fortnox/resources/invoice/filterParameters.js +0 -72
- package/dist/nodes/fortnox/resources/invoice/filterParameters.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/index.d.ts +0 -7
- package/dist/nodes/fortnox/resources/invoice/index.js +0 -81
- package/dist/nodes/fortnox/resources/invoice/index.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/invoiceParameters.d.ts +0 -2
- package/dist/nodes/fortnox/resources/invoice/invoiceParameters.js +0 -193
- package/dist/nodes/fortnox/resources/invoice/invoiceParameters.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/model.d.ts +0 -147
- package/dist/nodes/fortnox/resources/invoice/model.js +0 -3
- package/dist/nodes/fortnox/resources/invoice/model.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/operations/create.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/invoice/operations/create.operation.js +0 -64
- package/dist/nodes/fortnox/resources/invoice/operations/create.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/operations/get.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/invoice/operations/get.operation.js +0 -37
- package/dist/nodes/fortnox/resources/invoice/operations/get.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/operations/getAll.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/invoice/operations/getAll.operation.js +0 -92
- package/dist/nodes/fortnox/resources/invoice/operations/getAll.operation.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/operations/index.d.ts +0 -4
- package/dist/nodes/fortnox/resources/invoice/operations/index.js +0 -41
- package/dist/nodes/fortnox/resources/invoice/operations/index.js.map +0 -1
- package/dist/nodes/fortnox/resources/invoice/operations/update.operation.d.ts +0 -10
- package/dist/nodes/fortnox/resources/invoice/operations/update.operation.js +0 -64
- package/dist/nodes/fortnox/resources/invoice/operations/update.operation.js.map +0 -1
- package/dist/nodes/fortnox/transport/errorCodes.d.ts +0 -1
- package/dist/nodes/fortnox/transport/errorCodes.js +0 -50
- package/dist/nodes/fortnox/transport/errorCodes.js.map +0 -1
- package/dist/nodes/fortnox/transport/index.d.ts +0 -3
- package/dist/nodes/fortnox/transport/index.js +0 -76
- package/dist/nodes/fortnox/transport/index.js.map +0 -1
- package/dist/nodes/lime-crm/resources/data/operations/bulkImportCommons.d.ts +0 -5
- package/dist/nodes/lime-crm/resources/data/operations/bulkImportCommons.js +0 -230
- package/dist/nodes/lime-crm/resources/data/operations/bulkImportCommons.js.map +0 -1
- package/dist/nodes/lime-crm/resources/data/operations/createManyObjects.operation.d.ts +0 -9
- package/dist/nodes/lime-crm/resources/data/operations/createManyObjects.operation.js +0 -16
- package/dist/nodes/lime-crm/resources/data/operations/createManyObjects.operation.js.map +0 -1
- package/dist/nodes/lime-crm/resources/data/operations/createOrUpdateManyObjects.operation.d.ts +0 -9
- package/dist/nodes/lime-crm/resources/data/operations/createOrUpdateManyObjects.operation.js +0 -16
- package/dist/nodes/lime-crm/resources/data/operations/createOrUpdateManyObjects.operation.js.map +0 -1
- package/dist/nodes/lime-crm/resources/data/operations/deprecated-startBulkImport.operation.d.ts +0 -9
- package/dist/nodes/lime-crm/resources/data/operations/deprecated-startBulkImport.operation.js +0 -241
- package/dist/nodes/lime-crm/resources/data/operations/deprecated-startBulkImport.operation.js.map +0 -1
- package/dist/nodes/lime-crm/resources/data/operations/updateManyObjects.operation.d.ts +0 -9
- package/dist/nodes/lime-crm/resources/data/operations/updateManyObjects.operation.js +0 -16
- package/dist/nodes/lime-crm/resources/data/operations/updateManyObjects.operation.js.map +0 -1
- package/dist/nodes/lime-crm/transport/bulkimport.d.ts +0 -41
- package/dist/nodes/lime-crm/transport/bulkimport.js +0 -86
- package/dist/nodes/lime-crm/transport/bulkimport.js.map +0 -1
- package/dist/nodes/lime-forms/lime-forms.svg +0 -6
- package/docker-compose.yml +0 -0
- package/nodes/fortnox/Fortnox.node.json +0 -18
- package/nodes/fortnox/Fortnox.node.ts +0 -102
- package/nodes/fortnox/FortnoxTrigger.node.json +0 -18
- package/nodes/fortnox/FortnoxTrigger.node.ts +0 -196
- package/nodes/fortnox/commons.ts +0 -94
- package/nodes/fortnox/fortnoxLogo.svg +0 -15
- package/nodes/fortnox/index.ts +0 -6
- package/nodes/fortnox/model.ts +0 -25
- package/nodes/fortnox/resources/customers/filterParameters.ts +0 -47
- package/nodes/fortnox/resources/customers/index.ts +0 -53
- package/nodes/fortnox/resources/customers/model.ts +0 -107
- package/nodes/fortnox/resources/customers/operations/create.operation.ts +0 -307
- package/nodes/fortnox/resources/customers/operations/delete.operation.ts +0 -49
- package/nodes/fortnox/resources/customers/operations/get.operation.ts +0 -50
- package/nodes/fortnox/resources/customers/operations/getAll.operation.ts +0 -79
- package/nodes/fortnox/resources/customers/operations/index.ts +0 -5
- package/nodes/fortnox/resources/customers/operations/update.operation.ts +0 -288
- package/nodes/fortnox/resources/customers/sortParameters.ts +0 -32
- package/nodes/fortnox/resources/invoice/filterParameters.ts +0 -88
- package/nodes/fortnox/resources/invoice/index.ts +0 -49
- package/nodes/fortnox/resources/invoice/invoiceParameters.ts +0 -214
- package/nodes/fortnox/resources/invoice/model.ts +0 -156
- package/nodes/fortnox/resources/invoice/operations/create.operation.ts +0 -71
- package/nodes/fortnox/resources/invoice/operations/get.operation.ts +0 -50
- package/nodes/fortnox/resources/invoice/operations/getAll.operation.ts +0 -100
- package/nodes/fortnox/resources/invoice/operations/index.ts +0 -4
- package/nodes/fortnox/resources/invoice/operations/update.operation.ts +0 -79
- package/nodes/fortnox/transport/errorCodes.ts +0 -62
- package/nodes/fortnox/transport/index.ts +0 -106
- package/nodes/lime-crm/resources/data/operations/bulkImportCommons.ts +0 -323
- package/nodes/lime-crm/resources/data/operations/createManyObjects.operation.ts +0 -44
- package/nodes/lime-crm/resources/data/operations/createOrUpdateManyObjects.operation.ts +0 -44
- package/nodes/lime-crm/resources/data/operations/deprecated-startBulkImport.operation.ts +0 -364
- package/nodes/lime-crm/resources/data/operations/updateManyObjects.operation.ts +0 -44
- package/nodes/lime-crm/transport/bulkimport.ts +0 -271
- package/nodes/lime-forms/lime-forms.svg +0 -6
|
@@ -33,15 +33,11 @@ var __importStar = (this && this.__importStar) || (function () {
|
|
|
33
33
|
};
|
|
34
34
|
})();
|
|
35
35
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
-
exports.
|
|
36
|
+
exports.getSingleFile = exports.getManyObjects = exports.deleteSingleObject = exports.updateSingleObject = exports.getSingleObject = exports.createSingleObject = void 0;
|
|
37
37
|
exports.createSingleObject = __importStar(require("./createSingleObject.operation"));
|
|
38
38
|
exports.getSingleObject = __importStar(require("./getSingleObject.operation"));
|
|
39
39
|
exports.updateSingleObject = __importStar(require("./updateSingleObject.operation"));
|
|
40
40
|
exports.deleteSingleObject = __importStar(require("./deleteSingleObject.operation"));
|
|
41
41
|
exports.getManyObjects = __importStar(require("./getManyObjects.operation"));
|
|
42
42
|
exports.getSingleFile = __importStar(require("./getSingleFile.operation"));
|
|
43
|
-
exports.createManyObjects = __importStar(require("./createManyObjects.operation"));
|
|
44
|
-
exports.updateManyObjects = __importStar(require("./updateManyObjects.operation"));
|
|
45
|
-
exports.createOrUpdateManyObjects = __importStar(require("./createOrUpdateManyObjects.operation"));
|
|
46
|
-
exports.startBulkImport = __importStar(require("./deprecated-startBulkImport.operation"));
|
|
47
43
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/lime-crm/resources/data/operations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,qFAAqE;AAIrE,+EAA+D;AAI/D,qFAAqE;AAIrE,qFAAqE;AAIrE,6EAA6D;AAI7D,2EAA2D
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../nodes/lime-crm/resources/data/operations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGA,qFAAqE;AAIrE,+EAA+D;AAI/D,qFAAqE;AAIrE,qFAAqE;AAIrE,6EAA6D;AAI7D,2EAA2D"}
|
|
@@ -5,4 +5,3 @@ export { IncludedProperties, QueryResponse, queryLimeobjects, } from './limeQuer
|
|
|
5
5
|
export { LimetypeCrmApiResponse, LimetypePropertiesApiResponse, LimetypePropertyApiResponse, LimetypesCrmApiResponse, getLimetypesFromApi, getProperties, } from './limetypes';
|
|
6
6
|
export { ApiResponseWebhook, createSubscription, deleteSubscription, getSubscription, listSubscriptionsWithExistingData, } from './webhooks';
|
|
7
7
|
export { fetchManyUsers, fetchSingleUserById, fetchSingleUserByLimeobjectId, } from './users';
|
|
8
|
-
export { BulkImportJobResponse, BulkImportJobPayload, createBulkImportJob, uploadBulkImportData, getBulkImportJobStatus, waitForBulkImportJob, } from './bulkimport';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.fetchSingleUserByLimeobjectId = exports.fetchSingleUserById = exports.fetchManyUsers = exports.listSubscriptionsWithExistingData = exports.getSubscription = exports.deleteSubscription = exports.createSubscription = exports.getProperties = exports.getLimetypesFromApi = exports.queryLimeobjects = exports.getLimeobject = exports.updateLimeobject = exports.deleteLimeobject = exports.createLimeobject = exports.getFileMetadataByLimeobject = exports.getFileMetadata = exports.getFileContentByLimetype = exports.getFileContent = exports.createFile = exports.removeKeys = exports.callLimeApi = void 0;
|
|
4
4
|
var commons_1 = require("./commons");
|
|
5
5
|
Object.defineProperty(exports, "callLimeApi", { enumerable: true, get: function () { return commons_1.callLimeApi; } });
|
|
6
6
|
Object.defineProperty(exports, "removeKeys", { enumerable: true, get: function () { return commons_1.removeKeys; } });
|
|
@@ -29,9 +29,4 @@ var users_1 = require("./users");
|
|
|
29
29
|
Object.defineProperty(exports, "fetchManyUsers", { enumerable: true, get: function () { return users_1.fetchManyUsers; } });
|
|
30
30
|
Object.defineProperty(exports, "fetchSingleUserById", { enumerable: true, get: function () { return users_1.fetchSingleUserById; } });
|
|
31
31
|
Object.defineProperty(exports, "fetchSingleUserByLimeobjectId", { enumerable: true, get: function () { return users_1.fetchSingleUserByLimeobjectId; } });
|
|
32
|
-
var bulkimport_1 = require("./bulkimport");
|
|
33
|
-
Object.defineProperty(exports, "createBulkImportJob", { enumerable: true, get: function () { return bulkimport_1.createBulkImportJob; } });
|
|
34
|
-
Object.defineProperty(exports, "uploadBulkImportData", { enumerable: true, get: function () { return bulkimport_1.uploadBulkImportData; } });
|
|
35
|
-
Object.defineProperty(exports, "getBulkImportJobStatus", { enumerable: true, get: function () { return bulkimport_1.getBulkImportJobStatus; } });
|
|
36
|
-
Object.defineProperty(exports, "waitForBulkImportJob", { enumerable: true, get: function () { return bulkimport_1.waitForBulkImportJob; } });
|
|
37
32
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/lime-crm/transport/index.ts"],"names":[],"mappings":";;;AAAA,qCAAgE;AAA3C,sGAAA,WAAW,OAAA;AAAE,qGAAA,UAAU,OAAA;AAC5C,iCAQiB;AALb,mGAAA,UAAU,OAAA;AACV,uGAAA,cAAc,OAAA;AACd,iHAAA,wBAAwB,OAAA;AACxB,wGAAA,eAAe,OAAA;AACf,oHAAA,2BAA2B,OAAA;AAE/B,6CAOuB;AAJnB,+GAAA,gBAAgB,OAAA;AAChB,+GAAA,gBAAgB,OAAA;AAChB,+GAAA,gBAAgB,OAAA;AAChB,4GAAA,aAAa,OAAA;AAEjB,yCAIqB;AADjB,6GAAA,gBAAgB,OAAA;AAEpB,yCAOqB;AAFjB,gHAAA,mBAAmB,OAAA;AACnB,0GAAA,aAAa,OAAA;AAEjB,uCAMoB;AAJhB,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAClB,2GAAA,eAAe,OAAA;AACf,6HAAA,iCAAiC,OAAA;AAErC,iCAIiB;AAHb,uGAAA,cAAc,OAAA;AACd,4GAAA,mBAAmB,OAAA;AACnB,sHAAA,6BAA6B,OAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/lime-crm/transport/index.ts"],"names":[],"mappings":";;;AAAA,qCAAgE;AAA3C,sGAAA,WAAW,OAAA;AAAE,qGAAA,UAAU,OAAA;AAC5C,iCAQiB;AALb,mGAAA,UAAU,OAAA;AACV,uGAAA,cAAc,OAAA;AACd,iHAAA,wBAAwB,OAAA;AACxB,wGAAA,eAAe,OAAA;AACf,oHAAA,2BAA2B,OAAA;AAE/B,6CAOuB;AAJnB,+GAAA,gBAAgB,OAAA;AAChB,+GAAA,gBAAgB,OAAA;AAChB,+GAAA,gBAAgB,OAAA;AAChB,4GAAA,aAAa,OAAA;AAEjB,yCAIqB;AADjB,6GAAA,gBAAgB,OAAA;AAEpB,yCAOqB;AAFjB,gHAAA,mBAAmB,OAAA;AACnB,0GAAA,aAAa,OAAA;AAEjB,uCAMoB;AAJhB,8GAAA,kBAAkB,OAAA;AAClB,8GAAA,kBAAkB,OAAA;AAClB,2GAAA,eAAe,OAAA;AACf,6HAAA,iCAAiC,OAAA;AAErC,iCAIiB;AAHb,uGAAA,cAAc,OAAA;AACd,4GAAA,mBAAmB,OAAA;AACnB,sHAAA,6BAA6B,OAAA"}
|
|
@@ -12,18 +12,6 @@ function deserializeLimetype(limetype) {
|
|
|
12
12
|
properties: limetype._embedded.properties.map((property) => (0, commons_1.removeKeys)(property, ['_links'])),
|
|
13
13
|
};
|
|
14
14
|
}
|
|
15
|
-
function getRelatedLimetypeName(property) {
|
|
16
|
-
var _a;
|
|
17
|
-
const links = property._links;
|
|
18
|
-
return (_a = links === null || links === void 0 ? void 0 : links.related_type) === null || _a === void 0 ? void 0 : _a.name;
|
|
19
|
-
}
|
|
20
|
-
function deserializeLimetypeProperty(property) {
|
|
21
|
-
const relatedLimetype = getRelatedLimetypeName(property);
|
|
22
|
-
return {
|
|
23
|
-
...(0, commons_1.removeKeys)(property, ['_links', '_embedded']),
|
|
24
|
-
...(relatedLimetype ? { relatedLimetype } : {}),
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
15
|
async function getLimetypesFromApi(nodeContext) {
|
|
28
16
|
var _a;
|
|
29
17
|
const response = await (0, _1.callLimeApi)(nodeContext, {
|
|
@@ -68,7 +56,6 @@ async function getLimetype(nodeContext, limetype) {
|
|
|
68
56
|
}
|
|
69
57
|
}
|
|
70
58
|
async function getProperties(nodeContext, limetype) {
|
|
71
|
-
var _a, _b;
|
|
72
59
|
const url = `${LIMETYPE_URL}${limetype}/`;
|
|
73
60
|
const response = await (0, _1.callLimeApi)(nodeContext, {
|
|
74
61
|
method: 'GET',
|
|
@@ -83,10 +70,12 @@ async function getProperties(nodeContext, limetype) {
|
|
|
83
70
|
},
|
|
84
71
|
});
|
|
85
72
|
if (response.success) {
|
|
86
|
-
const properties = (_b = (_a = response.data._embedded) === null || _a === void 0 ? void 0 : _a.properties) !== null && _b !== void 0 ? _b : [];
|
|
87
73
|
return {
|
|
88
74
|
success: true,
|
|
89
|
-
data: properties.map(
|
|
75
|
+
data: response.data._embedded.properties.map((property) => (0, commons_1.removeKeys)(property, [
|
|
76
|
+
'_links',
|
|
77
|
+
'_embedded',
|
|
78
|
+
])) || [],
|
|
90
79
|
};
|
|
91
80
|
}
|
|
92
81
|
else {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"limetypes.js","sourceRoot":"","sources":["../../../../nodes/lime-crm/transport/limetypes.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"limetypes.js","sourceRoot":"","sources":["../../../../nodes/lime-crm/transport/limetypes.ts"],"names":[],"mappings":";;AAkHA,kDAsBC;AAYD,kCAsBC;AAYD,sCAmCC;AAzND,wBAAgC;AAEhC,uCAAuC;AAUvC,MAAM,YAAY,GAAG,mBAAmB,CAAC;AAoFzC,SAAS,mBAAmB,CAAC,QAAgC;IACzD,OAAO;QACH,GAAG,IAAA,oBAAU,EAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC;QAChD,UAAU,EAAE,QAAQ,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CACvD,IAAA,oBAAU,EAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CACnC;KACQ,CAAC;AAClB,CAAC;AAWM,KAAK,UAAU,mBAAmB,CACrC,WAAiC;;IAEjC,MAAM,QAAQ,GAAG,MAAM,IAAA,cAAW,EAA0B,WAAW,EAAE;QACrE,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,YAAY;QACjB,cAAc,EAAE;YACZ,EAAE,EAAE;gBACA,MAAM,EAAE,sBAAsB;aACjC;SACJ;KACJ,CAAC,CAAC;IACH,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;QACnB,OAAO;YACH,OAAO,EAAE,IAAI;YACb,IAAI,EACA,CAAA,MAAA,QAAQ,CAAC,IAAI,CAAC,SAAS,0CAAE,SAAS,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBAC3D,EAAE;SACT,CAAC;IACN,CAAC;SAAM,CAAC;QACJ,OAAO,QAAQ,CAAC;IACpB,CAAC;AACL,CAAC;AAYM,KAAK,UAAU,WAAW,CAC7B,WAAiC,EACjC,QAAgB;IAEhB,MAAM,GAAG,GAAG,GAAG,YAAY,GAAG,QAAQ,GAAG,CAAC;IAC1C,MAAM,QAAQ,GAAG,MAAM,IAAA,cAAW,EAAyB,WAAW,EAAE;QACpE,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,GAAG;QACR,cAAc,EAAE;YACZ,EAAE,EAAE;gBACA,MAAM,EAAE,YAAY;aACvB;SACJ;KACJ,CAAC,CAAC;IACH,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;QACnB,OAAO;YACH,OAAO,EAAE,IAAI;YACb,IAAI,EAAE,mBAAmB,CAAC,QAAQ,CAAC,IAAI,CAAC;SAC3C,CAAC;IACN,CAAC;SAAM,CAAC;QACJ,OAAO,QAAQ,CAAC;IACpB,CAAC;AACL,CAAC;AAYM,KAAK,UAAU,aAAa,CAC/B,WAAiC,EACjC,QAAgB;IAEhB,MAAM,GAAG,GAAG,GAAG,YAAY,GAAG,QAAQ,GAAG,CAAC;IAC1C,MAAM,QAAQ,GAAG,MAAM,IAAA,cAAW,EAC9B,WAAW,EACX;QACI,MAAM,EAAE,KAAK;QACb,GAAG,EAAE,GAAG;QACR,cAAc,EAAE;YACZ,EAAE,EAAE;gBACA,MAAM,EAAE,YAAY;aACvB;SACJ;QACD,aAAa,EAAE;YACX,QAAQ,EAAE,QAAQ;SACrB;KACJ,CACJ,CAAC;IACF,IAAI,QAAQ,CAAC,OAAO,EAAE,CAAC;QACnB,OAAO;YACH,OAAO,EAAE,IAAI;YACb,IAAI,EACA,QAAQ,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,GAAG,CAClC,CAAC,QAAQ,EAAE,EAAE,CACT,IAAA,oBAAU,EAAC,QAAQ,EAAE;gBACjB,QAAQ;gBACR,WAAW;aACd,CAAqB,CAC7B,IAAI,EAAE;SACd,CAAC;IACN,CAAC;SAAM,CAAC;QACJ,OAAO,QAAQ,CAAC;IACpB,CAAC;AACL,CAAC"}
|
|
@@ -13,11 +13,11 @@ const FORMS_OBSERVABLE_WEBHOOK_NAME_PREFIX = 'N8N';
|
|
|
13
13
|
class LimeFormsTrigger {
|
|
14
14
|
constructor() {
|
|
15
15
|
this.description = {
|
|
16
|
-
displayName: 'Lime Forms Trigger',
|
|
17
|
-
name: '
|
|
16
|
+
displayName: 'Lime CRM Forms Trigger',
|
|
17
|
+
name: 'limeCrmFormsTrigger',
|
|
18
18
|
group: ['trigger'],
|
|
19
19
|
version: 1,
|
|
20
|
-
icon: 'file:lime-
|
|
20
|
+
icon: 'file:assets/lime-crm.svg',
|
|
21
21
|
description: 'Handle webhooks from Lime Forms',
|
|
22
22
|
defaults: {
|
|
23
23
|
name: 'Lime Forms',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LimeFormsTrigger.node.js","sourceRoot":"","sources":["../../../nodes/lime-forms/LimeFormsTrigger.node.ts"],"names":[],"mappings":";;;AAAA,+CAasB;AACtB,iDAAuD;AAMvD,qEAAsE;AACtE,iEAA8D;AAC9D,mDAA+D;AAC/D,+CAAkD;AAClD,sCAAuC;AACvC,oDAAuD;AAEvD,MAAM,oCAAoC,GAAG,KAAK,CAAC;AAEnD,MAAa,gBAAgB;IAA7B;QACI,gBAAW,GAAyB;YAChC,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"LimeFormsTrigger.node.js","sourceRoot":"","sources":["../../../nodes/lime-forms/LimeFormsTrigger.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewBox="0 0 1024 1025" xmlns="http://www.w3.org/2000/svg" xml:space="preserve"><clipPath id="a"><path d="M0 .03h1024v1024H0z"/></clipPath><g clip-path="url(#a)"><path d="M92.399 480.888c0-257.059 208.719-465.779 465.78-465.779C815.28 15.109 1024 223.829 1024 480.888c0 133.713-55.806 271.139-193.403 385.355-166.779 138.45-390.39 157.35-736.15 134.525-102.653-6.785-117.502-24.319-64.468-63.444 166.694-123.047 62.42-217.167 62.42-456.436Z" style="fill:#bee034"/><clipPath id="b"><path d="M92.399 480.888c0-257.059 208.719-465.779 465.78-465.779C815.28 15.109 1024 223.829 1024 480.888c0 133.713-55.806 271.139-193.403 385.355-166.779 138.45-390.39 157.35-736.15 134.525-102.653-6.785-117.502-24.319-64.468-63.444 166.694-123.047 62.42-217.167 62.42-456.436Z"/></clipPath><g clip-path="url(#b)"><path d="M1023-361.59c0 784.587-711.326 1420.62-1588.79 1420.62C-1402.638-283.55 1023-1146.18 1023-361.59Z" style="fill:#a6efff;filter:blur(200px)"/></g><path d="M433.85 723.911c-24.702-12.757-47.23-29.226-66.813-48.596-9.088-9.002-23.765-8.959-32.768.129-9.001 9.087-8.916 23.763.171 32.766 22.911 22.698 49.236 41.941 78.121 56.873 11.392 5.888 25.385 1.409 31.231-9.94 5.888-11.349 1.409-25.344-9.942-31.232Zm367.266-363.98a270.163 270.163 0 0 1 25.556 78.547c2.048 12.629 13.952 21.206 26.581 19.158 12.586-2.006 21.204-13.951 19.156-26.539a316.387 316.387 0 0 0-29.907-92.029c-5.803-11.434-19.754-15.999-31.146-10.24-11.393 5.76-16 19.713-10.24 31.103Zm-51.497 315.384c-19.584 19.37-42.069 35.839-66.815 48.596-11.349 5.888-15.786 19.883-9.94 31.232 5.887 11.349 19.881 15.828 31.229 9.94 28.929-14.932 55.253-34.175 78.164-56.873 9.045-9.003 9.131-23.679.128-32.766-9.002-9.088-23.678-9.131-32.766-.129ZM517.006 213.546a274.904 274.904 0 0 1 41.343-3.114c14.036 0 27.861 1.066 41.343 3.114 12.629 1.919 24.448-6.784 26.367-19.413 1.962-12.628-6.741-24.446-19.371-26.409a322.626 322.626 0 0 0-48.339-3.627 322.201 322.201 0 0 0-48.34 3.627c-12.672 1.963-21.332 13.781-19.413 26.409 1.92 12.629 13.739 21.332 26.41 19.413Zm41.343 490.355c-40.489 0-73.385 32.853-73.385 73.342s32.896 73.385 73.385 73.385c40.489 0 73.342-32.896 73.342-73.385 0-40.489-32.853-73.342-73.342-73.342ZM290.025 438.478c4.481-27.818 13.227-54.227 25.514-78.547 5.761-11.39 1.195-25.343-10.239-31.103-11.392-5.759-25.343-1.194-31.104 10.24a313.893 313.893 0 0 0-29.908 92.029c-2.048 12.588 6.527 24.533 19.157 26.539 12.629 2.048 24.532-6.529 26.58-19.158Zm479.092 112.254c-12.501 38.527 8.618 79.955 47.102 92.456 38.528 12.502 79.956-8.618 92.457-47.104 12.501-38.525-8.619-79.953-47.103-92.455-38.527-12.501-79.955 8.619-92.456 47.103Zm-80.51-247.802c32.766 23.808 78.675 16.554 102.482-16.212 23.808-32.767 16.512-78.675-16.256-102.482-32.723-23.809-78.675-16.512-102.439 16.254-23.808 32.725-16.555 78.633 16.213 102.44Zm-260.558 0c32.766-23.807 40.063-69.715 16.254-102.44-23.807-32.766-69.715-40.063-102.482-16.254-32.766 23.807-40.02 69.715-16.255 102.482 23.806 32.766 69.758 40.02 102.483 16.212Zm-80.51 247.802c-12.501-38.484-53.929-59.604-92.415-47.103-38.526 12.502-59.645 53.93-47.102 92.455 12.501 38.486 53.929 59.606 92.413 47.104 38.528-12.501 59.605-53.929 47.104-92.456Z" style="fill:#fff"/></g></svg>
|
package/dist/package.json
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
"scripts": {
|
|
8
8
|
"build": "tsc && copyfiles \"nodes/**/*.svg\" dist",
|
|
9
9
|
"dev": "tsc --watch",
|
|
10
|
-
"
|
|
11
|
-
"watch": "concurrently \"npm run dev\" \"npm run dev:reload\"",
|
|
10
|
+
"watch": "tsc --watch",
|
|
12
11
|
"lint": "eslint --max-warnings=0 .",
|
|
13
12
|
"lint:fix": "eslint --max-warnings=0 . --fix",
|
|
14
13
|
"format": "prettier -c .",
|
|
@@ -31,14 +30,11 @@
|
|
|
31
30
|
"n8nNodesApiVersion": 1,
|
|
32
31
|
"credentials": [
|
|
33
32
|
"dist/credentials/LimeCrmApi.credentials.js",
|
|
34
|
-
"dist/credentials/FortnoxApi.credentials.js",
|
|
35
33
|
"dist/credentials/LimeFormsApi.credentials.js"
|
|
36
34
|
],
|
|
37
35
|
"nodes": [
|
|
38
36
|
"dist/nodes/lime-crm/LimeCrmNode.node.js",
|
|
39
37
|
"dist/nodes/lime-crm/LimeCrmTrigger.node.js",
|
|
40
|
-
"dist/nodes/fortnox/Fortnox.node.js",
|
|
41
|
-
"dist/nodes/fortnox/FortnoxTrigger.node.js",
|
|
42
38
|
"dist/nodes/lime-forms/LimeFormsTrigger.node.js"
|
|
43
39
|
]
|
|
44
40
|
},
|
|
@@ -48,26 +44,23 @@
|
|
|
48
44
|
"@semantic-release/git": "^10.0.1",
|
|
49
45
|
"@types/jest": "^30.0.0",
|
|
50
46
|
"@types/node": "^24.10.1",
|
|
51
|
-
"@types/ws": "^8.18.1",
|
|
52
|
-
"concurrently": "^9.2.1",
|
|
53
47
|
"copyfiles": "^2.4.1",
|
|
54
48
|
"eslint": "^9.39.1",
|
|
55
49
|
"jest": "^30.2.0",
|
|
56
50
|
"knip": "^5.69.0",
|
|
57
|
-
"nodemon": "^3.1.11",
|
|
58
51
|
"prettier": "^3.6.2",
|
|
59
52
|
"semantic-release": "^25.0.2",
|
|
60
53
|
"ts-jest": "^29.4.5",
|
|
61
54
|
"typedoc": "^0.28.14",
|
|
62
55
|
"typescript": "^5.9.3"
|
|
63
56
|
},
|
|
64
|
-
"dependencies": {
|
|
65
|
-
"currency-codes": "^2.2.0",
|
|
66
|
-
"ws": "^8.18.3"
|
|
67
|
-
},
|
|
68
57
|
"peerDependencies": {
|
|
69
58
|
"n8n-workflow": "^1.109.0"
|
|
70
59
|
},
|
|
60
|
+
"engines": {
|
|
61
|
+
"node": ">=24 <25",
|
|
62
|
+
"npm": ">=10"
|
|
63
|
+
},
|
|
71
64
|
"publishConfig": {
|
|
72
65
|
"access": "public"
|
|
73
66
|
}
|