@couleetech/n8n-nodes-enlightenedmsp 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/README.md +124 -0
 - package/dist/credentials/BraveSearchApi.credentials.d.ts +9 -0
 - package/dist/credentials/BraveSearchApi.credentials.js +47 -0
 - package/dist/credentials/BraveSearchApi.credentials.js.map +1 -0
 - package/dist/credentials/EnlightenedMspApi.credentials.d.ts +8 -0
 - package/dist/credentials/EnlightenedMspApi.credentials.js +30 -0
 - package/dist/credentials/EnlightenedMspNats.credentials.d.ts +7 -0
 - package/dist/credentials/EnlightenedMspNats.credentials.js +47 -0
 - package/dist/credentials/McpClientApi.credentials.d.ts +7 -0
 - package/dist/credentials/McpClientApi.credentials.js +29 -0
 - package/dist/nodes/BraveSearch/BraveSearch.node.d.ts +5 -0
 - package/dist/nodes/BraveSearch/BraveSearch.node.js +213 -0
 - package/dist/nodes/BraveSearch/BraveSearch.node.js.map +1 -0
 - package/dist/nodes/BraveSearch/brave-logo-sans-text.svg +1 -0
 - package/dist/nodes/BraveSearch/types.d.ts +21 -0
 - package/dist/nodes/BraveSearch/types.js +2 -0
 - package/dist/nodes/BraveSearch/types.js.map +1 -0
 - package/dist/nodes/BraveSearchTool/BraveSearchTool.node.d.ts +7 -0
 - package/dist/nodes/BraveSearchTool/BraveSearchTool.node.js +208 -0
 - package/dist/nodes/BraveSearchTool/brave-logo-sans-text.svg +1 -0
 - package/dist/nodes/EnlightenedMsp/McpClient.node.d.ts +5 -0
 - package/dist/nodes/EnlightenedMsp/McpClient.node.js +95 -0
 - package/dist/nodes/EnlightenedMsp/TicketCreated.node.d.ts +5 -0
 - package/dist/nodes/EnlightenedMsp/TicketCreated.node.js +104 -0
 - package/dist/nodes/EnlightenedMsp/index.d.ts +2 -0
 - package/dist/nodes/EnlightenedMsp/index.js +5 -0
 - package/dist/nodes/EnlightenedMsp/mcpClient.svg +7 -0
 - package/dist/nodes/McpClient/McpClient.node.d.ts +5 -0
 - package/dist/nodes/McpClient/McpClient.node.js +95 -0
 - package/dist/nodes/McpClient/mcpClient.svg +7 -0
 - package/dist/nodes/NpmSearch/NpmSearch.node.d.ts +5 -0
 - package/dist/nodes/NpmSearch/NpmSearch.node.js +94 -0
 - package/dist/nodes/NpmSearch/npm.svg +5 -0
 - package/package.json +77 -0
 
    
        package/package.json
    ADDED
    
    | 
         @@ -0,0 +1,77 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            {
         
     | 
| 
      
 2 
     | 
    
         
            +
              "name": "@couleetech/n8n-nodes-enlightenedmsp",
         
     | 
| 
      
 3 
     | 
    
         
            +
              "version": "0.0.1",
         
     | 
| 
      
 4 
     | 
    
         
            +
              "description": "n8n node for EnlightenedMSP ticketing and workflow automation",
         
     | 
| 
      
 5 
     | 
    
         
            +
              "keywords": [
         
     | 
| 
      
 6 
     | 
    
         
            +
                "n8n-community-node-package",
         
     | 
| 
      
 7 
     | 
    
         
            +
                "enlightenedmsp",
         
     | 
| 
      
 8 
     | 
    
         
            +
                "msp",
         
     | 
| 
      
 9 
     | 
    
         
            +
                "ticketing",
         
     | 
| 
      
 10 
     | 
    
         
            +
                "workflow",
         
     | 
| 
      
 11 
     | 
    
         
            +
                "automation",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "n8n"
         
     | 
| 
      
 13 
     | 
    
         
            +
              ],
         
     | 
| 
      
 14 
     | 
    
         
            +
              "license": "MIT",
         
     | 
| 
      
 15 
     | 
    
         
            +
              "homepage": "",
         
     | 
| 
      
 16 
     | 
    
         
            +
              "author": {
         
     | 
| 
      
 17 
     | 
    
         
            +
                "name": "Tim Holum",
         
     | 
| 
      
 18 
     | 
    
         
            +
                "email": "tholum@coulee.tech"
         
     | 
| 
      
 19 
     | 
    
         
            +
              },
         
     | 
| 
      
 20 
     | 
    
         
            +
              "repository": {
         
     | 
| 
      
 21 
     | 
    
         
            +
                "type": "git",
         
     | 
| 
      
 22 
     | 
    
         
            +
                "url": "git+https://github.com/yourusername/n8n-nodes-npm-tools.git"
         
     | 
| 
      
 23 
     | 
    
         
            +
              },
         
     | 
| 
      
 24 
     | 
    
         
            +
              "main": "dist/index.js",
         
     | 
| 
      
 25 
     | 
    
         
            +
              "types": "dist/index.d.ts",
         
     | 
| 
      
 26 
     | 
    
         
            +
              "scripts": {
         
     | 
| 
      
 27 
     | 
    
         
            +
                "build": "tsc && gulp build:icons",
         
     | 
| 
      
 28 
     | 
    
         
            +
                "dev": "tsc --watch",
         
     | 
| 
      
 29 
     | 
    
         
            +
                "format": "prettier nodes credentials --write",
         
     | 
| 
      
 30 
     | 
    
         
            +
                "lint": "eslint nodes credentials",
         
     | 
| 
      
 31 
     | 
    
         
            +
                "lintfix": "eslint nodes credentials --fix",
         
     | 
| 
      
 32 
     | 
    
         
            +
                "prepublishOnly": "npm run build && npm run lint"
         
     | 
| 
      
 33 
     | 
    
         
            +
              },
         
     | 
| 
      
 34 
     | 
    
         
            +
              "files": [
         
     | 
| 
      
 35 
     | 
    
         
            +
                "dist"
         
     | 
| 
      
 36 
     | 
    
         
            +
              ],
         
     | 
| 
      
 37 
     | 
    
         
            +
              "n8n": {
         
     | 
| 
      
 38 
     | 
    
         
            +
                "n8nNodesApiVersion": 1,
         
     | 
| 
      
 39 
     | 
    
         
            +
                "nodes": [
         
     | 
| 
      
 40 
     | 
    
         
            +
                  "dist/nodes/EnlightenedMsp/EnlightenedMsp.node.js"
         
     | 
| 
      
 41 
     | 
    
         
            +
                ],
         
     | 
| 
      
 42 
     | 
    
         
            +
                "credentials": [
         
     | 
| 
      
 43 
     | 
    
         
            +
                  "dist/credentials/EnlightenedMspApi.credentials.js",
         
     | 
| 
      
 44 
     | 
    
         
            +
                  "dist/credentials/EnlightenedMspNats.credentials.js"
         
     | 
| 
      
 45 
     | 
    
         
            +
                ],
         
     | 
| 
      
 46 
     | 
    
         
            +
                "aiTool": {
         
     | 
| 
      
 47 
     | 
    
         
            +
                  "enabled": true,
         
     | 
| 
      
 48 
     | 
    
         
            +
                  "categories": [
         
     | 
| 
      
 49 
     | 
    
         
            +
                    "AI"
         
     | 
| 
      
 50 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 51 
     | 
    
         
            +
                  "subcategories": {
         
     | 
| 
      
 52 
     | 
    
         
            +
                    "AI": [
         
     | 
| 
      
 53 
     | 
    
         
            +
                      "Tools"
         
     | 
| 
      
 54 
     | 
    
         
            +
                    ]
         
     | 
| 
      
 55 
     | 
    
         
            +
                  }
         
     | 
| 
      
 56 
     | 
    
         
            +
                }
         
     | 
| 
      
 57 
     | 
    
         
            +
              },
         
     | 
| 
      
 58 
     | 
    
         
            +
              "devDependencies": {
         
     | 
| 
      
 59 
     | 
    
         
            +
                "@types/express": "^4.17.17",
         
     | 
| 
      
 60 
     | 
    
         
            +
                "@types/request-promise-native": "~1.0.18",
         
     | 
| 
      
 61 
     | 
    
         
            +
                "@typescript-eslint/eslint-plugin": "5.45",
         
     | 
| 
      
 62 
     | 
    
         
            +
                "@typescript-eslint/parser": "~5.45",
         
     | 
| 
      
 63 
     | 
    
         
            +
                "eslint": "^8.57.1",
         
     | 
| 
      
 64 
     | 
    
         
            +
                "eslint-plugin-n8n-nodes-base": "^1.16.3",
         
     | 
| 
      
 65 
     | 
    
         
            +
                "gulp": "^4.0.2",
         
     | 
| 
      
 66 
     | 
    
         
            +
                "n8n-core": "^1.14.1",
         
     | 
| 
      
 67 
     | 
    
         
            +
                "n8n-workflow": "^1.48.0",
         
     | 
| 
      
 68 
     | 
    
         
            +
                "prettier": "^2.7.1",
         
     | 
| 
      
 69 
     | 
    
         
            +
                "typescript": "~4.8.4"
         
     | 
| 
      
 70 
     | 
    
         
            +
              },
         
     | 
| 
      
 71 
     | 
    
         
            +
              "dependencies": {
         
     | 
| 
      
 72 
     | 
    
         
            +
                "@langchain/core": "^0.3.22",
         
     | 
| 
      
 73 
     | 
    
         
            +
                "axios": "^1.7.8",
         
     | 
| 
      
 74 
     | 
    
         
            +
                "nats": "^2.28.2",
         
     | 
| 
      
 75 
     | 
    
         
            +
                "zod": "^3.23.8"
         
     | 
| 
      
 76 
     | 
    
         
            +
              }
         
     | 
| 
      
 77 
     | 
    
         
            +
            }
         
     |