n8n-nodes-cloudbeds 0.1.2
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/LICENSE.md +19 -0
- package/README.md +247 -0
- package/dist/cloudbeds_logo.svg +12 -0
- package/dist/credentials/CloudbedsApi.credentials.d.ts +20 -0
- package/dist/credentials/CloudbedsApi.credentials.js +45 -0
- package/dist/credentials/CloudbedsApi.credentials.js.map +1 -0
- package/dist/credentials/CloudbedsOAuth2Api.credentials.d.ts +14 -0
- package/dist/credentials/CloudbedsOAuth2Api.credentials.js +69 -0
- package/dist/credentials/CloudbedsOAuth2Api.credentials.js.map +1 -0
- package/dist/icons/github.dark.svg +3 -0
- package/dist/icons/github.svg +3 -0
- package/dist/nodes/Cloudbeds/Cloudbeds.node.d.ts +5 -0
- package/dist/nodes/Cloudbeds/Cloudbeds.node.js +235 -0
- package/dist/nodes/Cloudbeds/Cloudbeds.node.js.map +1 -0
- package/dist/nodes/Cloudbeds/Cloudbeds.node.json +18 -0
- package/dist/nodes/Cloudbeds/cloudbeds.svg +3 -0
- package/dist/nodes/Cloudbeds/resources/addon/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/addon/descriptions.js +93 -0
- package/dist/nodes/Cloudbeds/resources/addon/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/addon/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/addon/index.js +53 -0
- package/dist/nodes/Cloudbeds/resources/addon/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/addon/operations.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/addon/operations.js +22 -0
- package/dist/nodes/Cloudbeds/resources/addon/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/descriptions.js +274 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/index.js +65 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/operations.d.ts +9 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/operations.js +65 -0
- package/dist/nodes/Cloudbeds/resources/doorLock/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/event/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/event/descriptions.js +267 -0
- package/dist/nodes/Cloudbeds/resources/event/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/event/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/event/index.js +59 -0
- package/dist/nodes/Cloudbeds/resources/event/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/event/operations.d.ts +6 -0
- package/dist/nodes/Cloudbeds/resources/event/operations.js +76 -0
- package/dist/nodes/Cloudbeds/resources/event/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/guest/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/guest/descriptions.js +491 -0
- package/dist/nodes/Cloudbeds/resources/guest/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/guest/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/guest/index.js +59 -0
- package/dist/nodes/Cloudbeds/resources/guest/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/guest/operations.d.ts +6 -0
- package/dist/nodes/Cloudbeds/resources/guest/operations.js +61 -0
- package/dist/nodes/Cloudbeds/resources/guest/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/descriptions.js +95 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/index.js +55 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/operations.d.ts +4 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/operations.js +24 -0
- package/dist/nodes/Cloudbeds/resources/housekeeping/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/descriptions.js +246 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/index.js +57 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/operations.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/operations.js +45 -0
- package/dist/nodes/Cloudbeds/resources/integrationEvent/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/item/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/item/descriptions.js +102 -0
- package/dist/nodes/Cloudbeds/resources/item/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/item/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/item/index.js +57 -0
- package/dist/nodes/Cloudbeds/resources/item/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/item/operations.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/item/operations.js +29 -0
- package/dist/nodes/Cloudbeds/resources/item/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/descriptions.js +286 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/index.js +81 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/operations.d.ts +17 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/operations.js +113 -0
- package/dist/nodes/Cloudbeds/resources/marketSegmentation/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/property/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/property/descriptions.js +27 -0
- package/dist/nodes/Cloudbeds/resources/property/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/property/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/property/index.js +51 -0
- package/dist/nodes/Cloudbeds/resources/property/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/property/operations.d.ts +2 -0
- package/dist/nodes/Cloudbeds/resources/property/operations.js +8 -0
- package/dist/nodes/Cloudbeds/resources/property/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/reservation/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/reservation/descriptions.js +169 -0
- package/dist/nodes/Cloudbeds/resources/reservation/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/reservation/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/reservation/index.js +55 -0
- package/dist/nodes/Cloudbeds/resources/reservation/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/reservation/operations.d.ts +4 -0
- package/dist/nodes/Cloudbeds/resources/reservation/operations.js +40 -0
- package/dist/nodes/Cloudbeds/resources/reservation/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/room/descriptions.d.ts +3 -0
- package/dist/nodes/Cloudbeds/resources/room/descriptions.js +126 -0
- package/dist/nodes/Cloudbeds/resources/room/descriptions.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/room/index.d.ts +5 -0
- package/dist/nodes/Cloudbeds/resources/room/index.js +61 -0
- package/dist/nodes/Cloudbeds/resources/room/index.js.map +1 -0
- package/dist/nodes/Cloudbeds/resources/room/operations.d.ts +7 -0
- package/dist/nodes/Cloudbeds/resources/room/operations.js +60 -0
- package/dist/nodes/Cloudbeds/resources/room/operations.js.map +1 -0
- package/dist/nodes/Cloudbeds/shared/transport.d.ts +3 -0
- package/dist/nodes/Cloudbeds/shared/transport.js +39 -0
- package/dist/nodes/Cloudbeds/shared/transport.js.map +1 -0
- package/dist/nodes/Cloudbeds/shared/utils.d.ts +9 -0
- package/dist/nodes/Cloudbeds/shared/utils.js +14 -0
- package/dist/nodes/Cloudbeds/shared/utils.js.map +1 -0
- package/dist/package.json +56 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +56 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
Copyright 2022 n8n
|
|
2
|
+
|
|
3
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
4
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
5
|
+
the Software without restriction, including without limitation the rights to
|
|
6
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
7
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
|
8
|
+
so, subject to the following conditions:
|
|
9
|
+
|
|
10
|
+
The above copyright notice and this permission notice shall be included in all
|
|
11
|
+
copies or substantial portions of the Software.
|
|
12
|
+
|
|
13
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
14
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
15
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
16
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
17
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
18
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
19
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,247 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# n8n-nodes-starter
|
|
4
|
+
|
|
5
|
+
This starter repository helps you build custom integrations for [n8n](https://n8n.io). It includes example nodes, credentials, the node linter, and all the tooling you need to get started.
|
|
6
|
+
|
|
7
|
+
## Quick Start
|
|
8
|
+
|
|
9
|
+
> [!TIP]
|
|
10
|
+
> **New to building n8n nodes?** The fastest way to get started is with `npm create @n8n/node`. This command scaffolds a complete node package for you using the [@n8n/node-cli](https://www.npmjs.com/package/@n8n/node-cli).
|
|
11
|
+
|
|
12
|
+
**To create a new node package from scratch:**
|
|
13
|
+
|
|
14
|
+
```bash
|
|
15
|
+
npm create @n8n/node
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
**Already using this starter? Start developing with:**
|
|
19
|
+
|
|
20
|
+
```bash
|
|
21
|
+
npm run dev
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
This starts n8n with your nodes loaded and hot reload enabled.
|
|
25
|
+
|
|
26
|
+
## What's Included
|
|
27
|
+
|
|
28
|
+
This starter repository includes two example nodes to learn from:
|
|
29
|
+
|
|
30
|
+
- **[Example Node](nodes/Example/)** - A simple starter node that shows the basic structure with a custom `execute` method
|
|
31
|
+
- **[GitHub Issues Node](nodes/GithubIssues/)** - A complete, production-ready example built using the **declarative style**:
|
|
32
|
+
- **Low-code approach** - Define operations declaratively without writing request logic
|
|
33
|
+
- Multiple resources (Issues, Comments)
|
|
34
|
+
- Multiple operations (Get, Get All, Create)
|
|
35
|
+
- Two authentication methods (OAuth2 and Personal Access Token)
|
|
36
|
+
- List search functionality for dynamic dropdowns
|
|
37
|
+
- Proper error handling and typing
|
|
38
|
+
- Ideal for HTTP API-based integrations
|
|
39
|
+
|
|
40
|
+
> [!TIP]
|
|
41
|
+
> The declarative/low-code style (used in GitHub Issues) is the recommended approach for building nodes that interact with HTTP APIs. It significantly reduces boilerplate code and handles requests automatically.
|
|
42
|
+
|
|
43
|
+
Browse these examples to understand both approaches, then modify them or create your own.
|
|
44
|
+
|
|
45
|
+
## Finding Inspiration
|
|
46
|
+
|
|
47
|
+
Looking for more examples? Check out these resources:
|
|
48
|
+
|
|
49
|
+
- **[npm Community Nodes](https://www.npmjs.com/search?q=keywords:n8n-community-node-package)** - Browse thousands of community-built nodes on npm using the `n8n-community-node-package` tag
|
|
50
|
+
- **[n8n Built-in Nodes](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/nodes)** - Study the source code of n8n's official nodes for production-ready patterns and best practices
|
|
51
|
+
- **[n8n Credentials](https://github.com/n8n-io/n8n/tree/master/packages/nodes-base/credentials)** - See how authentication is implemented for various services
|
|
52
|
+
|
|
53
|
+
These are excellent resources to understand how to structure your nodes, handle different API patterns, and implement advanced features.
|
|
54
|
+
|
|
55
|
+
## Prerequisites
|
|
56
|
+
|
|
57
|
+
Before you begin, install the following on your development machine:
|
|
58
|
+
|
|
59
|
+
### Required
|
|
60
|
+
|
|
61
|
+
- **[Node.js](https://nodejs.org/)** (v22 or higher) and npm
|
|
62
|
+
- Linux/Mac/WSL: Install via [nvm](https://github.com/nvm-sh/nvm)
|
|
63
|
+
- Windows: Follow [Microsoft's NodeJS guide](https://learn.microsoft.com/en-us/windows/dev-environment/javascript/nodejs-on-windows)
|
|
64
|
+
- **[git](https://git-scm.com/downloads)**
|
|
65
|
+
|
|
66
|
+
### Recommended
|
|
67
|
+
|
|
68
|
+
- Follow n8n's [development environment setup guide](https://docs.n8n.io/integrations/creating-nodes/build/node-development-environment/)
|
|
69
|
+
|
|
70
|
+
> [!NOTE]
|
|
71
|
+
> The `@n8n/node-cli` is included as a dev dependency and will be installed automatically when you run `npm install`. The CLI includes n8n for local development, so you don't need to install n8n globally.
|
|
72
|
+
|
|
73
|
+
## Getting Started with this Starter
|
|
74
|
+
|
|
75
|
+
Follow these steps to create your own n8n community node package:
|
|
76
|
+
|
|
77
|
+
### 1. Create Your Repository
|
|
78
|
+
|
|
79
|
+
[Generate a new repository](https://github.com/n8n-io/n8n-nodes-starter/generate) from this template, then clone it:
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
git clone https://github.com/<your-organization>/<your-repo-name>.git
|
|
83
|
+
cd <your-repo-name>
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
### 2. Install Dependencies
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
npm install
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
This installs all required dependencies including the `@n8n/node-cli`.
|
|
93
|
+
|
|
94
|
+
### 3. Explore the Examples
|
|
95
|
+
|
|
96
|
+
Browse the example nodes in [nodes/](nodes/) and [credentials/](credentials/) to understand the structure:
|
|
97
|
+
|
|
98
|
+
- Start with [nodes/Example/](nodes/Example/) for a basic node
|
|
99
|
+
- Study [nodes/GithubIssues/](nodes/GithubIssues/) for a real-world implementation
|
|
100
|
+
|
|
101
|
+
### 4. Build Your Node
|
|
102
|
+
|
|
103
|
+
Edit the example nodes to fit your use case, or create new node files by copying the structure from [nodes/Example/](nodes/Example/).
|
|
104
|
+
|
|
105
|
+
> [!TIP]
|
|
106
|
+
> If you want to scaffold a completely new node package, use `npm create @n8n/node` to start fresh with the CLI's interactive generator.
|
|
107
|
+
|
|
108
|
+
### 5. Configure Your Package
|
|
109
|
+
|
|
110
|
+
Update `package.json` with your details:
|
|
111
|
+
|
|
112
|
+
- `name` - Your package name (must start with `n8n-nodes-`)
|
|
113
|
+
- `author` - Your name and email
|
|
114
|
+
- `repository` - Your repository URL
|
|
115
|
+
- `description` - What your node does
|
|
116
|
+
|
|
117
|
+
Make sure your node is registered in the `n8n.nodes` array.
|
|
118
|
+
|
|
119
|
+
### 6. Develop and Test Locally
|
|
120
|
+
|
|
121
|
+
Start n8n with your node loaded:
|
|
122
|
+
|
|
123
|
+
```bash
|
|
124
|
+
npm run dev
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
This command runs `n8n-node dev` which:
|
|
128
|
+
|
|
129
|
+
- Builds your node with watch mode
|
|
130
|
+
- Starts n8n with your node available
|
|
131
|
+
- Automatically rebuilds when you make changes
|
|
132
|
+
- Opens n8n in your browser (usually http://localhost:5678)
|
|
133
|
+
|
|
134
|
+
You can now test your node in n8n workflows!
|
|
135
|
+
|
|
136
|
+
> [!NOTE]
|
|
137
|
+
> Learn more about CLI commands in the [@n8n/node-cli documentation](https://www.npmjs.com/package/@n8n/node-cli).
|
|
138
|
+
|
|
139
|
+
### 7. Lint Your Code
|
|
140
|
+
|
|
141
|
+
Check for errors:
|
|
142
|
+
|
|
143
|
+
```bash
|
|
144
|
+
npm run lint
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
Auto-fix issues when possible:
|
|
148
|
+
|
|
149
|
+
```bash
|
|
150
|
+
npm run lint:fix
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
### 8. Build for Production
|
|
154
|
+
|
|
155
|
+
When ready to publish:
|
|
156
|
+
|
|
157
|
+
```bash
|
|
158
|
+
npm run build
|
|
159
|
+
```
|
|
160
|
+
|
|
161
|
+
This compiles your TypeScript code to the `dist/` folder.
|
|
162
|
+
|
|
163
|
+
### 9. Prepare for Publishing
|
|
164
|
+
|
|
165
|
+
Before publishing:
|
|
166
|
+
|
|
167
|
+
1. **Update documentation**: Replace this README with your node's documentation. Use [README_TEMPLATE.md](README_TEMPLATE.md) as a starting point.
|
|
168
|
+
2. **Update the LICENSE**: Add your details to the [LICENSE](LICENSE.md) file.
|
|
169
|
+
3. **Test thoroughly**: Ensure your node works in different scenarios.
|
|
170
|
+
|
|
171
|
+
### 10. Publish to npm
|
|
172
|
+
|
|
173
|
+
Publish your package to make it available to the n8n community:
|
|
174
|
+
|
|
175
|
+
```bash
|
|
176
|
+
npm publish
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
Learn more about [publishing to npm](https://docs.npmjs.com/packages-and-modules/contributing-packages-to-the-registry).
|
|
180
|
+
|
|
181
|
+
### 11. Submit for Verification (Optional)
|
|
182
|
+
|
|
183
|
+
Get your node verified for n8n Cloud:
|
|
184
|
+
|
|
185
|
+
1. Ensure your node meets the [requirements](https://docs.n8n.io/integrations/creating-nodes/deploy/submit-community-nodes/):
|
|
186
|
+
- Uses MIT license ✅ (included in this starter)
|
|
187
|
+
- No external package dependencies
|
|
188
|
+
- Follows n8n's design guidelines
|
|
189
|
+
- Passes quality and security review
|
|
190
|
+
|
|
191
|
+
2. Submit through the [n8n Creator Portal](https://creators.n8n.io/nodes)
|
|
192
|
+
|
|
193
|
+
**Benefits of verification:**
|
|
194
|
+
|
|
195
|
+
- Available directly in n8n Cloud
|
|
196
|
+
- Discoverable in the n8n nodes panel
|
|
197
|
+
- Verified badge for quality assurance
|
|
198
|
+
- Increased visibility in the n8n community
|
|
199
|
+
|
|
200
|
+
## Available Scripts
|
|
201
|
+
|
|
202
|
+
This starter includes several npm scripts to streamline development:
|
|
203
|
+
|
|
204
|
+
| Script | Description |
|
|
205
|
+
| --------------------- | ---------------------------------------------------------------- |
|
|
206
|
+
| `npm run dev` | Start n8n with your node and watch for changes (runs `n8n-node dev`) |
|
|
207
|
+
| `npm run build` | Compile TypeScript to JavaScript for production (runs `n8n-node build`) |
|
|
208
|
+
| `npm run build:watch` | Build in watch mode (auto-rebuild on changes) |
|
|
209
|
+
| `npm run lint` | Check your code for errors and style issues (runs `n8n-node lint`) |
|
|
210
|
+
| `npm run lint:fix` | Automatically fix linting issues when possible (runs `n8n-node lint --fix`) |
|
|
211
|
+
| `npm run release` | Create a new release (runs `n8n-node release`) |
|
|
212
|
+
|
|
213
|
+
> [!TIP]
|
|
214
|
+
> These scripts use the [@n8n/node-cli](https://www.npmjs.com/package/@n8n/node-cli) under the hood. You can also run CLI commands directly, e.g., `npx n8n-node dev`.
|
|
215
|
+
|
|
216
|
+
## Troubleshooting
|
|
217
|
+
|
|
218
|
+
### My node doesn't appear in n8n
|
|
219
|
+
|
|
220
|
+
1. Make sure you ran `npm install` to install dependencies
|
|
221
|
+
2. Check that your node is listed in `package.json` under `n8n.nodes`
|
|
222
|
+
3. Restart the dev server with `npm run dev`
|
|
223
|
+
4. Check the console for any error messages
|
|
224
|
+
|
|
225
|
+
### Linting errors
|
|
226
|
+
|
|
227
|
+
Run `npm run lint:fix` to automatically fix most common issues. For remaining errors, check the [n8n node development guidelines](https://docs.n8n.io/integrations/creating-nodes/).
|
|
228
|
+
|
|
229
|
+
### TypeScript errors
|
|
230
|
+
|
|
231
|
+
Make sure you're using Node.js v22 or higher and have run `npm install` to get all type definitions.
|
|
232
|
+
|
|
233
|
+
## Resources
|
|
234
|
+
|
|
235
|
+
- **[n8n Node Documentation](https://docs.n8n.io/integrations/creating-nodes/)** - Complete guide to building nodes
|
|
236
|
+
- **[n8n Community Forum](https://community.n8n.io/)** - Get help and share your nodes
|
|
237
|
+
- **[@n8n/node-cli Documentation](https://www.npmjs.com/package/@n8n/node-cli)** - CLI tool reference
|
|
238
|
+
- **[n8n Creator Portal](https://creators.n8n.io/nodes)** - Submit your node for verification
|
|
239
|
+
- **[Submit Community Nodes Guide](https://docs.n8n.io/integrations/creating-nodes/deploy/submit-community-nodes/)** - Verification requirements and process
|
|
240
|
+
|
|
241
|
+
## Contributing
|
|
242
|
+
|
|
243
|
+
Have suggestions for improving this starter? [Open an issue](https://github.com/n8n-io/n8n-nodes-starter/issues) or submit a pull request!
|
|
244
|
+
|
|
245
|
+
## License
|
|
246
|
+
|
|
247
|
+
[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<svg width="240" height="164" viewBox="0 0 240 164" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M20.2484 152.712H26.3741C26.5771 152.712 26.7356 152.881 26.7272 153.082C26.5493 158.325 22.5674 163.502 13.7724 163.502C4.97729 163.502 0 157.7 0 148.697C0 139.694 5.26091 133.947 13.7751 133.947C21.4858 133.947 26.4325 138.379 26.6216 144.376C26.6271 144.574 26.4658 144.738 26.2684 144.738H20.1455C19.9509 144.738 19.7979 144.582 19.7924 144.39C19.6812 140.781 17.8237 137.473 13.7779 137.473C9.11484 137.473 7.16285 143.111 7.16285 148.697C7.16285 154.283 8.41135 159.974 13.7779 159.974C17.9683 159.974 19.7813 156.232 19.898 153.045C19.9064 152.856 20.0621 152.709 20.2512 152.709L20.2484 152.712Z" fill="#261C0A"/>
|
|
3
|
+
<path d="M29.7998 124.514H36.1952C36.3898 124.514 36.5483 124.672 36.5483 124.867V162.44C36.5483 162.635 36.3898 162.793 36.1952 162.793H29.7998C29.6051 162.793 29.4467 162.635 29.4467 162.44V124.867C29.4467 124.672 29.6051 124.514 29.7998 124.514Z" fill="#261C0A"/>
|
|
4
|
+
<path d="M67.7301 148.697C67.7301 157.427 61.8741 163.5 53.4683 163.5C45.0625 163.5 39.2594 157.427 39.2594 148.697C39.2594 139.967 45.0069 133.947 53.4683 133.947C61.9297 133.947 67.7301 139.858 67.7301 148.697ZM60.3531 148.697C60.3531 141.974 57.5864 137.473 53.4655 137.473C49.3447 137.473 46.6336 141.974 46.6336 148.697C46.6336 155.42 49.1834 159.974 53.4655 159.974C57.7477 159.974 60.3531 155.745 60.3531 148.697Z" fill="#261C0A"/>
|
|
5
|
+
<path d="M87.6059 134.709H93.7844C93.979 134.709 94.1375 134.868 94.1375 135.062V151.247C94.1375 158.295 91.5877 163.5 82.2615 163.5C74.0198 163.5 70.4412 159.271 70.4412 151.135V135.06C70.4412 134.865 70.5997 134.706 70.7943 134.706H76.9728C77.1675 134.706 77.326 134.865 77.326 135.06V153.14C77.326 157.26 78.466 159.971 82.2615 159.971C85.2451 159.971 87.2499 157.803 87.2499 153.357V135.06C87.2499 134.865 87.4084 134.706 87.6031 134.706L87.6059 134.709Z" fill="#261C0A"/>
|
|
6
|
+
<path d="M123.801 124.87V162.443C123.801 162.638 123.643 162.796 123.448 162.796H118.029C117.834 162.796 117.675 162.638 117.675 162.443V158.959C117.675 158.779 117.434 158.712 117.345 158.87C116.285 160.744 113.546 163.502 108.944 163.502C100.864 163.502 96.5789 157.591 96.5789 148.7C96.5789 139.808 101.081 133.95 108.944 133.95C113.385 133.95 115.47 136.01 116.388 137.095C116.494 137.22 116.699 137.145 116.699 136.981V124.87C116.699 124.675 116.858 124.517 117.053 124.517H123.448C123.643 124.517 123.801 124.675 123.801 124.87ZM116.697 148.753C116.697 141.705 114.147 137.476 109.865 137.476C106.447 137.476 103.953 141.705 103.953 148.753C103.953 155.801 106.014 159.977 109.865 159.977C113.933 159.977 116.697 155.476 116.697 148.753Z" fill="#261C0A"/>
|
|
7
|
+
<path d="M154.277 148.697C154.277 157.589 149.939 163.5 141.858 163.5C137.279 163.5 134.543 160.714 133.458 158.84C133.369 158.684 133.127 158.751 133.127 158.931V162.443C133.127 162.638 132.969 162.796 132.774 162.796H127.408C127.213 162.796 127.054 162.638 127.054 162.443V124.87C127.054 124.675 127.213 124.517 127.408 124.517H133.803C133.998 124.517 134.156 124.675 134.156 124.87V136.981C134.156 137.145 134.362 137.223 134.468 137.095C135.382 136.01 137.465 133.95 141.856 133.95C149.772 133.95 154.274 140.022 154.274 148.7L154.277 148.697ZM146.9 148.753C146.9 141.705 144.405 137.476 140.988 137.476C136.703 137.476 134.156 141.705 134.156 148.753C134.156 155.801 136.867 159.977 140.988 159.977C144.839 159.977 146.9 155.476 146.9 148.753Z" fill="#261C0A"/>
|
|
8
|
+
<path d="M183.07 148.753V150.079C183.07 150.274 182.911 150.432 182.717 150.432H163.85C163.653 150.432 163.494 150.593 163.497 150.788C163.517 153.615 163.889 159.974 170.273 159.974C173.835 159.974 176.135 157.138 176.285 153.963C176.293 153.777 176.449 153.629 176.638 153.629H182.491C182.694 153.629 182.856 153.799 182.847 154.002C182.647 158.759 178.626 163.497 170.382 163.497C162.137 163.497 156.445 157.75 156.445 148.747C156.445 139.744 161.706 133.945 169.731 133.945C177.756 133.945 183.073 139.583 183.073 148.747L183.07 148.753ZM175.448 146.312C175.646 146.312 175.804 146.15 175.801 145.956C175.737 141.143 174.341 137.476 170.057 137.476C165.772 137.476 163.811 141.29 163.717 145.956C163.714 146.153 163.875 146.314 164.073 146.314H175.451L175.448 146.312Z" fill="#261C0A"/>
|
|
9
|
+
<path d="M212.461 124.87V162.443C212.461 162.638 212.302 162.796 212.108 162.796H206.688C206.494 162.796 206.335 162.638 206.335 162.443V158.959C206.335 158.779 206.093 158.712 206.004 158.87C204.945 160.744 202.206 163.502 197.604 163.502C189.524 163.502 185.241 157.591 185.241 148.7C185.241 139.808 189.743 133.95 197.604 133.95C202.045 133.95 204.13 136.01 205.048 137.095C205.153 137.22 205.359 137.145 205.359 136.981V124.87C205.359 124.675 205.518 124.517 205.712 124.517H212.108C212.302 124.517 212.461 124.675 212.461 124.87ZM205.359 148.753C205.359 141.705 202.809 137.476 198.527 137.476C195.11 137.476 192.616 141.705 192.616 148.753C192.616 155.801 194.676 159.977 198.527 159.977C202.595 159.977 205.359 155.476 205.359 148.753Z" fill="#261C0A"/>
|
|
10
|
+
<path d="M221.962 153.39H215.603C215.4 153.39 215.239 153.563 215.25 153.766C215.583 160.244 220.338 163.502 228.113 163.502C235.418 163.502 240 160.119 240 155.042C240 149.634 236.449 147.849 231.539 146.734C228.155 145.992 222.293 145.383 222.293 141.173C222.293 138.696 224.398 137.295 226.917 137.295C230.471 137.295 231.939 139.266 232.031 142.608C232.036 142.797 232.195 142.947 232.384 142.947H238.635C238.843 142.947 239.005 142.769 238.988 142.561C238.571 136.986 234.353 133.947 227.454 133.947C220.555 133.947 215.773 137.498 215.773 142.655C215.773 148.805 221.428 150.415 226.628 151.283C231.211 152.15 234.016 153.209 234.016 156.265C234.016 158.584 231.87 160.116 228.691 160.116C225.068 160.116 222.624 157.958 222.313 153.718C222.299 153.532 222.149 153.387 221.962 153.387V153.39Z" fill="#261C0A"/>
|
|
11
|
+
<path d="M167.051 32.3764C156.523 21.8501 140.749 19.7704 128.144 26.1318C127.644 26.3848 127.18 25.737 127.577 25.3394L142.181 10.7371C142.681 10.2367 142.656 9.42206 142.136 8.93828C128.956 -3.27293 108.363 -2.97265 95.5473 9.84188C84.8948 20.4933 82.8955 36.5108 89.5356 49.1835C89.7998 49.6868 89.1491 50.1622 88.7487 49.7618L73.8419 34.8565C73.3414 34.356 72.5266 34.3811 72.0428 34.901C59.8304 48.0825 60.1307 68.6709 72.9465 81.4854C83.4739 92.0117 99.2483 94.0914 111.853 87.73C112.353 87.477 112.818 88.1248 112.42 88.5224L97.8163 103.125C97.3158 103.625 97.3408 104.44 97.8608 104.924C111.044 117.135 131.634 116.834 144.45 104.02C155.102 93.3685 157.102 77.351 150.462 64.6783C150.197 64.1751 150.848 63.6996 151.248 64.1L166.155 79.0053C166.656 79.5058 167.471 79.4808 167.954 78.9609C180.167 65.7821 179.867 45.191 167.051 32.3764ZM142.064 57.5356C135.132 60.3188 123.387 72.0629 120.603 78.9942C120.387 79.5364 119.611 79.5364 119.394 78.9942C116.61 72.0629 104.865 60.3188 97.9331 57.5356C97.3909 57.3188 97.3909 56.5431 97.9331 56.3262C104.865 53.5431 116.61 41.799 119.394 34.8676C119.611 34.3255 120.387 34.3255 120.603 34.8676C123.387 41.799 135.132 53.5431 142.064 56.3262C142.606 56.5431 142.606 57.3188 142.064 57.5356Z" fill="#261C0A"/>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class CloudbedsApi implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
displayName: string;
|
|
5
|
+
documentationUrl: string;
|
|
6
|
+
icon: {
|
|
7
|
+
readonly light: "file:../nodes/Cloudbeds/cloudbeds.svg";
|
|
8
|
+
readonly dark: "file:../nodes/Cloudbeds/cloudbeds.svg";
|
|
9
|
+
};
|
|
10
|
+
properties: INodeProperties[];
|
|
11
|
+
authenticate: {
|
|
12
|
+
readonly type: "generic";
|
|
13
|
+
readonly properties: {
|
|
14
|
+
readonly headers: {
|
|
15
|
+
readonly Authorization: "=Bearer {{$credentials.accessToken}}";
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
test: ICredentialTestRequest;
|
|
20
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CloudbedsApi = void 0;
|
|
4
|
+
class CloudbedsApi {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'cloudbedsApi';
|
|
7
|
+
this.displayName = 'Cloudbeds API';
|
|
8
|
+
this.documentationUrl = 'https://integrations.cloudbeds.com/hc/en-us';
|
|
9
|
+
this.icon = { light: 'file:../nodes/Cloudbeds/cloudbeds.svg', dark: 'file:../nodes/Cloudbeds/cloudbeds.svg' };
|
|
10
|
+
this.properties = [
|
|
11
|
+
{
|
|
12
|
+
displayName: 'Access Token',
|
|
13
|
+
name: 'accessToken',
|
|
14
|
+
type: 'string',
|
|
15
|
+
typeOptions: { password: true },
|
|
16
|
+
default: '',
|
|
17
|
+
required: true,
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
displayName: 'Property ID',
|
|
21
|
+
name: 'propertyId',
|
|
22
|
+
type: 'string',
|
|
23
|
+
default: '',
|
|
24
|
+
required: true,
|
|
25
|
+
description: 'Your Cloudbeds Property ID',
|
|
26
|
+
},
|
|
27
|
+
];
|
|
28
|
+
this.authenticate = {
|
|
29
|
+
type: 'generic',
|
|
30
|
+
properties: {
|
|
31
|
+
headers: {
|
|
32
|
+
Authorization: '=Bearer {{$credentials.accessToken}}',
|
|
33
|
+
},
|
|
34
|
+
},
|
|
35
|
+
};
|
|
36
|
+
this.test = {
|
|
37
|
+
request: {
|
|
38
|
+
baseURL: 'https://api.cloudbeds.com',
|
|
39
|
+
url: '/api/v1.3/getHotels',
|
|
40
|
+
},
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
exports.CloudbedsApi = CloudbedsApi;
|
|
45
|
+
//# sourceMappingURL=CloudbedsApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudbedsApi.credentials.js","sourceRoot":"","sources":["../../credentials/CloudbedsApi.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,eAAe,CAAC;QAC9B,qBAAgB,GAAG,6CAA6C,CAAC;QACjE,SAAI,GAAG,EAAE,KAAK,EAAE,uCAAuC,EAAE,IAAI,EAAE,uCAAuC,EAAW,CAAC;QAClH,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;aACd;YACD;gBACC,WAAW,EAAE,aAAa;gBAC1B,IAAI,EAAE,YAAY;gBAClB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,4BAA4B;aACzC;SACD,CAAC;QAEF,iBAAY,GAAG;YACd,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACQ,CAAC;QAEX,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,qBAAqB;aAC1B;SACD,CAAC;IACH,CAAC;CAAA;AAvCD,oCAuCC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
export declare class CloudbedsOAuth2Api implements ICredentialType {
|
|
3
|
+
name: string;
|
|
4
|
+
extends: string[];
|
|
5
|
+
displayName: string;
|
|
6
|
+
documentationUrl: string;
|
|
7
|
+
icon: {
|
|
8
|
+
readonly light: "file:../nodes/Cloudbeds/cloudbeds.svg";
|
|
9
|
+
readonly dark: "file:../nodes/Cloudbeds/cloudbeds.svg";
|
|
10
|
+
};
|
|
11
|
+
properties: INodeProperties[];
|
|
12
|
+
authenticate: IAuthenticateGeneric;
|
|
13
|
+
test: ICredentialTestRequest;
|
|
14
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CloudbedsOAuth2Api = void 0;
|
|
4
|
+
class CloudbedsOAuth2Api {
|
|
5
|
+
constructor() {
|
|
6
|
+
this.name = 'cloudbedsOAuth2Api';
|
|
7
|
+
this.extends = ['oAuth2Api'];
|
|
8
|
+
this.displayName = 'Cloudbeds OAuth2 API';
|
|
9
|
+
this.documentationUrl = 'https://integrations.cloudbeds.com/hc/en-us';
|
|
10
|
+
this.icon = { light: 'file:../nodes/Cloudbeds/cloudbeds.svg', dark: 'file:../nodes/Cloudbeds/cloudbeds.svg' };
|
|
11
|
+
this.properties = [
|
|
12
|
+
{
|
|
13
|
+
displayName: 'Grant Type',
|
|
14
|
+
name: 'grantType',
|
|
15
|
+
type: 'hidden',
|
|
16
|
+
default: 'authorizationCode',
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
displayName: 'Authorization URL',
|
|
20
|
+
name: 'authUrl',
|
|
21
|
+
type: 'hidden',
|
|
22
|
+
default: 'https://hotels.cloudbeds.com/api/v1.1/oauth',
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
displayName: 'Access Token URL',
|
|
26
|
+
name: 'accessTokenUrl',
|
|
27
|
+
type: 'hidden',
|
|
28
|
+
default: 'https://hotels.cloudbeds.com/api/v1.1/access_token',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
displayName: 'Scope',
|
|
32
|
+
name: 'scope',
|
|
33
|
+
type: 'hidden',
|
|
34
|
+
default: '',
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
displayName: 'Auth URI Query Parameters',
|
|
38
|
+
name: 'authQueryParameters',
|
|
39
|
+
type: 'hidden',
|
|
40
|
+
default: '',
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
displayName: 'Authentication',
|
|
44
|
+
name: 'authentication',
|
|
45
|
+
type: 'hidden',
|
|
46
|
+
default: 'body',
|
|
47
|
+
},
|
|
48
|
+
];
|
|
49
|
+
this.authenticate = {
|
|
50
|
+
type: 'generic',
|
|
51
|
+
properties: {
|
|
52
|
+
headers: {
|
|
53
|
+
Authorization: '=Bearer {{$credentials.accessToken}}',
|
|
54
|
+
},
|
|
55
|
+
},
|
|
56
|
+
};
|
|
57
|
+
this.test = {
|
|
58
|
+
request: {
|
|
59
|
+
baseURL: 'https://api.cloudbeds.com',
|
|
60
|
+
url: '/property/v1/system',
|
|
61
|
+
headers: {
|
|
62
|
+
'X-Property-ID': '={{$credentials.propertyId}}',
|
|
63
|
+
},
|
|
64
|
+
},
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
exports.CloudbedsOAuth2Api = CloudbedsOAuth2Api;
|
|
69
|
+
//# sourceMappingURL=CloudbedsOAuth2Api.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CloudbedsOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/CloudbedsOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,kBAAkB;IAA/B;QACC,SAAI,GAAG,oBAAoB,CAAC;QAC5B,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QACxB,gBAAW,GAAG,sBAAsB,CAAC;QACrC,qBAAgB,GAAG,6CAA6C,CAAC;QACjE,SAAI,GAAG,EAAE,KAAK,EAAE,uCAAuC,EAAE,IAAI,EAAE,uCAAuC,EAAW,CAAC;QAClH,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,YAAY;gBACzB,IAAI,EAAE,WAAW;gBACjB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mBAAmB;aAC5B;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,6CAA6C;aACtD;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,oDAAoD;aAC7D;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;aACX;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;aACf;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,qBAAqB;gBAC1B,OAAO,EAAE;oBACR,eAAe,EAAE,8BAA8B;iBAC/C;aACD;SACD,CAAC;IACH,CAAC;CAAA;AA/DD,gDA+DC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="white"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M20.0165 0C8.94791 0 0 9.01388 0 20.1653C0 29.0792 5.73324 36.6246 13.6868 39.2952C14.6812 39.496 15.0454 38.8613 15.0454 38.3274C15.0454 37.8599 15.0126 36.2575 15.0126 34.5879C9.4445 35.79 8.28498 32.1841 8.28498 32.1841C7.39015 29.847 6.06429 29.2463 6.06429 29.2463C4.24185 28.011 6.19704 28.011 6.19704 28.011C8.21861 28.1446 9.27938 30.081 9.27938 30.081C11.0686 33.1522 13.9518 32.2844 15.1118 31.7502C15.2773 30.4481 15.8079 29.5467 16.3713 29.046C11.9303 28.5785 7.25781 26.8425 7.25781 19.0967C7.25781 16.8932 8.05267 15.0905 9.31216 13.6884C9.11344 13.1877 8.41732 11.1174 9.51128 8.34644C9.51128 8.34644 11.2014 7.81217 15.0122 10.4164C16.6438 9.97495 18.3263 9.7504 20.0165 9.74851C21.7067 9.74851 23.4295 9.98246 25.0205 10.4164C28.8317 7.81217 30.5218 8.34644 30.5218 8.34644C31.6158 11.1174 30.9192 13.1877 30.7205 13.6884C32.0132 15.0905 32.7753 16.8932 32.7753 19.0967C32.7753 26.8425 28.1028 28.5449 23.6287 29.046C24.358 29.6802 24.9873 30.882 24.9873 32.7851C24.9873 35.4893 24.9545 37.6596 24.9545 38.327C24.9545 38.8613 25.3192 39.496 26.3132 39.2956C34.2667 36.6242 39.9999 29.0792 39.9999 20.1653C40.0327 9.01388 31.052 0 20.0165 0Z" fill="#24292F"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
export declare class Cloudbeds implements INodeType {
|
|
3
|
+
description: INodeTypeDescription;
|
|
4
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
5
|
+
}
|