@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
@@ -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="#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,25 @@
1
+ import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class PlanningCenterWebhooks implements INodeType {
3
+ description: INodeTypeDescription;
4
+ methods: {
5
+ listSearch: {
6
+ searchDeleteWebhookSubscriptionsWebhookSubscriptionIdWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
7
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdDeliveriesDeliveryIdDeliveryId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
8
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdDeliveriesDeliveryIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
9
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdDeliveriesDeliveryIdWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
10
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdDeliveriesEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
11
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdDeliveriesWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
12
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
13
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
14
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdEventsWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
15
+ searchGetWebhookSubscriptionsWebhookSubscriptionIdWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
16
+ searchPatchWebhookSubscriptionsWebhookSubscriptionIdWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
17
+ searchPostWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdIgnoreEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
18
+ searchPostWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdIgnoreWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
19
+ searchPostWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdRedeliverEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
20
+ searchPostWebhookSubscriptionsWebhookSubscriptionIdEventsEventIdRedeliverWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
21
+ searchPostWebhookSubscriptionsWebhookSubscriptionIdRotateSecretWebhookSubscriptionId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
22
+ };
23
+ };
24
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
25
+ }