n8n-nodes-pinbridge 1.2.3 → 1.2.4

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 CHANGED
@@ -242,6 +242,19 @@ Calls `DELETE /v1/webhooks/{webhook_id}`.
242
242
  2. Choose the Connection.
243
243
  3. Branch in n8n based on `accountTokensAvailable` or `globalTokensAvailable`.
244
244
 
245
+ ## Limitations
246
+
247
+ - This node targets PinBridge v1 API endpoints only.
248
+ - Admin, billing-management, and password-reset endpoints are not included.
249
+ - Upload Image and Upload Video operations require an incoming binary property in the n8n workflow.
250
+ - Rate limits are governed by your PinBridge plan and the underlying Pinterest API quotas.
251
+
252
+ ## Support
253
+
254
+ - Bug reports and feature requests: [GitHub Issues](https://github.com/pinbridge/n8n-nodes-pinbridge/issues)
255
+ - General questions: [contact@pinbridge.io](mailto:contact@pinbridge.io)
256
+ - PinBridge product: [https://pinbridge.io](https://pinbridge.io)
257
+
245
258
  ## Development
246
259
 
247
260
  ```bash
@@ -250,3 +263,7 @@ npm run lint
250
263
  npm run build
251
264
  npm run dev
252
265
  ```
266
+
267
+ ## License
268
+
269
+ MIT — see [LICENSE](./LICENSE).
@@ -5,7 +5,7 @@ class PinBridgeApi {
5
5
  constructor() {
6
6
  this.name = 'pinBridgeApi';
7
7
  this.displayName = 'PinBridge API Key';
8
- this.documentationUrl = 'https://docs.n8n.io/integrations/creating-nodes/';
8
+ this.documentationUrl = 'https://github.com/pinbridge/n8n-nodes-pinbridge#authentication';
9
9
  this.properties = [
10
10
  {
11
11
  displayName: 'Base URL',
@@ -1 +1 @@
1
- {"version":3,"file":"PinBridgeApi.credentials.js","sourceRoot":"","sources":["../../credentials/PinBridgeApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,kDAAkD,CAAC;QAEtE,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,0BAA0B;gBACnC,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,0BAA0B;gBACvC,WAAW,EACV,4FAA4F;aAC7F;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,gDAAgD;aAC7D;SACD,CAAC;QAEF,iBAAY,GAAG;YACd,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,WAAW,EAAE,0BAA0B;iBACvC;aACD;SACQ,CAAC;QAEX,SAAI,GAAG;YACN,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,wBAAwB;gBAC7B,MAAM,EAAE,KAA4B;aACpC;SACD,CAAC;IACH,CAAC;CAAA;AA7CD,oCA6CC"}
1
+ {"version":3,"file":"PinBridgeApi.credentials.js","sourceRoot":"","sources":["../../credentials/PinBridgeApi.credentials.ts"],"names":[],"mappings":";;;AAEA,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QACtB,gBAAW,GAAG,mBAAmB,CAAC;QAClC,qBAAgB,GAAG,iEAAiE,CAAC;QAErF,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,0BAA0B;gBACnC,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,0BAA0B;gBACvC,WAAW,EACV,4FAA4F;aAC7F;YACD;gBACC,WAAW,EAAE,SAAS;gBACtB,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE;oBACZ,QAAQ,EAAE,IAAI;iBACd;gBACD,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,gDAAgD;aAC7D;SACD,CAAC;QAEF,iBAAY,GAAG;YACd,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,WAAW,EAAE,0BAA0B;iBACvC;aACD;SACQ,CAAC;QAEX,SAAI,GAAG;YACN,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,wBAAwB;gBAC7B,MAAM,EAAE,KAA4B;aACpC;SACD,CAAC;IACH,CAAC;CAAA;AA7CD,oCA6CC"}
package/package.json CHANGED
@@ -1,19 +1,35 @@
1
1
  {
2
2
  "name": "n8n-nodes-pinbridge",
3
- "version": "1.2.3",
4
- "description": "n8n community node for PinBridge",
3
+ "version": "1.2.4",
4
+ "description": "n8n community node for PinBridge — publish, schedule, and manage Pinterest workflows via the PinBridge API",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "n8n-community-node-package",
8
8
  "n8n",
9
9
  "n8n-nodes",
10
- "pinbridge"
10
+ "pinbridge",
11
+ "pinterest",
12
+ "social-media",
13
+ "automation",
14
+ "publishing",
15
+ "scheduling"
11
16
  ],
12
- "homepage": "",
13
- "author": "",
17
+ "homepage": "https://www.pinbridge.io",
18
+ "author": {
19
+ "name": "PinBridge",
20
+ "email": "contact@pinbridge.io",
21
+ "url": "https://www.pinbridge.io"
22
+ },
14
23
  "repository": {
15
24
  "type": "git",
16
- "url": ""
25
+ "url": "git+https://github.com/pinbridge/n8n-nodes-pinbridge.git"
26
+ },
27
+ "bugs": {
28
+ "url": "https://github.com/pinbridge/n8n-nodes-pinbridge/issues"
29
+ },
30
+ "engines": {
31
+ "node": ">=18.10",
32
+ "n8n": ">=1.0.0"
17
33
  },
18
34
  "files": [
19
35
  "dist"
@@ -26,17 +42,18 @@
26
42
  "clean": "rm -rf dist",
27
43
  "dev": "tsc -w -p tsconfig.json",
28
44
  "lint": "eslint . --ext .ts",
29
- "lint:fix": "eslint . --ext .ts --fix"
45
+ "lint:fix": "eslint . --ext .ts --fix",
46
+ "prepublishOnly": "npm run build"
30
47
  },
31
48
  "dependencies": {
32
- "form-data": "^4.0.0",
33
- "n8n-workflow": "^1.95.0"
49
+ "form-data": "^4.0.0"
34
50
  },
35
51
  "devDependencies": {
36
52
  "@types/node": "^20.17.57",
37
53
  "@typescript-eslint/eslint-plugin": "^7.18.0",
38
54
  "@typescript-eslint/parser": "^7.18.0",
39
55
  "eslint": "^8.57.1",
56
+ "n8n-workflow": "^1.95.0",
40
57
  "typescript": "^5.6.3"
41
58
  },
42
59
  "peerDependencies": {