Skip to content
Closed

Diff #13

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion credentials/FeatherApi.credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class FeatherApi implements ICredentialType {
test: ICredentialTestRequest = {
request: {
baseURL:
'={{$credentials.environment === "production" ? "https://featherhq.com" : "https://sandbox.featherhq.com"}}',
'={{$credentials.environment === "production" ? "https://prod.featherhq.com" : "https://sandbox.featherhq.com"}}',
url: '/api/v1/workflow?limit=1',
headers: {
accept: 'application/json, text/plain, */*',
Expand Down
11 changes: 7 additions & 4 deletions nodes/Feather/Feather.node.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
{
"node": "n8n-nodes-feather",
"node": "@featherhq/n8n-nodes-feather",
"nodeVersion": "1.0",
"codexVersion": "1.0",
"categories": ["Development", "Developer Tools"],
"categories": ["Communication", "AI", "Voice AI", "AI Call Center"],
"resources": {
"credentialDocumentation": [
{
"url": "https://github.com/org/repo?tab=readme-ov-file#credentials"
"url": "https://github.com/OneLoop-HQ/n8n-node?tab=readme-ov-file#credentials"
}
],
"primaryDocumentation": [
{
"url": "https://github.com/org/repo?tab=readme-ov-file"
"url": "https://github.com/OneLoop-HQ/n8n-node?tab=readme-ov-file"
},
{
"url": "https://docs.featherhq.com"
}
]
}
Expand Down
61 changes: 0 additions & 61 deletions nodes/Feather/resources/company/getAll.ts

This file was deleted.

34 changes: 0 additions & 34 deletions nodes/Feather/resources/company/index.ts

This file was deleted.

26 changes: 0 additions & 26 deletions nodes/Feather/resources/user/create.ts

This file was deleted.

17 changes: 0 additions & 17 deletions nodes/Feather/resources/user/get.ts

This file was deleted.

60 changes: 0 additions & 60 deletions nodes/Feather/resources/user/index.ts

This file was deleted.

39 changes: 26 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "n8n-nodes-feather",
"name": "@featherhq/n8n-nodes-feather",
"version": "1.0.0",
"description": "n8n community node to work with the Feather API",
"license": "MIT",
Expand Down Expand Up @@ -28,7 +28,12 @@
"lint": "n8n-node lint",
"lint:fix": "n8n-node lint --fix",
"release": "n8n-node release",
"prepublishOnly": "n8n-node prerelease"
"test:patch": "./publish.sh patch",
"test:minor": "./publish.sh minor",
"test:major": "./publish.sh major",
"publish:patch": "./publish.sh patch --publish",
"publish:minor": "./publish.sh minor --publish",
"publish:major": "./publish.sh major --publish"
},
"files": [
"dist"
Expand Down
1 change: 1 addition & 0 deletions public-check.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
npx @n8n/scan-community-package '@featherhq/n8n-nodes-feather'
Loading
Loading