@smartbooks-ai/n8n-nodes-api 0.1.0

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 ADDED
@@ -0,0 +1,43 @@
1
+ # Smartbooks API – n8n Node
2
+
3
+ [n8n](https://n8n.io) community node for the [Smartbooks API](https://smartbooks.ai). Use it in n8n workflows to interact with Smartbooks (reporting, input, intercompany matching, modules, and more).
4
+
5
+ ## Installation
6
+
7
+ In n8n:
8
+
9
+ 1. Open **Settings** → **Community nodes** → **Install**.
10
+ 2. Enter: `@smartbooks-ai/n8n-nodes-api`
11
+ 3. Install and restart n8n if prompted.
12
+
13
+ Or install via CLI in your n8n project:
14
+
15
+ ```bash
16
+ npm install @smartbooks-ai/n8n-nodes-api
17
+ ```
18
+
19
+ ## Credentials
20
+
21
+ The node uses **Smartbooks OAuth2 API** credentials.
22
+
23
+ 1. Add a **Smartbooks API** credential in n8n.
24
+ 2. Use your Smartbooks OAuth2 client ID and client secret.
25
+ 3. Authorize; the node will use this credential for all requests.
26
+
27
+ ## Resources & operations
28
+
29
+ The node supports these Smartbooks resources and their operations:
30
+
31
+ - **App** – app-related operations
32
+ - **Input** – e.g. batch input (by year and period)
33
+ - **Intercompany Matching** – retrieve matches and transactions
34
+ - **Module** – module operations
35
+ - **Profile** – profile operations
36
+ - **Reporting** – reporting operations
37
+ - **Structure** – structure operations
38
+
39
+ Choose **Resource** and **Operation** in the node; required parameters (e.g. company code, IDs) will appear as needed.
40
+
41
+ ## License
42
+
43
+ MIT © [smartbooks](https://smartbooks.ai)
@@ -0,0 +1,9 @@
1
+ import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class SmartbooksOAuth2Api implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ icon: Icon;
6
+ documentationUrl: string;
7
+ extends: string[];
8
+ properties: INodeProperties[];
9
+ }
@@ -0,0 +1,68 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SmartbooksOAuth2Api = void 0;
4
+ class SmartbooksOAuth2Api {
5
+ constructor() {
6
+ this.name = 'smartbooksOAuth2Api';
7
+ this.displayName = 'Smartbooks OAuth2 API';
8
+ this.icon = { light: 'file:../icons/logo.svg', dark: 'file:../icons/logo.dark.svg' };
9
+ this.documentationUrl = 'https://app.smartbooks.ai/docs';
10
+ this.extends = ['oAuth2Api'];
11
+ this.properties = [
12
+ {
13
+ displayName: 'Environment',
14
+ name: 'environment',
15
+ type: 'hidden',
16
+ default: 'dev',
17
+ options: [
18
+ { name: 'Production', value: 'prod' },
19
+ { name: 'Development', value: 'dev' },
20
+ ],
21
+ },
22
+ {
23
+ displayName: 'Auth URL',
24
+ name: 'authUrl',
25
+ type: 'hidden',
26
+ default: '={{$self.environment === "dev" ? "https://login-dev.smartbooks.ai/authorize" : "https://login.smartbooks.ai/authorize"}}',
27
+ },
28
+ {
29
+ displayName: 'Access Token URL',
30
+ name: 'accessTokenUrl',
31
+ type: 'hidden',
32
+ default: '={{$self.environment === "dev" ? "https://login-dev.smartbooks.ai/oauth/token" : "https://login.smartbooks.ai/oauth/token"}}',
33
+ },
34
+ {
35
+ displayName: 'Auth URI Query Parameters',
36
+ name: 'authQueryParameters',
37
+ type: 'hidden',
38
+ default: '={{$self.environment === "dev" ? "audience=https://api-dev.smartbooks.ai/" : "audience=https://api.smartbooks.ai/"}}',
39
+ },
40
+ {
41
+ displayName: 'API Base URL',
42
+ name: 'baseURL',
43
+ type: 'hidden',
44
+ default: '={{$self.environment === "dev" ? "https://app-dev.smartbooks.ai" : "https://app.smartbooks.ai"}}',
45
+ },
46
+ {
47
+ displayName: 'Scope',
48
+ name: 'scope',
49
+ type: 'hidden',
50
+ default: 'profile:read openid profile offline_access input:write reporting:read intercompany_matching:read√'
51
+ },
52
+ {
53
+ displayName: 'Authentication',
54
+ name: 'authentication',
55
+ type: 'hidden',
56
+ default: 'header',
57
+ },
58
+ {
59
+ displayName: 'Allowed HTTP Request Domains',
60
+ name: 'allowedHttpRequestDomains',
61
+ type: 'hidden',
62
+ default: 'all',
63
+ }
64
+ ];
65
+ }
66
+ }
67
+ exports.SmartbooksOAuth2Api = SmartbooksOAuth2Api;
68
+ //# sourceMappingURL=SmartbooksOAuth2Api.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SmartbooksOAuth2Api.credentials.js","sourceRoot":"","sources":["../../credentials/SmartbooksOAuth2Api.credentials.ts"],"names":[],"mappings":";;;AAMA,MAAa,mBAAmB;IAAhC;QACC,SAAI,GAAG,qBAAqB,CAAC;QAE7B,gBAAW,GAAG,uBAAuB,CAAC;QAEtC,SAAI,GAAS,EAAE,KAAK,EAAE,wBAAwB,EAAE,IAAI,EAAE,6BAA6B,EAAE,CAAC;QAEtF,qBAAgB,GAAG,gCAAgC,CAAC;QAEpD,YAAO,GAAG,CAAC,WAAW,CAAC,CAAC;QAExB,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,aAAa;gBAC1B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,KAAK;gBACd,OAAO,EAAE;oBACR,EAAE,IAAI,EAAE,YAAY,EAAE,KAAK,EAAE,MAAM,EAAE;oBACrC,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAE,KAAK,EAAE;iBACrC;aACD;YAGD;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EACN,0HAA0H;aAC3H;YACD;gBACC,WAAW,EAAE,kBAAkB;gBAC/B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EACN,8HAA8H;aAC/H;YACD;gBACC,WAAW,EAAE,2BAA2B;gBACxC,IAAI,EAAE,qBAAqB;gBAC3B,IAAI,EAAE,QAAQ;gBACd,OAAO,EACN,sHAAsH;aACvH;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EACN,kGAAkG;aACnG;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,mGAAmG;aAC5G;YACD;gBACC,WAAW,EAAE,gBAAgB;gBAC7B,IAAI,EAAE,gBAAgB;gBACtB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,QAAQ;aACjB;YACD;gBACC,WAAW,EAAE,8BAA8B;gBAC3C,IAAI,EAAE,2BAA2B;gBACjC,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,KAAK;aAEd;SACD,CAAC;IACH,CAAC;CAAA;AAxED,kDAwEC"}
@@ -0,0 +1,24 @@
1
+ <svg viewBox="0 0 56.0617 56.0627" xmlns="http://www.w3.org/2000/svg" fill="#fff">
2
+ <g transform="matrix(1, 0, 0, 1, -3.2658579349517822, -5.714171886444092)">
3
+ <g transform="matrix(1, 0, 0, 1, 65.689034, -123.853729)">
4
+ <g transform="matrix(0.35277777,0,0,-0.35277777,-228.38369,383.37697)">
5
+ <path transform="translate(496.3657,612.2275)" d="m 0,0 v -1.998 c -0.271,0.472 -0.53,0.948 -0.779,1.431 z" />
6
+ <path transform="translate(555.2109,567.0908)"
7
+ d="m 0,0 c -1.76,-0.12 -3.53,-0.189 -5.32,-0.189 -3.51,0 -6.96,0.25 -10.34,0.729 V 68.681 L 0,80.07 Z M 0,87.94 -15.66,76.541 -22.02,71.92 V -4.779 c 2.09,-0.45 4.21,-0.821 6.36,-1.091 3.38,-0.449 6.84,-0.68 10.34,-0.68 1.79,0 3.56,0.061 5.32,0.18 2.15,0.141 4.27,0.37 6.36,0.681 v 98.25 z" />
8
+ <path transform="translate(612.5273,688.8418)"
9
+ d="m 0,0 c -1.309,1.68 -2.687,3.307 -4.124,4.871 -14.537,15.819 -35.386,25.746 -58.509,25.746 -43.814,0 -79.455,-35.641 -79.455,-79.455 0,-14.214 3.752,-27.569 10.318,-39.129 1.05,-1.854 2.173,-3.656 3.371,-5.411 3.514,-5.178 7.627,-9.921 12.237,-14.135 2.025,-1.849 4.15,-3.598 6.36,-5.23 4.834,-3.583 10.086,-6.625 15.672,-9.047 2.072,-0.896 4.197,-1.712 6.359,-2.433 v 68.257 l -6.359,-4.627 -15.672,-11.394 -6.36,-4.627 v -1.998 c -0.27,0.471 -0.53,0.948 -0.779,1.43 -4.446,8.48 -6.958,18.126 -6.958,28.344 0,33.781 27.484,61.266 61.266,61.266 7.043,0 13.811,-1.193 20.112,-3.397 4.012,-1.389 7.833,-3.196 11.417,-5.353 3.21,-1.936 6.225,-4.159 9.018,-6.631 l 0.635,0.463 4.61,3.354 c -3.807,3.513 -8.012,6.603 -12.552,9.174 -9.82,5.57 -21.168,8.75 -33.24,8.75 -37.29,0 -67.626,-30.342 -67.626,-67.626 0,-11.617 2.946,-22.561 8.124,-32.122 1.018,-1.876 2.12,-3.694 3.302,-5.459 0.848,-1.262 1.739,-2.496 2.671,-3.699 1.951,-2.528 4.076,-4.913 6.36,-7.139 v 17.404 l 15.672,11.4 V -114.8 c -5.666,2.719 -10.929,6.143 -15.672,10.16 -2.242,1.898 -4.362,3.922 -6.36,6.069 -2.591,2.787 -4.965,5.776 -7.096,8.935 -1.187,1.759 -2.3,3.572 -3.334,5.438 -5.819,10.482 -9.137,22.54 -9.137,35.36 0,40.305 32.791,73.095 73.096,73.095 16.18,0 31.147,-5.284 43.273,-14.219 1.807,-1.33 3.556,-2.746 5.231,-4.229 0.609,-0.543 1.2,-1.106 1.791,-1.668 L -9.89,5.923 V 1.707 c 0.194,-0.202 0.397,-0.395 0.589,-0.6 1.452,-1.552 2.841,-3.169 4.16,-4.843 9.773,-12.429 15.608,-28.095 15.608,-45.102 0,-21.714 -9.513,-41.249 -24.596,-54.652 -2.025,-1.796 -4.145,-3.482 -6.36,-5.051 -3.587,-2.535 -7.412,-4.757 -11.432,-6.627 v -6.955 c 3.986,1.677 7.807,3.668 11.432,5.945 2.194,1.378 4.314,2.863 6.36,4.442 18.814,14.543 30.956,37.332 30.956,62.898 C 16.827,-30.442 10.542,-13.483 0,0" />
10
+ <path transform="translate(598.3979,592.9258)"
11
+ d="m 0,0 c 11.829,12.184 19.122,28.794 19.122,47.078 0,15.799 -5.449,30.352 -14.569,41.879 -0.102,0.128 -0.211,0.25 -0.313,0.377 V 78.215 C 9.653,69.085 12.762,58.437 12.762,47.078 12.762,35.719 9.653,25.067 4.24,15.936 V 8.245 L 3.359,7.101 C 1.314,4.445 -0.974,1.911 -3.441,-0.431 L -6.36,-3.201 V -5.777 C -4.118,-3.986 -1.993,-2.057 0,0" />
12
+ <path transform="translate(602.6377,690.5483)"
13
+ d="M 0,0 V 4.216 L -2.448,2.435 C -1.613,1.642 -0.797,0.831 0,0" />
14
+ <path transform="translate(576.3667,571.8584)"
15
+ d="m 0,0 v -6.783 c 1.433,0.508 2.846,1.056 4.24,1.643 V 1.815 C 2.849,1.168 1.436,0.562 0,0" />
16
+ <path transform="translate(597.8096,678.1411)" d="M 0,0 C 0.202,-0.249 0.397,-0.498 0.588,-0.752 V 0.43 Z" />
17
+ <path transform="translate(601.7573,600.0264)"
18
+ d="m 0,0 0.88,1.145 v 7.69 C -0.407,6.663 -1.822,4.576 -3.359,2.587 -5.294,0.075 -7.424,-2.278 -9.719,-4.456 v -5.846 L -6.8,-7.531 C -4.333,-5.189 -2.045,-2.655 0,0" />
19
+ <path transform="translate(598.4009,678.5713)"
20
+ d="m 0,0 -0.59,-0.43 c 0.2,-0.25 0.4,-0.5 0.59,-0.75 v -74.78 c -1.94,-2.51 -4.07,-4.86 -6.36,-7.04 v 78.37 l -15.67,-11.4 v -97.47 c -2.09,-0.73 -4.21,-1.38 -6.36,-1.95 v 102.67 l 6.36,4.62 15.67,11.4 1.53,1.11 L 0,7.86 Z" />
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,24 @@
1
+ <svg viewBox="0 0 56.0617 56.0627" xmlns="http://www.w3.org/2000/svg" fill="#fff">
2
+ <g transform="matrix(1, 0, 0, 1, -3.2658579349517822, -5.714171886444092)">
3
+ <g transform="matrix(1, 0, 0, 1, 65.689034, -123.853729)">
4
+ <g transform="matrix(0.35277777,0,0,-0.35277777,-228.38369,383.37697)">
5
+ <path transform="translate(496.3657,612.2275)" d="m 0,0 v -1.998 c -0.271,0.472 -0.53,0.948 -0.779,1.431 z" />
6
+ <path transform="translate(555.2109,567.0908)"
7
+ d="m 0,0 c -1.76,-0.12 -3.53,-0.189 -5.32,-0.189 -3.51,0 -6.96,0.25 -10.34,0.729 V 68.681 L 0,80.07 Z M 0,87.94 -15.66,76.541 -22.02,71.92 V -4.779 c 2.09,-0.45 4.21,-0.821 6.36,-1.091 3.38,-0.449 6.84,-0.68 10.34,-0.68 1.79,0 3.56,0.061 5.32,0.18 2.15,0.141 4.27,0.37 6.36,0.681 v 98.25 z" />
8
+ <path transform="translate(612.5273,688.8418)"
9
+ d="m 0,0 c -1.309,1.68 -2.687,3.307 -4.124,4.871 -14.537,15.819 -35.386,25.746 -58.509,25.746 -43.814,0 -79.455,-35.641 -79.455,-79.455 0,-14.214 3.752,-27.569 10.318,-39.129 1.05,-1.854 2.173,-3.656 3.371,-5.411 3.514,-5.178 7.627,-9.921 12.237,-14.135 2.025,-1.849 4.15,-3.598 6.36,-5.23 4.834,-3.583 10.086,-6.625 15.672,-9.047 2.072,-0.896 4.197,-1.712 6.359,-2.433 v 68.257 l -6.359,-4.627 -15.672,-11.394 -6.36,-4.627 v -1.998 c -0.27,0.471 -0.53,0.948 -0.779,1.43 -4.446,8.48 -6.958,18.126 -6.958,28.344 0,33.781 27.484,61.266 61.266,61.266 7.043,0 13.811,-1.193 20.112,-3.397 4.012,-1.389 7.833,-3.196 11.417,-5.353 3.21,-1.936 6.225,-4.159 9.018,-6.631 l 0.635,0.463 4.61,3.354 c -3.807,3.513 -8.012,6.603 -12.552,9.174 -9.82,5.57 -21.168,8.75 -33.24,8.75 -37.29,0 -67.626,-30.342 -67.626,-67.626 0,-11.617 2.946,-22.561 8.124,-32.122 1.018,-1.876 2.12,-3.694 3.302,-5.459 0.848,-1.262 1.739,-2.496 2.671,-3.699 1.951,-2.528 4.076,-4.913 6.36,-7.139 v 17.404 l 15.672,11.4 V -114.8 c -5.666,2.719 -10.929,6.143 -15.672,10.16 -2.242,1.898 -4.362,3.922 -6.36,6.069 -2.591,2.787 -4.965,5.776 -7.096,8.935 -1.187,1.759 -2.3,3.572 -3.334,5.438 -5.819,10.482 -9.137,22.54 -9.137,35.36 0,40.305 32.791,73.095 73.096,73.095 16.18,0 31.147,-5.284 43.273,-14.219 1.807,-1.33 3.556,-2.746 5.231,-4.229 0.609,-0.543 1.2,-1.106 1.791,-1.668 L -9.89,5.923 V 1.707 c 0.194,-0.202 0.397,-0.395 0.589,-0.6 1.452,-1.552 2.841,-3.169 4.16,-4.843 9.773,-12.429 15.608,-28.095 15.608,-45.102 0,-21.714 -9.513,-41.249 -24.596,-54.652 -2.025,-1.796 -4.145,-3.482 -6.36,-5.051 -3.587,-2.535 -7.412,-4.757 -11.432,-6.627 v -6.955 c 3.986,1.677 7.807,3.668 11.432,5.945 2.194,1.378 4.314,2.863 6.36,4.442 18.814,14.543 30.956,37.332 30.956,62.898 C 16.827,-30.442 10.542,-13.483 0,0" />
10
+ <path transform="translate(598.3979,592.9258)"
11
+ d="m 0,0 c 11.829,12.184 19.122,28.794 19.122,47.078 0,15.799 -5.449,30.352 -14.569,41.879 -0.102,0.128 -0.211,0.25 -0.313,0.377 V 78.215 C 9.653,69.085 12.762,58.437 12.762,47.078 12.762,35.719 9.653,25.067 4.24,15.936 V 8.245 L 3.359,7.101 C 1.314,4.445 -0.974,1.911 -3.441,-0.431 L -6.36,-3.201 V -5.777 C -4.118,-3.986 -1.993,-2.057 0,0" />
12
+ <path transform="translate(602.6377,690.5483)"
13
+ d="M 0,0 V 4.216 L -2.448,2.435 C -1.613,1.642 -0.797,0.831 0,0" />
14
+ <path transform="translate(576.3667,571.8584)"
15
+ d="m 0,0 v -6.783 c 1.433,0.508 2.846,1.056 4.24,1.643 V 1.815 C 2.849,1.168 1.436,0.562 0,0" />
16
+ <path transform="translate(597.8096,678.1411)" d="M 0,0 C 0.202,-0.249 0.397,-0.498 0.588,-0.752 V 0.43 Z" />
17
+ <path transform="translate(601.7573,600.0264)"
18
+ d="m 0,0 0.88,1.145 v 7.69 C -0.407,6.663 -1.822,4.576 -3.359,2.587 -5.294,0.075 -7.424,-2.278 -9.719,-4.456 v -5.846 L -6.8,-7.531 C -4.333,-5.189 -2.045,-2.655 0,0" />
19
+ <path transform="translate(598.4009,678.5713)"
20
+ d="m 0,0 -0.59,-0.43 c 0.2,-0.25 0.4,-0.5 0.59,-0.75 v -74.78 c -1.94,-2.51 -4.07,-4.86 -6.36,-7.04 v 78.37 l -15.67,-11.4 v -97.47 c -2.09,-0.73 -4.21,-1.38 -6.36,-1.95 v 102.67 l 6.36,4.62 15.67,11.4 1.53,1.11 L 0,7.86 Z" />
21
+ </g>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,4 @@
1
+ import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class SmartbooksApi implements INodeType {
3
+ description: INodeTypeDescription;
4
+ }
@@ -0,0 +1,40 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SmartbooksApi = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const properties_1 = require("./properties");
6
+ class SmartbooksApi {
7
+ constructor() {
8
+ this.description = {
9
+ displayName: 'Smartbooks API',
10
+ name: 'smartbooksApi',
11
+ icon: 'file:./../../icons/logo.svg',
12
+ usableAsTool: true,
13
+ group: ['transform'],
14
+ version: 1,
15
+ subtitle: '={{ $parameter["operation"] + " : " + $parameter["resource"] }}',
16
+ description: 'Interact with Smartbooks API',
17
+ defaults: {
18
+ name: 'Smartbooks API',
19
+ },
20
+ inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
21
+ outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
22
+ credentials: [
23
+ {
24
+ name: 'smartbooksOAuth2Api',
25
+ required: true,
26
+ },
27
+ ],
28
+ requestDefaults: {
29
+ headers: {
30
+ Accept: 'application/json',
31
+ 'Content-Type': 'application/json',
32
+ },
33
+ baseURL: 'https://app-dev.smartbooks.ai',
34
+ },
35
+ properties: properties_1.apiProperties,
36
+ };
37
+ }
38
+ }
39
+ exports.SmartbooksApi = SmartbooksApi;
40
+ //# sourceMappingURL=SmartbooksApi.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SmartbooksApi.node.js","sourceRoot":"","sources":["../../../nodes/SmartbooksApi/SmartbooksApi.node.ts"],"names":[],"mappings":";;;AAAA,+CAA8F;AAC9F,6CAA6C;AAE7C,MAAa,aAAa;IAA1B;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,gBAAgB;YAC7B,IAAI,EAAE,eAAe;YACrB,IAAI,EAAE,6BAA6B;YACnC,YAAY,EAAE,IAAI;YAClB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,iEAAiE;YAC3E,WAAW,EAAE,8BAA8B;YAC3C,QAAQ,EAAE;gBACT,IAAI,EAAE,gBAAgB;aACtB;YACD,MAAM,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YAClC,OAAO,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YACnC,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,qBAAqB;oBAC3B,QAAQ,EAAE,IAAI;iBACd;aACD;YACD,eAAe,EAAE;gBAChB,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;gBACD,OAAO,EAAE,+BAA+B;aACxC;YACD,UAAU,EAAE,0BAAa;SACzB,CAAC;IACH,CAAC;CAAA;AA9BD,sCA8BC"}
@@ -0,0 +1,2 @@
1
+ import { INodeProperties } from "n8n-workflow";
2
+ export declare const apiProperties: INodeProperties[];