n8n-nodes-deepidv
Version:
n8n community node to integrate with the DeepIDV identity verification API
13 lines • 821 B
JavaScript
;
// src/index.ts
Object.defineProperty(exports, "__esModule", { value: true });
exports.Httpbin = exports.Deepidv = exports.DeepIDVApi = void 0;
// 1) Export your credential
var DeepIDVApi_credentials_1 = require("../credentials/DeepIDVApi.credentials");
Object.defineProperty(exports, "DeepIDVApi", { enumerable: true, get: function () { return DeepIDVApi_credentials_1.DeepIDVApi; } });
// 2) Export your nodes
var Deepidv_node_1 = require("../nodes/Deepidv/Deepidv.node");
Object.defineProperty(exports, "Deepidv", { enumerable: true, get: function () { return Deepidv_node_1.Deepidv; } });
var Httpbin_node_1 = require("../nodes/HttpBin/Httpbin.node");
Object.defineProperty(exports, "Httpbin", { enumerable: true, get: function () { return Httpbin_node_1.Httpbin; } });
//# sourceMappingURL=index.js.map