@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="#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,130 @@
1
+ import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class PlanningCenterPublishing implements INodeType {
3
+ description: INodeTypeDescription;
4
+ methods: {
5
+ listSearch: {
6
+ searchDeleteChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelDefaultTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
7
+ searchDeleteChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
8
+ searchDeleteChannelsChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
9
+ searchDeleteChannelsChannelIdCurrentEpisodeCurrentEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
10
+ searchDeleteChannelsChannelIdEpisodesEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
11
+ searchDeleteChannelsChannelIdEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
12
+ searchDeleteChannelsChannelIdSeriesSeriesIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
13
+ searchDeleteChannelsChannelIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
14
+ searchDeleteEpisodesEpisodeIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
15
+ searchDeleteEpisodesEpisodeIdChannelChannelIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
16
+ searchDeleteEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
17
+ searchDeleteEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
18
+ searchDeleteEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
19
+ searchDeleteEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
20
+ searchDeleteEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
21
+ searchDeleteEpisodesEpisodeIdSeriesSeriesIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
22
+ searchDeleteEpisodesEpisodeIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
23
+ searchDeleteEpisodesEpisodeIdSpeakershipsSpeakershipIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
24
+ searchDeleteEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
25
+ searchDeleteSeriesSeriesIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
26
+ searchDeleteSeriesSeriesIdChannelChannelIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
27
+ searchDeleteSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
28
+ searchGetChannelsChannelIdChannelDefaultEpisodeResourcesChannelDefaultEpisodeResourceIdChannelDefaultEpisodeResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
29
+ searchGetChannelsChannelIdChannelDefaultEpisodeResourcesChannelDefaultEpisodeResourceIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
30
+ searchGetChannelsChannelIdChannelDefaultEpisodeResourcesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
31
+ searchGetChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelDefaultTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
32
+ searchGetChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
33
+ searchGetChannelsChannelIdChannelDefaultTimesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
34
+ searchGetChannelsChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
35
+ searchGetChannelsChannelIdCurrentEpisodeChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
36
+ searchGetChannelsChannelIdCurrentEpisodeCurrentEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
37
+ searchGetChannelsChannelIdCurrentEpisodeWhereseriesid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
38
+ searchGetChannelsChannelIdEpisodesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
39
+ searchGetChannelsChannelIdEpisodesEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
40
+ searchGetChannelsChannelIdEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
41
+ searchGetChannelsChannelIdEpisodesWhereseriesid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
42
+ searchGetChannelsChannelIdNextTimesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
43
+ searchGetChannelsChannelIdNextTimesNextTimeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
44
+ searchGetChannelsChannelIdSeriesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
45
+ searchGetChannelsChannelIdSeriesSeriesIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
46
+ searchGetChannelsChannelIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
47
+ searchGetChannelsChannelIdSeriesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
48
+ searchGetChannelsChannelIdStatisticsChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
49
+ searchGetChannelsChannelIdStatisticsStatisticIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
50
+ searchGetEpisodesEpisodeIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
51
+ searchGetEpisodesEpisodeIdChannelChannelIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
52
+ searchGetEpisodesEpisodeIdChannelEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
53
+ searchGetEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
54
+ searchGetEpisodesEpisodeIdEpisodeResourcesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
55
+ searchGetEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
56
+ searchGetEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
57
+ searchGetEpisodesEpisodeIdEpisodeTimesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
58
+ searchGetEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
59
+ searchGetEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
60
+ searchGetEpisodesEpisodeIdNoteTemplateEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
61
+ searchGetEpisodesEpisodeIdSeriesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
62
+ searchGetEpisodesEpisodeIdSeriesSeriesIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
63
+ searchGetEpisodesEpisodeIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
64
+ searchGetEpisodesEpisodeIdSeriesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
65
+ searchGetEpisodesEpisodeIdSpeakershipsEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
66
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
67
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakerEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
68
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
69
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakerSpeakerIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
70
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakerSpeakerIdSpeakerId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
71
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakerSpeakerIdSpeakershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
72
+ searchGetEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakerSpeakershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
73
+ searchGetEpisodesWhereseriesid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
74
+ searchGetSeriesSeriesIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
75
+ searchGetSeriesSeriesIdChannelChannelIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
76
+ searchGetSeriesSeriesIdChannelSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
77
+ searchGetSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
78
+ searchGetSeriesWhereid: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
79
+ searchGetSpeakersSpeakerIdSpeakerId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
80
+ searchPatchChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelDefaultTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
81
+ searchPatchChannelsChannelIdChannelDefaultTimesChannelDefaultTimeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
82
+ searchPatchChannelsChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
83
+ searchPatchChannelsChannelIdCurrentEpisodeCurrentEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
84
+ searchPatchChannelsChannelIdCurrentEpisodeCurrentEpisodeIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
85
+ searchPatchChannelsChannelIdCurrentEpisodeCurrentEpisodeIdSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
86
+ searchPatchChannelsChannelIdEpisodesEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
87
+ searchPatchChannelsChannelIdEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
88
+ searchPatchChannelsChannelIdEpisodesEpisodeIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
89
+ searchPatchChannelsChannelIdEpisodesEpisodeIdSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
90
+ searchPatchChannelsChannelIdSeriesSeriesIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
91
+ searchPatchChannelsChannelIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
92
+ searchPatchEpisodesEpisodeIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
93
+ searchPatchEpisodesEpisodeIdChannelChannelIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
94
+ searchPatchEpisodesEpisodeIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
95
+ searchPatchEpisodesEpisodeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
96
+ searchPatchEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
97
+ searchPatchEpisodesEpisodeIdEpisodeResourcesEpisodeResourceIdEpisodeResourceId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
98
+ searchPatchEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
99
+ searchPatchEpisodesEpisodeIdEpisodeTimesEpisodeTimeIdEpisodeTimeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
100
+ searchPatchEpisodesEpisodeIdNoteTemplateEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
101
+ searchPatchEpisodesEpisodeIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
102
+ searchPatchEpisodesEpisodeIdSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
103
+ searchPatchEpisodesEpisodeIdSeriesSeriesIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
104
+ searchPatchEpisodesEpisodeIdSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
105
+ searchPatchEpisodesEpisodeIdSpeakershipsSpeakershipIdEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
106
+ searchPatchEpisodesEpisodeIdSpeakershipsSpeakershipIdSpeakershipId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
107
+ searchPatchSeriesSeriesIdChannelChannelIdChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
108
+ searchPatchSeriesSeriesIdChannelChannelIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
109
+ searchPatchSeriesSeriesIdSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
110
+ searchPostChannelsChannelIdChannelDefaultTimesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
111
+ searchPostChannelsChannelIdCurrentEpisodeChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
112
+ searchPostChannelsChannelIdCurrentEpisodeSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
113
+ searchPostChannelsChannelIdCurrentEpisodeSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
114
+ searchPostChannelsChannelIdEpisodesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
115
+ searchPostChannelsChannelIdEpisodesSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
116
+ searchPostChannelsChannelIdEpisodesSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
117
+ searchPostChannelsChannelIdSeriesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
118
+ searchPostEpisodesChannelId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
119
+ searchPostEpisodesEpisodeIdChannelEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
120
+ searchPostEpisodesEpisodeIdEpisodeResourcesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
121
+ searchPostEpisodesEpisodeIdEpisodeTimesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
122
+ searchPostEpisodesEpisodeIdGenerateDownloadUrlEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
123
+ searchPostEpisodesEpisodeIdSeriesEpisodeId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
124
+ searchPostEpisodesSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
125
+ searchPostEpisodesSeriesIds: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
126
+ searchPostSeriesSeriesIdChannelSeriesId: (this: ILoadOptionsFunctions, filter?: string) => Promise<INodeListSearchResult>;
127
+ };
128
+ };
129
+ execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
130
+ }