n8n-nodes-pinbridge 1.2.5 → 1.2.6

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.
@@ -1,22 +1,9 @@
1
- import type { ICredentialType, IHttpRequestMethods, INodeProperties } from 'n8n-workflow';
1
+ import type { IAuthenticate, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
2
  export declare class PinBridgeApi implements ICredentialType {
3
3
  name: string;
4
4
  displayName: string;
5
5
  documentationUrl: string;
6
6
  properties: INodeProperties[];
7
- authenticate: {
8
- readonly type: "generic";
9
- readonly properties: {
10
- readonly headers: {
11
- readonly 'X-API-Key': "={{$credentials.apiKey}}";
12
- };
13
- };
14
- };
15
- test: {
16
- request: {
17
- baseURL: string;
18
- url: string;
19
- method: IHttpRequestMethods;
20
- };
21
- };
7
+ authenticate: IAuthenticate;
8
+ test: ICredentialTestRequest;
22
9
  }
@@ -40,7 +40,6 @@ class PinBridgeApi {
40
40
  request: {
41
41
  baseURL: '={{$credentials.baseUrl}}',
42
42
  url: '/v1/pinterest/accounts',
43
- method: 'GET',
44
43
  },
45
44
  };
46
45
  }
@@ -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,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"}
1
+ {"version":3,"file":"PinBridgeApi.credentials.js","sourceRoot":"","sources":["../../credentials/PinBridgeApi.credentials.ts"],"names":[],"mappings":";;;AAOA,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,GAAkB;YAC7B,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,WAAW,EAAE,0BAA0B;iBACvC;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,wBAAwB;aAC7B;SACD,CAAC;IACH,CAAC;CAAA;AA5CD,oCA4CC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n8n-nodes-pinbridge",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
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": [