@hobokengrace/n8n-nodes-pco 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.
Files changed (124) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +79 -0
  3. package/dist/credentials/PlanningCenterPatApi.credentials.d.ts +9 -0
  4. package/dist/credentials/PlanningCenterPatApi.credentials.js +84 -0
  5. package/dist/credentials/PlanningCenterPatApi.credentials.js.map +1 -0
  6. package/dist/index.d.ts +12 -0
  7. package/dist/index.js +28 -0
  8. package/dist/index.js.map +1 -0
  9. package/dist/nodes/assets/api.svg +4 -0
  10. package/dist/nodes/assets/calendar.svg +4 -0
  11. package/dist/nodes/assets/check-ins.svg +4 -0
  12. package/dist/nodes/assets/current.svg +4 -0
  13. package/dist/nodes/assets/giving.svg +4 -0
  14. package/dist/nodes/assets/groups.svg +4 -0
  15. package/dist/nodes/assets/pco.svg +4 -0
  16. package/dist/nodes/assets/people.svg +4 -0
  17. package/dist/nodes/assets/publishing.svg +4 -0
  18. package/dist/nodes/assets/registrations.svg +4 -0
  19. package/dist/nodes/assets/services.svg +4 -0
  20. package/dist/nodes/assets/webhooks.svg +4 -0
  21. package/dist/nodes/generated/api/PlanningCenterApi.node.d.ts +16 -0
  22. package/dist/nodes/generated/api/PlanningCenterApi.node.js +745 -0
  23. package/dist/nodes/generated/api/PlanningCenterApi.node.js.map +1 -0
  24. package/dist/nodes/generated/api/api.svg +4 -0
  25. package/dist/nodes/generated/api/pco.svg +4 -0
  26. package/dist/nodes/generated/calendar/PlanningCenterCalendar.node.d.ts +305 -0
  27. package/dist/nodes/generated/calendar/PlanningCenterCalendar.node.js +33813 -0
  28. package/dist/nodes/generated/calendar/PlanningCenterCalendar.node.js.map +1 -0
  29. package/dist/nodes/generated/calendar/calendar.svg +4 -0
  30. package/dist/nodes/generated/calendar/pco.svg +4 -0
  31. package/dist/nodes/generated/check-ins/PlanningCenterCheckIns.node.d.ts +308 -0
  32. package/dist/nodes/generated/check-ins/PlanningCenterCheckIns.node.js +29142 -0
  33. package/dist/nodes/generated/check-ins/PlanningCenterCheckIns.node.js.map +1 -0
  34. package/dist/nodes/generated/check-ins/check-ins.svg +4 -0
  35. package/dist/nodes/generated/check-ins/pco.svg +4 -0
  36. package/dist/nodes/generated/current/PlanningCenterCurrent.node.d.ts +13 -0
  37. package/dist/nodes/generated/current/PlanningCenterCurrent.node.js +564 -0
  38. package/dist/nodes/generated/current/PlanningCenterCurrent.node.js.map +1 -0
  39. package/dist/nodes/generated/current/current.svg +4 -0
  40. package/dist/nodes/generated/current/pco.svg +4 -0
  41. package/dist/nodes/generated/giving/PlanningCenterGiving.node.d.ts +308 -0
  42. package/dist/nodes/generated/giving/PlanningCenterGiving.node.js +25566 -0
  43. package/dist/nodes/generated/giving/PlanningCenterGiving.node.js.map +1 -0
  44. package/dist/nodes/generated/giving/giving.svg +4 -0
  45. package/dist/nodes/generated/giving/pco.svg +4 -0
  46. package/dist/nodes/generated/groups/PlanningCenterGroups.node.d.ts +189 -0
  47. package/dist/nodes/generated/groups/PlanningCenterGroups.node.js +15344 -0
  48. package/dist/nodes/generated/groups/PlanningCenterGroups.node.js.map +1 -0
  49. package/dist/nodes/generated/groups/groups.svg +4 -0
  50. package/dist/nodes/generated/groups/pco.svg +4 -0
  51. package/dist/nodes/generated/people/PlanningCenterPeople.node.d.ts +979 -0
  52. package/dist/nodes/generated/people/PlanningCenterPeople.node.js +102040 -0
  53. package/dist/nodes/generated/people/PlanningCenterPeople.node.js.map +1 -0
  54. package/dist/nodes/generated/people/pco.svg +4 -0
  55. package/dist/nodes/generated/people/people.svg +4 -0
  56. package/dist/nodes/generated/publishing/PlanningCenterPublishing.node.d.ts +130 -0
  57. package/dist/nodes/generated/publishing/PlanningCenterPublishing.node.js +10671 -0
  58. package/dist/nodes/generated/publishing/PlanningCenterPublishing.node.js.map +1 -0
  59. package/dist/nodes/generated/publishing/pco.svg +4 -0
  60. package/dist/nodes/generated/publishing/publishing.svg +4 -0
  61. package/dist/nodes/generated/registrations/PlanningCenterRegistrations.node.d.ts +55 -0
  62. package/dist/nodes/generated/registrations/PlanningCenterRegistrations.node.js +3640 -0
  63. package/dist/nodes/generated/registrations/PlanningCenterRegistrations.node.js.map +1 -0
  64. package/dist/nodes/generated/registrations/pco.svg +4 -0
  65. package/dist/nodes/generated/registrations/registrations.svg +4 -0
  66. package/dist/nodes/generated/services/PlanningCenterServices.node.d.ts +1032 -0
  67. package/dist/nodes/generated/services/PlanningCenterServices.node.js +82196 -0
  68. package/dist/nodes/generated/services/PlanningCenterServices.node.js.map +1 -0
  69. package/dist/nodes/generated/services/pco.svg +4 -0
  70. package/dist/nodes/generated/services/services.svg +4 -0
  71. package/dist/nodes/generated/webhooks/PlanningCenterWebhooks.node.d.ts +25 -0
  72. package/dist/nodes/generated/webhooks/PlanningCenterWebhooks.node.js +1346 -0
  73. package/dist/nodes/generated/webhooks/PlanningCenterWebhooks.node.js.map +1 -0
  74. package/dist/nodes/generated/webhooks/pco.svg +4 -0
  75. package/dist/nodes/generated/webhooks/webhooks.svg +4 -0
  76. package/dist/src/generator/checkGenerated.d.ts +1 -0
  77. package/dist/src/generator/checkGenerated.js +34 -0
  78. package/dist/src/generator/checkGenerated.js.map +1 -0
  79. package/dist/src/generator/config.d.ts +13 -0
  80. package/dist/src/generator/config.js +114 -0
  81. package/dist/src/generator/config.js.map +1 -0
  82. package/dist/src/generator/generate.d.ts +1 -0
  83. package/dist/src/generator/generate.js +26 -0
  84. package/dist/src/generator/generate.js.map +1 -0
  85. package/dist/src/generator/labels.d.ts +3 -0
  86. package/dist/src/generator/labels.js +23 -0
  87. package/dist/src/generator/labels.js.map +1 -0
  88. package/dist/src/generator/model.d.ts +81 -0
  89. package/dist/src/generator/model.js +3 -0
  90. package/dist/src/generator/model.js.map +1 -0
  91. package/dist/src/generator/openapi.d.ts +3 -0
  92. package/dist/src/generator/openapi.js +667 -0
  93. package/dist/src/generator/openapi.js.map +1 -0
  94. package/dist/src/generator/refreshSnapshots.d.ts +1 -0
  95. package/dist/src/generator/refreshSnapshots.js +28 -0
  96. package/dist/src/generator/refreshSnapshots.js.map +1 -0
  97. package/dist/src/generator/render.d.ts +3 -0
  98. package/dist/src/generator/render.js +580 -0
  99. package/dist/src/generator/render.js.map +1 -0
  100. package/dist/src/runtime/execute.d.ts +2 -0
  101. package/dist/src/runtime/execute.js +25 -0
  102. package/dist/src/runtime/execute.js.map +1 -0
  103. package/dist/src/runtime/jsonApi.d.ts +3 -0
  104. package/dist/src/runtime/jsonApi.js +43 -0
  105. package/dist/src/runtime/jsonApi.js.map +1 -0
  106. package/dist/src/runtime/pagination.d.ts +8 -0
  107. package/dist/src/runtime/pagination.js +68 -0
  108. package/dist/src/runtime/pagination.js.map +1 -0
  109. package/dist/src/runtime/request.d.ts +22 -0
  110. package/dist/src/runtime/request.js +93 -0
  111. package/dist/src/runtime/request.js.map +1 -0
  112. package/dist/src/runtime/resourceLocator.d.ts +1 -0
  113. package/dist/src/runtime/resourceLocator.js +15 -0
  114. package/dist/src/runtime/resourceLocator.js.map +1 -0
  115. package/dist/tests/generator.test.d.ts +1 -0
  116. package/dist/tests/generator.test.js +622 -0
  117. package/dist/tests/generator.test.js.map +1 -0
  118. package/dist/tests/metadata.test.d.ts +1 -0
  119. package/dist/tests/metadata.test.js +124 -0
  120. package/dist/tests/metadata.test.js.map +1 -0
  121. package/dist/tests/runtime.test.d.ts +1 -0
  122. package/dist/tests/runtime.test.js +181 -0
  123. package/dist/tests/runtime.test.js.map +1 -0
  124. package/package.json +80 -0
package/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Hoboken Grace
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,79 @@
1
+ # n8n-nodes-pco
2
+
3
+ Generated n8n community nodes for Planning Center Online.
4
+
5
+ ## Authentication
6
+
7
+ Create a Planning Center Personal Access Token in Planning Center, then create
8
+ the `Planning Center PAT API` credential in n8n with:
9
+
10
+ - Application ID
11
+ - Secret
12
+ - Base URL, defaulting to `https://api.planningcenteronline.com`
13
+
14
+ The credential test calls `GET {baseUrl}/people/v2/me` to verify access. The
15
+ secret is only used for Basic authentication and is not included in node output
16
+ or package-created errors.
17
+
18
+ ## Generated Nodes
19
+
20
+ This package generates one node per Planning Center product. The bootstrap
21
+ includes People, Groups, and Giving. Generated operations call shared runtime
22
+ helpers for authentication, retries, pagination, Continue On Fail handling, and
23
+ JSON:API output normalization.
24
+
25
+ Generated source lives under `nodes/generated/<product>` and should not be
26
+ hand-edited. Update the generator or OpenAPI snapshots, then regenerate.
27
+
28
+ ## OpenAPI Snapshots
29
+
30
+ Committed OpenAPI inputs live at `openapi/<product>/<date>.json`. Normal
31
+ generation uses those files so local builds and CI are deterministic and do not
32
+ depend on Planning Center's OpenAPI endpoint availability.
33
+
34
+ Refresh snapshots explicitly with:
35
+
36
+ ```sh
37
+ pnpm openapi:refresh
38
+ ```
39
+
40
+ Review the snapshot diff before regenerating nodes.
41
+
42
+ ## Generation
43
+
44
+ Regenerate committed node source from the active snapshots with:
45
+
46
+ ```sh
47
+ pnpm generate
48
+ ```
49
+
50
+ Check for generated-source drift without keeping changes with:
51
+
52
+ ```sh
53
+ pnpm generate:check
54
+ ```
55
+
56
+ ## Local Checks
57
+
58
+ Run the same checks used by CI:
59
+
60
+ ```sh
61
+ pnpm generate:check
62
+ pnpm test
63
+ pnpm lint
64
+ pnpm build
65
+ ```
66
+
67
+ `pnpm build` compiles committed source and copies assets. It does not run
68
+ generation.
69
+
70
+ ## Publishing
71
+
72
+ Maintainers can follow the release checklist in [docs/publishing.md](docs/publishing.md)
73
+ to publish the package from GitHub Actions with npm provenance.
74
+
75
+ ## OAuth Later
76
+
77
+ The bootstrap intentionally ships PAT authentication first. Generated operations
78
+ depend on shared Planning Center request helpers, so a future OAuth credential
79
+ can authenticate the same operation surface without endpoint-by-endpoint rewrites.
@@ -0,0 +1,9 @@
1
+ import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
2
+ export declare class PlanningCenterPatApi implements ICredentialType {
3
+ name: string;
4
+ displayName: string;
5
+ documentationUrl: string;
6
+ properties: INodeProperties[];
7
+ authenticate: IAuthenticateGeneric;
8
+ test: ICredentialTestRequest;
9
+ }
@@ -0,0 +1,84 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlanningCenterPatApi = void 0;
4
+ class PlanningCenterPatApi {
5
+ name = 'planningCenterPatApi';
6
+ displayName = 'Planning Center PAT API';
7
+ documentationUrl = 'https://developer.planning.center/docs/#/overview/authentication';
8
+ properties = [
9
+ {
10
+ displayName: 'Application ID',
11
+ name: 'applicationId',
12
+ type: 'string',
13
+ default: '',
14
+ required: true,
15
+ },
16
+ {
17
+ displayName: 'Secret',
18
+ name: 'secret',
19
+ type: 'string',
20
+ typeOptions: {
21
+ password: true,
22
+ },
23
+ default: '',
24
+ required: true,
25
+ },
26
+ {
27
+ displayName: 'Base URL',
28
+ name: 'baseUrl',
29
+ type: 'string',
30
+ default: 'https://api.planningcenteronline.com',
31
+ required: true,
32
+ description: 'API root URL. Override only for proxies or alternate Planning Center API roots.',
33
+ },
34
+ ];
35
+ authenticate = {
36
+ type: 'generic',
37
+ properties: {
38
+ auth: {
39
+ username: '={{$credentials.applicationId}}',
40
+ password: '={{$credentials.secret}}',
41
+ sendImmediately: true,
42
+ },
43
+ },
44
+ };
45
+ test = {
46
+ request: {
47
+ baseURL: '={{$credentials.baseUrl}}',
48
+ url: '/api/v2/personal_access_tokens',
49
+ method: 'GET',
50
+ },
51
+ rules: [
52
+ {
53
+ type: 'responseCode',
54
+ properties: {
55
+ value: 401,
56
+ message: 'Planning Center returned 401 Unauthorized while testing /api/v2/personal_access_tokens. Check that Application ID and Secret were copied from the same Personal Access Token with no extra whitespace.',
57
+ },
58
+ },
59
+ {
60
+ type: 'responseCode',
61
+ properties: {
62
+ value: 403,
63
+ message: 'Planning Center returned 403 Forbidden while testing /api/v2/personal_access_tokens. The PAT authenticated, but this user or token cannot access the API app personal access token endpoint.',
64
+ },
65
+ },
66
+ {
67
+ type: 'responseCode',
68
+ properties: {
69
+ value: 404,
70
+ message: 'Planning Center returned 404 Not Found while testing /api/v2/personal_access_tokens. Check the Base URL; it should usually be https://api.planningcenteronline.com.',
71
+ },
72
+ },
73
+ {
74
+ type: 'responseCode',
75
+ properties: {
76
+ value: 429,
77
+ message: 'Planning Center returned 429 Too Many Requests while testing credentials. Wait and retry after the rate-limit window resets.',
78
+ },
79
+ },
80
+ ],
81
+ };
82
+ }
83
+ exports.PlanningCenterPatApi = PlanningCenterPatApi;
84
+ //# sourceMappingURL=PlanningCenterPatApi.credentials.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlanningCenterPatApi.credentials.js","sourceRoot":"","sources":["../../credentials/PlanningCenterPatApi.credentials.ts"],"names":[],"mappings":";;;AAOA,MAAa,oBAAoB;IAC/B,IAAI,GAAG,sBAAsB,CAAC;IAE9B,WAAW,GAAG,yBAAyB,CAAC;IAExC,gBAAgB,GAAG,kEAAkE,CAAC;IAEtF,UAAU,GAAsB;QAC9B;YACE,WAAW,EAAE,gBAAgB;YAC7B,IAAI,EAAE,eAAe;YACrB,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;SACf;QACD;YACE,WAAW,EAAE,QAAQ;YACrB,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,QAAQ;YACd,WAAW,EAAE;gBACX,QAAQ,EAAE,IAAI;aACf;YACD,OAAO,EAAE,EAAE;YACX,QAAQ,EAAE,IAAI;SACf;QACD;YACE,WAAW,EAAE,UAAU;YACvB,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,QAAQ;YACd,OAAO,EAAE,sCAAsC;YAC/C,QAAQ,EAAE,IAAI;YACd,WAAW,EAAE,iFAAiF;SAC/F;KACF,CAAC;IAEF,YAAY,GAAyB;QACnC,IAAI,EAAE,SAAS;QACf,UAAU,EAAE;YACV,IAAI,EAAE;gBACJ,QAAQ,EAAE,iCAAiC;gBAC3C,QAAQ,EAAE,0BAA0B;gBACpC,eAAe,EAAE,IAAI;aACtB;SACF;KACF,CAAC;IAEF,IAAI,GAA2B;QAC7B,OAAO,EAAE;YACP,OAAO,EAAE,2BAA2B;YACpC,GAAG,EAAE,gCAAgC;YACrC,MAAM,EAAE,KAAK;SACd;QACD,KAAK,EAAE;YACL;gBACE,IAAI,EAAE,cAAc;gBACpB,UAAU,EAAE;oBACV,KAAK,EAAE,GAAG;oBACV,OAAO,EACL,wMAAwM;iBAC3M;aACF;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,UAAU,EAAE;oBACV,KAAK,EAAE,GAAG;oBACV,OAAO,EACL,8LAA8L;iBACjM;aACF;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,UAAU,EAAE;oBACV,KAAK,EAAE,GAAG;oBACV,OAAO,EACL,qKAAqK;iBACxK;aACF;YACD;gBACE,IAAI,EAAE,cAAc;gBACpB,UAAU,EAAE;oBACV,KAAK,EAAE,GAAG;oBACV,OAAO,EACL,8HAA8H;iBACjI;aACF;SACF;KACF,CAAC;CACH;AAvFD,oDAuFC"}
@@ -0,0 +1,12 @@
1
+ export { PlanningCenterPatApi } from './credentials/PlanningCenterPatApi.credentials';
2
+ export { PlanningCenterApi } from './nodes/generated/api/PlanningCenterApi.node';
3
+ export { PlanningCenterCalendar } from './nodes/generated/calendar/PlanningCenterCalendar.node';
4
+ export { PlanningCenterCheckIns } from './nodes/generated/check-ins/PlanningCenterCheckIns.node';
5
+ export { PlanningCenterCurrent } from './nodes/generated/current/PlanningCenterCurrent.node';
6
+ export { PlanningCenterGiving } from './nodes/generated/giving/PlanningCenterGiving.node';
7
+ export { PlanningCenterGroups } from './nodes/generated/groups/PlanningCenterGroups.node';
8
+ export { PlanningCenterPeople } from './nodes/generated/people/PlanningCenterPeople.node';
9
+ export { PlanningCenterPublishing } from './nodes/generated/publishing/PlanningCenterPublishing.node';
10
+ export { PlanningCenterRegistrations } from './nodes/generated/registrations/PlanningCenterRegistrations.node';
11
+ export { PlanningCenterServices } from './nodes/generated/services/PlanningCenterServices.node';
12
+ export { PlanningCenterWebhooks } from './nodes/generated/webhooks/PlanningCenterWebhooks.node';
package/dist/index.js ADDED
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PlanningCenterWebhooks = exports.PlanningCenterServices = exports.PlanningCenterRegistrations = exports.PlanningCenterPublishing = exports.PlanningCenterPeople = exports.PlanningCenterGroups = exports.PlanningCenterGiving = exports.PlanningCenterCurrent = exports.PlanningCenterCheckIns = exports.PlanningCenterCalendar = exports.PlanningCenterApi = exports.PlanningCenterPatApi = void 0;
4
+ var PlanningCenterPatApi_credentials_1 = require("./credentials/PlanningCenterPatApi.credentials");
5
+ Object.defineProperty(exports, "PlanningCenterPatApi", { enumerable: true, get: function () { return PlanningCenterPatApi_credentials_1.PlanningCenterPatApi; } });
6
+ var PlanningCenterApi_node_1 = require("./nodes/generated/api/PlanningCenterApi.node");
7
+ Object.defineProperty(exports, "PlanningCenterApi", { enumerable: true, get: function () { return PlanningCenterApi_node_1.PlanningCenterApi; } });
8
+ var PlanningCenterCalendar_node_1 = require("./nodes/generated/calendar/PlanningCenterCalendar.node");
9
+ Object.defineProperty(exports, "PlanningCenterCalendar", { enumerable: true, get: function () { return PlanningCenterCalendar_node_1.PlanningCenterCalendar; } });
10
+ var PlanningCenterCheckIns_node_1 = require("./nodes/generated/check-ins/PlanningCenterCheckIns.node");
11
+ Object.defineProperty(exports, "PlanningCenterCheckIns", { enumerable: true, get: function () { return PlanningCenterCheckIns_node_1.PlanningCenterCheckIns; } });
12
+ var PlanningCenterCurrent_node_1 = require("./nodes/generated/current/PlanningCenterCurrent.node");
13
+ Object.defineProperty(exports, "PlanningCenterCurrent", { enumerable: true, get: function () { return PlanningCenterCurrent_node_1.PlanningCenterCurrent; } });
14
+ var PlanningCenterGiving_node_1 = require("./nodes/generated/giving/PlanningCenterGiving.node");
15
+ Object.defineProperty(exports, "PlanningCenterGiving", { enumerable: true, get: function () { return PlanningCenterGiving_node_1.PlanningCenterGiving; } });
16
+ var PlanningCenterGroups_node_1 = require("./nodes/generated/groups/PlanningCenterGroups.node");
17
+ Object.defineProperty(exports, "PlanningCenterGroups", { enumerable: true, get: function () { return PlanningCenterGroups_node_1.PlanningCenterGroups; } });
18
+ var PlanningCenterPeople_node_1 = require("./nodes/generated/people/PlanningCenterPeople.node");
19
+ Object.defineProperty(exports, "PlanningCenterPeople", { enumerable: true, get: function () { return PlanningCenterPeople_node_1.PlanningCenterPeople; } });
20
+ var PlanningCenterPublishing_node_1 = require("./nodes/generated/publishing/PlanningCenterPublishing.node");
21
+ Object.defineProperty(exports, "PlanningCenterPublishing", { enumerable: true, get: function () { return PlanningCenterPublishing_node_1.PlanningCenterPublishing; } });
22
+ var PlanningCenterRegistrations_node_1 = require("./nodes/generated/registrations/PlanningCenterRegistrations.node");
23
+ Object.defineProperty(exports, "PlanningCenterRegistrations", { enumerable: true, get: function () { return PlanningCenterRegistrations_node_1.PlanningCenterRegistrations; } });
24
+ var PlanningCenterServices_node_1 = require("./nodes/generated/services/PlanningCenterServices.node");
25
+ Object.defineProperty(exports, "PlanningCenterServices", { enumerable: true, get: function () { return PlanningCenterServices_node_1.PlanningCenterServices; } });
26
+ var PlanningCenterWebhooks_node_1 = require("./nodes/generated/webhooks/PlanningCenterWebhooks.node");
27
+ Object.defineProperty(exports, "PlanningCenterWebhooks", { enumerable: true, get: function () { return PlanningCenterWebhooks_node_1.PlanningCenterWebhooks; } });
28
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":";;;AAAA,mGAAsF;AAA7E,wIAAA,oBAAoB,OAAA;AAC7B,uFAAiF;AAAxE,2HAAA,iBAAiB,OAAA;AAC1B,sGAAgG;AAAvF,qIAAA,sBAAsB,OAAA;AAC/B,uGAAiG;AAAxF,qIAAA,sBAAsB,OAAA;AAC/B,mGAA6F;AAApF,mIAAA,qBAAqB,OAAA;AAC9B,gGAA0F;AAAjF,iIAAA,oBAAoB,OAAA;AAC7B,gGAA0F;AAAjF,iIAAA,oBAAoB,OAAA;AAC7B,gGAA0F;AAAjF,iIAAA,oBAAoB,OAAA;AAC7B,4GAAsG;AAA7F,yIAAA,wBAAwB,OAAA;AACjC,qHAA+G;AAAtG,+IAAA,2BAA2B,OAAA;AACpC,sGAAgG;AAAvF,qIAAA,sBAAsB,OAAA;AAC/B,sGAAgG;AAAvF,qIAAA,sBAAsB,OAAA"}
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#2F6BE8"/>
3
+ <path d="M25.3235 45H19.3917L28.43 18.8182H35.5636L44.5891 45H38.6573L32.0991 24.8011H31.8945L25.3235 45ZM24.9528 34.7088H38.9641V39.0298H24.9528V34.7088Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#D2523D"/>
3
+ <path d="M43.8413 27.9844H38.2418C38.1396 27.2599 37.9308 26.6165 37.6154 26.054C37.3001 25.483 36.8952 24.9972 36.4009 24.5966C35.9066 24.196 35.3356 23.8892 34.6879 23.6761C34.0487 23.4631 33.354 23.3565 32.604 23.3565C31.2489 23.3565 30.0685 23.6932 29.0629 24.3665C28.0572 25.0312 27.2773 26.0028 26.7234 27.2812C26.1694 28.5511 25.8924 30.0937 25.8924 31.9091C25.8924 33.7756 26.1694 35.3437 26.7234 36.6136C27.2859 37.8835 28.07 38.8423 29.0756 39.4901C30.0813 40.1378 31.2447 40.4616 32.5657 40.4616C33.3072 40.4616 33.9933 40.3636 34.6239 40.1676C35.2631 39.9716 35.8299 39.6861 36.3242 39.3111C36.8185 38.9276 37.2276 38.4631 37.5515 37.9176C37.8839 37.3722 38.114 36.75 38.2418 36.0511L43.8413 36.0767C43.6964 37.2784 43.3342 38.4375 42.7546 39.554C42.1836 40.6619 41.4123 41.6548 40.4407 42.5327C39.4776 43.402 38.3271 44.0923 36.989 44.6037C35.6594 45.1065 34.1552 45.358 32.4762 45.358C30.141 45.358 28.0529 44.8295 26.212 43.7727C24.3796 42.7159 22.9308 41.1861 21.8654 39.1832C20.8086 37.1804 20.2802 34.7557 20.2802 31.9091C20.2802 29.054 20.8171 26.625 21.891 24.6222C22.9648 22.6193 24.4222 21.0937 26.2631 20.0455C28.104 18.9886 30.1751 18.4602 32.4762 18.4602C33.9933 18.4602 35.3995 18.6733 36.695 19.0994C37.9989 19.5256 39.1538 20.1477 40.1594 20.9659C41.1651 21.7756 41.9833 22.7685 42.614 23.9446C43.2532 25.1207 43.6623 26.4673 43.8413 27.9844Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#8F65A1"/>
3
+ <path d="M43.8413 27.9844H38.2418C38.1396 27.2599 37.9308 26.6165 37.6154 26.054C37.3001 25.483 36.8952 24.9972 36.4009 24.5966C35.9066 24.196 35.3356 23.8892 34.6879 23.6761C34.0487 23.4631 33.354 23.3565 32.604 23.3565C31.2489 23.3565 30.0685 23.6932 29.0629 24.3665C28.0572 25.0312 27.2773 26.0028 26.7234 27.2812C26.1694 28.5511 25.8924 30.0937 25.8924 31.9091C25.8924 33.7756 26.1694 35.3437 26.7234 36.6136C27.2859 37.8835 28.07 38.8423 29.0756 39.4901C30.0813 40.1378 31.2447 40.4616 32.5657 40.4616C33.3072 40.4616 33.9933 40.3636 34.6239 40.1676C35.2631 39.9716 35.8299 39.6861 36.3242 39.3111C36.8185 38.9276 37.2276 38.4631 37.5515 37.9176C37.8839 37.3722 38.114 36.75 38.2418 36.0511L43.8413 36.0767C43.6964 37.2784 43.3342 38.4375 42.7546 39.554C42.1836 40.6619 41.4123 41.6548 40.4407 42.5327C39.4776 43.402 38.3271 44.0923 36.989 44.6037C35.6594 45.1065 34.1552 45.358 32.4762 45.358C30.141 45.358 28.0529 44.8295 26.212 43.7727C24.3796 42.7159 22.9308 41.1861 21.8654 39.1832C20.8086 37.1804 20.2802 34.7557 20.2802 31.9091C20.2802 29.054 20.8171 26.625 21.891 24.6222C22.9648 22.6193 24.4222 21.0937 26.2631 20.0455C28.104 18.9886 30.1751 18.4602 32.4762 18.4602C33.9933 18.4602 35.3995 18.6733 36.695 19.0994C37.9989 19.5256 39.1538 20.1477 40.1594 20.9659C41.1651 21.7756 41.9833 22.7685 42.614 23.9446C43.2532 25.1207 43.6623 26.4673 43.8413 27.9844Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#315FD6"/>
3
+ <path d="M43.8413 27.9844H38.2418C38.1396 27.2599 37.9308 26.6165 37.6154 26.054C37.3001 25.483 36.8952 24.9972 36.4009 24.5966C35.9066 24.196 35.3356 23.8892 34.6879 23.6761C34.0487 23.4631 33.354 23.3565 32.604 23.3565C31.2489 23.3565 30.0685 23.6932 29.0629 24.3665C28.0572 25.0312 27.2773 26.0028 26.7234 27.2812C26.1694 28.5511 25.8924 30.0937 25.8924 31.9091C25.8924 33.7756 26.1694 35.3437 26.7234 36.6136C27.2859 37.8835 28.07 38.8423 29.0756 39.4901C30.0813 40.1378 31.2447 40.4616 32.5657 40.4616C33.3072 40.4616 33.9933 40.3636 34.6239 40.1676C35.2631 39.9716 35.8299 39.6861 36.3242 39.3111C36.8185 38.9276 37.2276 38.4631 37.5515 37.9176C37.8839 37.3722 38.114 36.75 38.2418 36.0511L43.8413 36.0767C43.6964 37.2784 43.3342 38.4375 42.7546 39.554C42.1836 40.6619 41.4123 41.6548 40.4407 42.5327C39.4776 43.402 38.3271 44.0923 36.989 44.6037C35.6594 45.1065 34.1552 45.358 32.4762 45.358C30.141 45.358 28.0529 44.8295 26.212 43.7727C24.3796 42.7159 22.9308 41.1861 21.8654 39.1832C20.8086 37.1804 20.2802 34.7557 20.2802 31.9091C20.2802 29.054 20.8171 26.625 21.891 24.6222C22.9648 22.6193 24.4222 21.0937 26.2631 20.0455C28.104 18.9886 30.1751 18.4602 32.4762 18.4602C33.9933 18.4602 35.3995 18.6733 36.695 19.0994C37.9989 19.5256 39.1538 20.1477 40.1594 20.9659C41.1651 21.7756 41.9833 22.7685 42.614 23.9446C43.2532 25.1207 43.6623 26.4673 43.8413 27.9844Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#E6B43A"/>
3
+ <path d="M37.943 27.2812C37.764 26.6591 37.5126 26.1094 37.1887 25.6321C36.8649 25.1463 36.4686 24.7372 35.9998 24.4048C35.5396 24.0639 35.0112 23.804 34.4146 23.625C33.8265 23.446 33.1745 23.3565 32.4586 23.3565C31.1206 23.3565 29.9444 23.6889 28.9302 24.3537C27.9245 25.0185 27.1404 25.9858 26.5779 27.2557C26.0154 28.517 25.7342 30.0597 25.7342 31.8835C25.7342 33.7074 26.0112 35.2585 26.5652 36.5369C27.1191 37.8153 27.9032 38.7912 28.9174 39.4645C29.9316 40.1293 31.1291 40.4616 32.5098 40.4616C33.7626 40.4616 34.8322 40.2401 35.7186 39.7969C36.6135 39.3452 37.2953 38.7102 37.764 37.892C38.2413 37.0739 38.4799 36.1065 38.4799 34.9901L39.6049 35.1562H32.8549V30.9886H43.8109V34.2869C43.8109 36.5881 43.3251 38.5653 42.3535 40.2188C41.3819 41.8636 40.0439 43.1335 38.3393 44.0284C36.6348 44.9148 34.6831 45.358 32.4842 45.358C30.0297 45.358 27.8734 44.8168 26.0154 43.7344C24.1575 42.6435 22.7086 41.0966 21.6689 39.0938C20.6376 37.0824 20.122 34.696 20.122 31.9347C20.122 29.8125 20.4288 27.9205 21.0424 26.2585C21.6646 24.5881 22.5339 23.1733 23.6504 22.0142C24.7669 20.8551 26.0666 19.973 27.5495 19.3679C29.0325 18.7628 30.639 18.4602 32.3691 18.4602C33.8521 18.4602 35.2328 18.6776 36.5112 19.1122C37.7896 19.5384 38.9231 20.1435 39.9118 20.9276C40.9089 21.7116 41.7228 22.6449 42.3535 23.7273C42.9842 24.8011 43.389 25.9858 43.568 27.2812H37.943Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#E96B32"/>
3
+ <path d="M37.943 27.2812C37.764 26.6591 37.5126 26.1094 37.1887 25.6321C36.8649 25.1463 36.4686 24.7372 35.9998 24.4048C35.5396 24.0639 35.0112 23.804 34.4146 23.625C33.8265 23.446 33.1745 23.3565 32.4586 23.3565C31.1206 23.3565 29.9444 23.6889 28.9302 24.3537C27.9245 25.0185 27.1404 25.9858 26.5779 27.2557C26.0154 28.517 25.7342 30.0597 25.7342 31.8835C25.7342 33.7074 26.0112 35.2585 26.5652 36.5369C27.1191 37.8153 27.9032 38.7912 28.9174 39.4645C29.9316 40.1293 31.1291 40.4616 32.5098 40.4616C33.7626 40.4616 34.8322 40.2401 35.7186 39.7969C36.6135 39.3452 37.2953 38.7102 37.764 37.892C38.2413 37.0739 38.4799 36.1065 38.4799 34.9901L39.6049 35.1562H32.8549V30.9886H43.8109V34.2869C43.8109 36.5881 43.3251 38.5653 42.3535 40.2188C41.3819 41.8636 40.0439 43.1335 38.3393 44.0284C36.6348 44.9148 34.6831 45.358 32.4842 45.358C30.0297 45.358 27.8734 44.8168 26.0154 43.7344C24.1575 42.6435 22.7086 41.0966 21.6689 39.0938C20.6376 37.0824 20.122 34.696 20.122 31.9347C20.122 29.8125 20.4288 27.9205 21.0424 26.2585C21.6646 24.5881 22.5339 23.1733 23.6504 22.0142C24.7669 20.8551 26.0666 19.973 27.5495 19.3679C29.0325 18.7628 30.639 18.4602 32.3691 18.4602C33.8521 18.4602 35.2328 18.6776 36.5112 19.1122C37.7896 19.5384 38.9231 20.1435 39.9118 20.9276C40.9089 21.7116 41.7228 22.6449 42.3535 23.7273C42.9842 24.8011 43.389 25.9858 43.568 27.2812H37.943Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="Planning Center placeholder icon">
2
+ <rect width="64" height="64" rx="14" fill="#1f6feb"/>
3
+ <path fill="#fff" d="M18 18h17c7 0 12 5 12 12s-5 12-12 12h-8v8h-9V18Zm9 8v8h7c2 0 4-2 4-4s-2-4-4-4h-7Z"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#3576D8"/>
3
+ <path d="M22.6213 45V18.8182H32.9508C34.9366 18.8182 36.6284 19.1974 38.0261 19.956C39.4238 20.706 40.4892 21.75 41.2221 23.0881C41.9636 24.4176 42.3343 25.9517 42.3343 27.6903C42.3343 29.429 41.9593 30.9631 41.2093 32.2926C40.4593 33.6222 39.3727 34.6577 37.9494 35.3991C36.5346 36.1406 34.8216 36.5114 32.8102 36.5114H26.2264V32.0753H31.9153C32.9806 32.0753 33.8585 31.892 34.5488 31.5256C35.2477 31.1506 35.7676 30.6349 36.1085 29.9787C36.4579 29.3139 36.6326 28.5511 36.6326 27.6903C36.6326 26.821 36.4579 26.0625 36.1085 25.4148C35.7676 24.7585 35.2477 24.2514 34.5488 23.8935C33.85 23.527 32.9636 23.3438 31.8897 23.3438H28.1568V45H22.6213Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#565B68"/>
3
+ <path d="M22.6213 45V18.8182H32.9508C34.9366 18.8182 36.6284 19.1974 38.0261 19.956C39.4238 20.706 40.4892 21.75 41.2221 23.0881C41.9636 24.4176 42.3343 25.9517 42.3343 27.6903C42.3343 29.429 41.9593 30.9631 41.2093 32.2926C40.4593 33.6222 39.3727 34.6577 37.9494 35.3991C36.5346 36.1406 34.8216 36.5114 32.8102 36.5114H26.2264V32.0753H31.9153C32.9806 32.0753 33.8585 31.892 34.5488 31.5256C35.2477 31.1506 35.7676 30.6349 36.1085 29.9787C36.4579 29.3139 36.6326 28.5511 36.6326 27.6903C36.6326 26.821 36.4579 26.0625 36.1085 25.4148C35.7676 24.7585 35.2477 24.2514 34.5488 23.8935C33.85 23.527 32.9636 23.3438 31.8897 23.3438H28.1568V45H22.6213Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#3E9A91"/>
3
+ <path d="M22.4631 45V18.8182H32.7926C34.7699 18.8182 36.4574 19.1719 37.8551 19.8793C39.2614 20.5781 40.331 21.571 41.0639 22.858C41.8054 24.1364 42.1761 25.6406 42.1761 27.3707C42.1761 29.1094 41.8011 30.6051 41.0511 31.858C40.3011 33.1023 39.2145 34.0568 37.7912 34.7216C36.3764 35.3864 34.6634 35.7188 32.652 35.7188H25.7358V31.2699H31.7571C32.8139 31.2699 33.6918 31.125 34.3906 30.8352C35.0895 30.5455 35.6094 30.1108 35.9503 29.5312C36.2997 28.9517 36.4744 28.2315 36.4744 27.3707C36.4744 26.5014 36.2997 25.7685 35.9503 25.1719C35.6094 24.5753 35.0852 24.1236 34.3778 23.8168C33.679 23.5014 32.7969 23.3438 31.7315 23.3438H27.9986V45H22.4631ZM36.6023 33.0852L43.1094 45H36.9986L30.6321 33.0852H36.6023Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#719E3B"/>
3
+ <path d="M36.6838 26.348C36.5815 25.3168 36.1426 24.5156 35.367 23.9446C34.5914 23.3736 33.5389 23.0881 32.2093 23.0881C31.3059 23.0881 30.5431 23.2159 29.921 23.4716C29.2988 23.7188 28.8216 24.0639 28.4892 24.5071C28.1653 24.9503 28.0034 25.4531 28.0034 26.0156C27.9863 26.4844 28.0843 26.8935 28.2974 27.2429C28.519 27.5923 28.8216 27.8949 29.2051 28.1506C29.5886 28.3977 30.0318 28.6151 30.5346 28.8026C31.0375 28.9815 31.5744 29.1349 32.1454 29.2628L34.4977 29.8253C35.6397 30.081 36.688 30.4219 37.6426 30.848C38.5971 31.2741 39.4238 31.7983 40.1227 32.4205C40.8216 33.0426 41.3627 33.7756 41.7463 34.6193C42.1383 35.4631 42.3386 36.4304 42.3471 37.5213C42.3386 39.1236 41.9295 40.5128 41.1199 41.6889C40.3187 42.8565 39.1596 43.7642 37.6426 44.4119C36.1341 45.0511 34.3145 45.3707 32.1838 45.3707C30.0701 45.3707 28.2292 45.0469 26.661 44.3991C25.1014 43.7514 23.8826 42.7926 23.0048 41.5227C22.1355 40.2443 21.6795 38.6634 21.6369 36.7798H26.9934C27.0531 37.6577 27.3045 38.3906 27.7477 38.9787C28.1994 39.5582 28.8002 39.9972 29.5502 40.2955C30.3088 40.5852 31.1653 40.7301 32.1199 40.7301C33.0574 40.7301 33.8713 40.5937 34.5616 40.321C35.2605 40.0483 35.8017 39.669 36.1852 39.1832C36.5687 38.6974 36.7605 38.1392 36.7605 37.5085C36.7605 36.9205 36.5858 36.4261 36.2363 36.0256C35.8954 35.625 35.3926 35.2841 34.7278 35.0028C34.0716 34.7216 33.2662 34.4659 32.3116 34.2358L29.4608 33.5199C27.2534 32.983 25.5105 32.1435 24.2321 31.0014C22.9537 29.8594 22.3187 28.321 22.3272 26.3864C22.3187 24.8011 22.7406 23.4162 23.5929 22.2315C24.4537 21.0469 25.6341 20.1222 27.1341 19.4574C28.6341 18.7926 30.3386 18.4602 32.2477 18.4602C34.1909 18.4602 35.8869 18.7926 37.3358 19.4574C38.7931 20.1222 39.9267 21.0469 40.7363 22.2315C41.546 23.4162 41.9636 24.7884 41.9892 26.348H36.6838Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M43 4H21C11.6112 4 4 11.6112 4 21V43C4 52.3888 11.6112 60 21 60H43C52.3888 60 60 52.3888 60 43V21C60 11.6112 52.3888 4 43 4Z" fill="#475569"/>
3
+ <path d="M21.5186 45L14.0272 18.8182H20.074L24.4078 37.0099H24.6252L29.4064 18.8182H34.584L39.3525 37.0483H39.5826L43.9164 18.8182H49.9632L42.4718 45H37.0769L32.0911 27.8821H31.8865L26.9135 45H21.5186Z" fill="white"/>
4
+ </svg>
@@ -0,0 +1,16 @@
1
+ import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class PlanningCenterApi implements INodeType {
3
+ description: INodeTypeDescription;
4
+ methods: {
5
+ listSearch: {
6
+ searchGetConnectedApplicationsConnectedApplicationIdConnectedApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
7
+ searchGetConnectedApplicationsConnectedApplicationIdPeopleConnectedApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
8
+ searchGetConnectedApplicationsConnectedApplicationIdPeoplePersonIdConnectedApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
9
+ searchGetOauthApplicationsOauthApplicationIdMauMauIdOauthApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
10
+ searchGetOauthApplicationsOauthApplicationIdMauOauthApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
11
+ searchGetOauthApplicationsOauthApplicationIdOauthApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
12
+ searchGetPersonalAccessTokensPersonalAccessTokenIdPersonalAccessTokenId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
13
+ };
14
+ };
15
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
16
+ }