@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 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 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,189 @@
1
+ import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class PlanningCenterGroups implements INodeType {
3
+ description: INodeTypeDescription;
4
+ methods: {
5
+ listSearch: {
6
+ searchDeleteGroupsGroupIdMembershipsMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
7
+ searchDeleteGroupsGroupIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
8
+ searchDeleteGroupsGroupIdMyMembershipMyMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
9
+ searchDeletePeoplePersonIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
10
+ searchDeletePeoplePersonIdMembershipsMembershipIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
11
+ searchGetCampusesCampusIdCampusId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
12
+ searchGetCampusesCampusIdGroupsCampusId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
13
+ searchGetCampusesCampusIdGroupsGroupIdCampusId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
14
+ searchGetCampusesCampusIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
15
+ searchGetCampusesCampusIdGroupsWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
16
+ searchGetCampusesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
17
+ searchGetEventsEventIdAttendancesAttendanceIdPersonAttendanceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
18
+ searchGetEventsEventIdAttendancesAttendanceIdPersonEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
19
+ searchGetEventsEventIdAttendancesAttendanceIdPersonPersonIdAttendanceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
20
+ searchGetEventsEventIdAttendancesAttendanceIdPersonPersonIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
21
+ searchGetEventsEventIdAttendancesAttendanceIdPersonPersonIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
22
+ searchGetEventsEventIdAttendancesEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
23
+ searchGetEventsEventIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
24
+ searchGetEventsEventIdGroupEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
25
+ searchGetEventsEventIdGroupGroupIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
26
+ searchGetEventsEventIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
27
+ searchGetEventsEventIdGroupWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
28
+ searchGetEventsEventIdLocationEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
29
+ searchGetEventsEventIdLocationLocationIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
30
+ searchGetEventsEventIdLocationLocationIdGroupEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
31
+ searchGetEventsEventIdLocationLocationIdGroupGroupIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
32
+ searchGetEventsEventIdLocationLocationIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
33
+ searchGetEventsEventIdLocationLocationIdGroupGroupIdLocationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
34
+ searchGetEventsEventIdLocationLocationIdGroupLocationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
35
+ searchGetEventsEventIdLocationLocationIdGroupWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
36
+ searchGetEventsEventIdLocationLocationIdLocationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
37
+ searchGetEventsEventIdNotesEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
38
+ searchGetEventsEventIdNotesEventNoteIdOwnerEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
39
+ searchGetEventsEventIdNotesEventNoteIdOwnerEventNoteId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
40
+ searchGetEventsEventIdNotesEventNoteIdOwnerOwnerIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
41
+ searchGetEventsEventIdNotesEventNoteIdOwnerOwnerIdEventNoteId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
42
+ searchGetEventsEventIdNotesEventNoteIdOwnerOwnerIdOwnerId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
43
+ searchGetEventsEventIdNotesNoteIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
44
+ searchGetEventsEventIdRsvpsEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
45
+ searchGetGroupApplicationsGroupApplicationIdGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
46
+ searchGetGroupApplicationsGroupApplicationIdGroupGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
47
+ searchGetGroupApplicationsGroupApplicationIdGroupGroupIdGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
48
+ searchGetGroupApplicationsGroupApplicationIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
49
+ searchGetGroupApplicationsGroupApplicationIdGroupWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
50
+ searchGetGroupApplicationsGroupApplicationIdPersonGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
51
+ searchGetGroupApplicationsGroupApplicationIdPersonPersonIdGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
52
+ searchGetGroupApplicationsGroupApplicationIdPersonPersonIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
53
+ searchGetGroupsGroupIdApplicationsApplicationIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
54
+ searchGetGroupsGroupIdApplicationsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
55
+ searchGetGroupsGroupIdCampusesCampusIdCampusId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
56
+ searchGetGroupsGroupIdCampusesCampusIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
57
+ searchGetGroupsGroupIdCampusesGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
58
+ searchGetGroupsGroupIdCampusesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
59
+ searchGetGroupsGroupIdEnrollmentGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
60
+ searchGetGroupsGroupIdEventsEventIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
61
+ searchGetGroupsGroupIdEventsEventIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
62
+ searchGetGroupsGroupIdEventsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
63
+ searchGetGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
64
+ searchGetGroupsGroupIdGroupTypeGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
65
+ searchGetGroupsGroupIdGroupTypeGroupTypeIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
66
+ searchGetGroupsGroupIdGroupTypeGroupTypeIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
67
+ searchGetGroupsGroupIdGroupTypeWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
68
+ searchGetGroupsGroupIdLocationGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
69
+ searchGetGroupsGroupIdLocationLocationIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
70
+ searchGetGroupsGroupIdLocationLocationIdLocationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
71
+ searchGetGroupsGroupIdMembershipsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
72
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
73
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
74
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupGroupIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
75
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
76
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
77
+ searchGetGroupsGroupIdMembershipsMembershipIdGroupWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
78
+ searchGetGroupsGroupIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
79
+ searchGetGroupsGroupIdMembershipsMembershipIdPersonGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
80
+ searchGetGroupsGroupIdMembershipsMembershipIdPersonMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
81
+ searchGetGroupsGroupIdMembershipsMembershipIdPersonPersonIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
82
+ searchGetGroupsGroupIdMembershipsMembershipIdPersonPersonIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
83
+ searchGetGroupsGroupIdMembershipsMembershipIdPersonPersonIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
84
+ searchGetGroupsGroupIdMyMembershipGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
85
+ searchGetGroupsGroupIdMyMembershipMyMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
86
+ searchGetGroupsGroupIdPeopleGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
87
+ searchGetGroupsGroupIdPeoplePersonIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
88
+ searchGetGroupsGroupIdPeoplePersonIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
89
+ searchGetGroupsGroupIdResourcesGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
90
+ searchGetGroupsGroupIdResourcesResourceIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
91
+ searchGetGroupsGroupIdResourcesResourceIdResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
92
+ searchGetGroupsGroupIdTagsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
93
+ searchGetGroupsGroupIdTagsTagIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
94
+ searchGetGroupsGroupIdTagsTagIdGroupsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
95
+ searchGetGroupsGroupIdTagsTagIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
96
+ searchGetGroupsGroupIdTagsTagIdGroupsGroupIdTagId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
97
+ searchGetGroupsGroupIdTagsTagIdGroupsTagId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
98
+ searchGetGroupsGroupIdTagsTagIdGroupsWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
99
+ searchGetGroupsGroupIdTagsTagIdTagId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
100
+ searchGetGroupsGroupIdTagsWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
101
+ searchGetGroupsWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
102
+ searchGetGroupTypesGroupTypeIdEventsEventIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
103
+ searchGetGroupTypesGroupTypeIdEventsEventIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
104
+ searchGetGroupTypesGroupTypeIdEventsGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
105
+ searchGetGroupTypesGroupTypeIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
106
+ searchGetGroupTypesGroupTypeIdGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
107
+ searchGetGroupTypesGroupTypeIdGroupsGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
108
+ searchGetGroupTypesGroupTypeIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
109
+ searchGetGroupTypesGroupTypeIdResourcesGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
110
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdDownloadDownloadIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
111
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdDownloadDownloadIdResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
112
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdDownloadGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
113
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdDownloadResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
114
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
115
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
116
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdVisitGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
117
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdVisitResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
118
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdVisitVisitIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
119
+ searchGetGroupTypesGroupTypeIdResourcesResourceIdVisitVisitIdResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
120
+ searchGetGroupTypesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
121
+ searchGetPeoplePersonIdEventsEventIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
122
+ searchGetPeoplePersonIdEventsEventIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
123
+ searchGetPeoplePersonIdEventsPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
124
+ searchGetPeoplePersonIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
125
+ searchGetPeoplePersonIdGroupsGroupIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
126
+ searchGetPeoplePersonIdGroupsPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
127
+ searchGetPeoplePersonIdGroupsWheregroupTypeid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
128
+ searchGetPeoplePersonIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
129
+ searchGetPeoplePersonIdMembershipsMembershipIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
130
+ searchGetPeoplePersonIdMembershipsPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
131
+ searchGetPeoplePersonIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
132
+ searchGetTagGroupsTagGroupIdTagGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
133
+ searchGetTagGroupsTagGroupIdTagsTagGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
134
+ searchGetTagGroupsTagGroupIdTagsTagIdTagGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
135
+ searchGetTagGroupsTagGroupIdTagsTagIdTagId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
136
+ searchGetTagGroupsTagGroupIdTagsWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
137
+ searchPatchCampusesCampusIdGroupsGroupIdCampusId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
138
+ searchPatchCampusesCampusIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
139
+ searchPatchCampusesCampusIdGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
140
+ searchPatchCampusesCampusIdGroupsGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
141
+ searchPatchEventsEventIdGroupGroupIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
142
+ searchPatchEventsEventIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
143
+ searchPatchEventsEventIdGroupGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
144
+ searchPatchEventsEventIdGroupGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
145
+ searchPatchEventsEventIdLocationLocationIdGroupGroupIdEventId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
146
+ searchPatchEventsEventIdLocationLocationIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
147
+ searchPatchEventsEventIdLocationLocationIdGroupGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
148
+ searchPatchEventsEventIdLocationLocationIdGroupGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
149
+ searchPatchEventsEventIdLocationLocationIdGroupGroupIdLocationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
150
+ searchPatchGroupApplicationsGroupApplicationIdGroupGroupIdGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
151
+ searchPatchGroupApplicationsGroupApplicationIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
152
+ searchPatchGroupApplicationsGroupApplicationIdGroupGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
153
+ searchPatchGroupApplicationsGroupApplicationIdGroupGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
154
+ searchPatchGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
155
+ searchPatchGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
156
+ searchPatchGroupsGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
157
+ searchPatchGroupsGroupIdMembershipsMembershipIdGroupGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
158
+ searchPatchGroupsGroupIdMembershipsMembershipIdGroupGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
159
+ searchPatchGroupsGroupIdMembershipsMembershipIdGroupGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
160
+ searchPatchGroupsGroupIdMembershipsMembershipIdGroupGroupIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
161
+ searchPatchGroupsGroupIdMembershipsMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
162
+ searchPatchGroupsGroupIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
163
+ searchPatchGroupsGroupIdMyMembershipMyMembershipIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
164
+ searchPatchGroupsGroupIdTagsTagIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
165
+ searchPatchGroupsGroupIdTagsTagIdGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
166
+ searchPatchGroupsGroupIdTagsTagIdGroupsGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
167
+ searchPatchGroupsGroupIdTagsTagIdGroupsGroupIdTagId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
168
+ searchPatchGroupTypesGroupTypeIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
169
+ searchPatchGroupTypesGroupTypeIdGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
170
+ searchPatchGroupTypesGroupTypeIdGroupsGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
171
+ searchPatchPeoplePersonIdGroupsGroupIdGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
172
+ searchPatchPeoplePersonIdGroupsGroupIdGroupTypeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
173
+ searchPatchPeoplePersonIdGroupsGroupIdGroupTypeIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
174
+ searchPatchPeoplePersonIdGroupsGroupIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
175
+ searchPatchPeoplePersonIdMembershipsMembershipIdMembershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
176
+ searchPatchPeoplePersonIdMembershipsMembershipIdPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
177
+ searchPostGroupApplicationsGroupApplicationIdApproveGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
178
+ searchPostGroupApplicationsGroupApplicationIdRejectGroupApplicationId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
179
+ searchPostGroupsGroupIdAssignCampusesGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
180
+ searchPostGroupsGroupIdDisableChatGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
181
+ searchPostGroupsGroupIdDuplicateGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
182
+ searchPostGroupsGroupIdEnableChatGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
183
+ searchPostGroupsGroupIdMembershipsGroupId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
184
+ searchPostGroupsGroupIdMembershipsPersonId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
185
+ searchPostGroupsGroupIdMembershipsPersonIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
186
+ };
187
+ };
188
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
189
+ }