n8n-nodes-palgate 1.0.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 (203) hide show
  1. package/LICENSE.md +19 -0
  2. package/README.md +52 -0
  3. package/dist/credentials/PalGateApi.credentials.d.ts +10 -0
  4. package/dist/credentials/PalGateApi.credentials.js +50 -0
  5. package/dist/credentials/PalGateApi.credentials.js.map +1 -0
  6. package/dist/credentials/icon.svg +9 -0
  7. package/dist/icons/github.dark.svg +3 -0
  8. package/dist/icons/github.svg +3 -0
  9. package/dist/icons/icon.svg +9 -0
  10. package/dist/nodes/Example/Example.node.d.ts +5 -0
  11. package/dist/nodes/Example/Example.node.js +61 -0
  12. package/dist/nodes/Example/Example.node.js.map +1 -0
  13. package/dist/nodes/Example/Example.node.json +18 -0
  14. package/dist/nodes/Example/example.dark.svg +13 -0
  15. package/dist/nodes/Example/example.svg +13 -0
  16. package/dist/nodes/GithubIssues/GithubIssues.node.json +18 -0
  17. package/dist/nodes/GithubIssues/listSearch/getIssues.d.ts +2 -0
  18. package/dist/nodes/GithubIssues/listSearch/getIssues.js +28 -0
  19. package/dist/nodes/GithubIssues/listSearch/getIssues.js.map +1 -0
  20. package/dist/nodes/GithubIssues/listSearch/getRepositories.d.ts +2 -0
  21. package/dist/nodes/GithubIssues/listSearch/getRepositories.js +31 -0
  22. package/dist/nodes/GithubIssues/listSearch/getRepositories.js.map +1 -0
  23. package/dist/nodes/GithubIssues/listSearch/getUsers.d.ts +2 -0
  24. package/dist/nodes/GithubIssues/listSearch/getUsers.js +29 -0
  25. package/dist/nodes/GithubIssues/listSearch/getUsers.js.map +1 -0
  26. package/dist/nodes/GithubIssues/resources/issue/create.d.ts +2 -0
  27. package/dist/nodes/GithubIssues/resources/issue/create.js +75 -0
  28. package/dist/nodes/GithubIssues/resources/issue/create.js.map +1 -0
  29. package/dist/nodes/GithubIssues/resources/issue/get.d.ts +2 -0
  30. package/dist/nodes/GithubIssues/resources/issue/get.js +15 -0
  31. package/dist/nodes/GithubIssues/resources/issue/get.js.map +1 -0
  32. package/dist/nodes/GithubIssues/resources/issue/getAll.d.ts +2 -0
  33. package/dist/nodes/GithubIssues/resources/issue/getAll.js +125 -0
  34. package/dist/nodes/GithubIssues/resources/issue/getAll.js.map +1 -0
  35. package/dist/nodes/GithubIssues/resources/issue/index.d.ts +2 -0
  36. package/dist/nodes/GithubIssues/resources/issue/index.js +76 -0
  37. package/dist/nodes/GithubIssues/resources/issue/index.js.map +1 -0
  38. package/dist/nodes/GithubIssues/resources/issueComment/getAll.d.ts +2 -0
  39. package/dist/nodes/GithubIssues/resources/issueComment/getAll.js +66 -0
  40. package/dist/nodes/GithubIssues/resources/issueComment/getAll.js.map +1 -0
  41. package/dist/nodes/GithubIssues/resources/issueComment/index.d.ts +2 -0
  42. package/dist/nodes/GithubIssues/resources/issueComment/index.js +48 -0
  43. package/dist/nodes/GithubIssues/resources/issueComment/index.js.map +1 -0
  44. package/dist/nodes/GithubIssues/shared/descriptions.d.ts +4 -0
  45. package/dist/nodes/GithubIssues/shared/descriptions.js +151 -0
  46. package/dist/nodes/GithubIssues/shared/descriptions.js.map +1 -0
  47. package/dist/nodes/GithubIssues/shared/transport.d.ts +2 -0
  48. package/dist/nodes/GithubIssues/shared/transport.js +16 -0
  49. package/dist/nodes/GithubIssues/shared/transport.js.map +1 -0
  50. package/dist/nodes/GithubIssues/shared/utils.d.ts +3 -0
  51. package/dist/nodes/GithubIssues/shared/utils.js +17 -0
  52. package/dist/nodes/GithubIssues/shared/utils.js.map +1 -0
  53. package/dist/nodes/PalGate/PalGate.node.d.ts +4 -0
  54. package/dist/nodes/PalGate/PalGate.node.js +85 -0
  55. package/dist/nodes/PalGate/PalGate.node.js.map +1 -0
  56. package/dist/nodes/PalGate/icon.svg +9 -0
  57. package/dist/nodes/PalGate/resources/cars/add.d.ts +2 -0
  58. package/dist/nodes/PalGate/resources/cars/add.js +54 -0
  59. package/dist/nodes/PalGate/resources/cars/add.js.map +1 -0
  60. package/dist/nodes/PalGate/resources/cars/delete.d.ts +2 -0
  61. package/dist/nodes/PalGate/resources/cars/delete.js +28 -0
  62. package/dist/nodes/PalGate/resources/cars/delete.js.map +1 -0
  63. package/dist/nodes/PalGate/resources/cars/deleteById.d.ts +2 -0
  64. package/dist/nodes/PalGate/resources/cars/deleteById.js +28 -0
  65. package/dist/nodes/PalGate/resources/cars/deleteById.js.map +1 -0
  66. package/dist/nodes/PalGate/resources/cars/index.d.ts +2 -0
  67. package/dist/nodes/PalGate/resources/cars/index.js +91 -0
  68. package/dist/nodes/PalGate/resources/cars/index.js.map +1 -0
  69. package/dist/nodes/PalGate/resources/cars/searchInLogs.d.ts +2 -0
  70. package/dist/nodes/PalGate/resources/cars/searchInLogs.js +24 -0
  71. package/dist/nodes/PalGate/resources/cars/searchInLogs.js.map +1 -0
  72. package/dist/nodes/PalGate/resources/dashboard/getDevicesMarkers.d.ts +2 -0
  73. package/dist/nodes/PalGate/resources/dashboard/getDevicesMarkers.js +5 -0
  74. package/dist/nodes/PalGate/resources/dashboard/getDevicesMarkers.js.map +1 -0
  75. package/dist/nodes/PalGate/resources/dashboard/getFavorites.d.ts +2 -0
  76. package/dist/nodes/PalGate/resources/dashboard/getFavorites.js +5 -0
  77. package/dist/nodes/PalGate/resources/dashboard/getFavorites.js.map +1 -0
  78. package/dist/nodes/PalGate/resources/dashboard/getRecent.d.ts +2 -0
  79. package/dist/nodes/PalGate/resources/dashboard/getRecent.js +5 -0
  80. package/dist/nodes/PalGate/resources/dashboard/getRecent.js.map +1 -0
  81. package/dist/nodes/PalGate/resources/dashboard/getRecentDevicesPlaces.d.ts +2 -0
  82. package/dist/nodes/PalGate/resources/dashboard/getRecentDevicesPlaces.js +5 -0
  83. package/dist/nodes/PalGate/resources/dashboard/getRecentDevicesPlaces.js.map +1 -0
  84. package/dist/nodes/PalGate/resources/dashboard/getStatistics.d.ts +2 -0
  85. package/dist/nodes/PalGate/resources/dashboard/getStatistics.js +5 -0
  86. package/dist/nodes/PalGate/resources/dashboard/getStatistics.js.map +1 -0
  87. package/dist/nodes/PalGate/resources/dashboard/index.d.ts +2 -0
  88. package/dist/nodes/PalGate/resources/dashboard/index.js +91 -0
  89. package/dist/nodes/PalGate/resources/dashboard/index.js.map +1 -0
  90. package/dist/nodes/PalGate/resources/dashboard/updateRecent.d.ts +2 -0
  91. package/dist/nodes/PalGate/resources/dashboard/updateRecent.js +44 -0
  92. package/dist/nodes/PalGate/resources/dashboard/updateRecent.js.map +1 -0
  93. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.d.ts +2 -0
  94. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js +44 -0
  95. package/dist/nodes/PalGate/resources/dashboard/updateRecentDevicesPlaces.js.map +1 -0
  96. package/dist/nodes/PalGate/resources/devices/addUsers.d.ts +2 -0
  97. package/dist/nodes/PalGate/resources/devices/addUsers.js +33 -0
  98. package/dist/nodes/PalGate/resources/devices/addUsers.js.map +1 -0
  99. package/dist/nodes/PalGate/resources/devices/get.d.ts +2 -0
  100. package/dist/nodes/PalGate/resources/devices/get.js +15 -0
  101. package/dist/nodes/PalGate/resources/devices/get.js.map +1 -0
  102. package/dist/nodes/PalGate/resources/devices/getAll.d.ts +2 -0
  103. package/dist/nodes/PalGate/resources/devices/getAll.js +164 -0
  104. package/dist/nodes/PalGate/resources/devices/getAll.js.map +1 -0
  105. package/dist/nodes/PalGate/resources/devices/getDetails.d.ts +2 -0
  106. package/dist/nodes/PalGate/resources/devices/getDetails.js +15 -0
  107. package/dist/nodes/PalGate/resources/devices/getDetails.js.map +1 -0
  108. package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.d.ts +2 -0
  109. package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js +15 -0
  110. package/dist/nodes/PalGate/resources/devices/getLiveStatusHistory.js.map +1 -0
  111. package/dist/nodes/PalGate/resources/devices/getLog.d.ts +2 -0
  112. package/dist/nodes/PalGate/resources/devices/getLog.js +127 -0
  113. package/dist/nodes/PalGate/resources/devices/getLog.js.map +1 -0
  114. package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.d.ts +2 -0
  115. package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js +15 -0
  116. package/dist/nodes/PalGate/resources/devices/getStatusHistoryV2.js.map +1 -0
  117. package/dist/nodes/PalGate/resources/devices/getUsers.d.ts +2 -0
  118. package/dist/nodes/PalGate/resources/devices/getUsers.js +85 -0
  119. package/dist/nodes/PalGate/resources/devices/getUsers.js.map +1 -0
  120. package/dist/nodes/PalGate/resources/devices/index.d.ts +2 -0
  121. package/dist/nodes/PalGate/resources/devices/index.js +139 -0
  122. package/dist/nodes/PalGate/resources/devices/index.js.map +1 -0
  123. package/dist/nodes/PalGate/resources/devices/updateSettings.d.ts +2 -0
  124. package/dist/nodes/PalGate/resources/devices/updateSettings.js +31 -0
  125. package/dist/nodes/PalGate/resources/devices/updateSettings.js.map +1 -0
  126. package/dist/nodes/PalGate/resources/organizations/get.d.ts +2 -0
  127. package/dist/nodes/PalGate/resources/organizations/get.js +15 -0
  128. package/dist/nodes/PalGate/resources/organizations/get.js.map +1 -0
  129. package/dist/nodes/PalGate/resources/organizations/getDetails.d.ts +2 -0
  130. package/dist/nodes/PalGate/resources/organizations/getDetails.js +15 -0
  131. package/dist/nodes/PalGate/resources/organizations/getDetails.js.map +1 -0
  132. package/dist/nodes/PalGate/resources/organizations/getTree.d.ts +2 -0
  133. package/dist/nodes/PalGate/resources/organizations/getTree.js +80 -0
  134. package/dist/nodes/PalGate/resources/organizations/getTree.js.map +1 -0
  135. package/dist/nodes/PalGate/resources/organizations/index.d.ts +2 -0
  136. package/dist/nodes/PalGate/resources/organizations/index.js +59 -0
  137. package/dist/nodes/PalGate/resources/organizations/index.js.map +1 -0
  138. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.d.ts +2 -0
  139. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js +24 -0
  140. package/dist/nodes/PalGate/resources/places/formatPhoneNumber.js.map +1 -0
  141. package/dist/nodes/PalGate/resources/places/get.d.ts +2 -0
  142. package/dist/nodes/PalGate/resources/places/get.js +15 -0
  143. package/dist/nodes/PalGate/resources/places/get.js.map +1 -0
  144. package/dist/nodes/PalGate/resources/places/getAll.d.ts +2 -0
  145. package/dist/nodes/PalGate/resources/places/getAll.js +80 -0
  146. package/dist/nodes/PalGate/resources/places/getAll.js.map +1 -0
  147. package/dist/nodes/PalGate/resources/places/getDetails.d.ts +2 -0
  148. package/dist/nodes/PalGate/resources/places/getDetails.js +15 -0
  149. package/dist/nodes/PalGate/resources/places/getDetails.js.map +1 -0
  150. package/dist/nodes/PalGate/resources/places/getGroups.d.ts +2 -0
  151. package/dist/nodes/PalGate/resources/places/getGroups.js +15 -0
  152. package/dist/nodes/PalGate/resources/places/getGroups.js.map +1 -0
  153. package/dist/nodes/PalGate/resources/places/getTree.d.ts +2 -0
  154. package/dist/nodes/PalGate/resources/places/getTree.js +94 -0
  155. package/dist/nodes/PalGate/resources/places/getTree.js.map +1 -0
  156. package/dist/nodes/PalGate/resources/places/getUsers.d.ts +2 -0
  157. package/dist/nodes/PalGate/resources/places/getUsers.js +99 -0
  158. package/dist/nodes/PalGate/resources/places/getUsers.js.map +1 -0
  159. package/dist/nodes/PalGate/resources/places/index.d.ts +2 -0
  160. package/dist/nodes/PalGate/resources/places/index.js +132 -0
  161. package/dist/nodes/PalGate/resources/places/index.js.map +1 -0
  162. package/dist/nodes/PalGate/resources/places/update.d.ts +2 -0
  163. package/dist/nodes/PalGate/resources/places/update.js +43 -0
  164. package/dist/nodes/PalGate/resources/places/update.js.map +1 -0
  165. package/dist/nodes/PalGate/resources/users/add.d.ts +2 -0
  166. package/dist/nodes/PalGate/resources/users/add.js +73 -0
  167. package/dist/nodes/PalGate/resources/users/add.js.map +1 -0
  168. package/dist/nodes/PalGate/resources/users/addMany.d.ts +2 -0
  169. package/dist/nodes/PalGate/resources/users/addMany.js +75 -0
  170. package/dist/nodes/PalGate/resources/users/addMany.js.map +1 -0
  171. package/dist/nodes/PalGate/resources/users/delete.d.ts +2 -0
  172. package/dist/nodes/PalGate/resources/users/delete.js +26 -0
  173. package/dist/nodes/PalGate/resources/users/delete.js.map +1 -0
  174. package/dist/nodes/PalGate/resources/users/find.d.ts +2 -0
  175. package/dist/nodes/PalGate/resources/users/find.js +19 -0
  176. package/dist/nodes/PalGate/resources/users/find.js.map +1 -0
  177. package/dist/nodes/PalGate/resources/users/getAll.d.ts +2 -0
  178. package/dist/nodes/PalGate/resources/users/getAll.js +80 -0
  179. package/dist/nodes/PalGate/resources/users/getAll.js.map +1 -0
  180. package/dist/nodes/PalGate/resources/users/getImage.d.ts +2 -0
  181. package/dist/nodes/PalGate/resources/users/getImage.js +15 -0
  182. package/dist/nodes/PalGate/resources/users/getImage.js.map +1 -0
  183. package/dist/nodes/PalGate/resources/users/getPortalUsers.d.ts +2 -0
  184. package/dist/nodes/PalGate/resources/users/getPortalUsers.js +122 -0
  185. package/dist/nodes/PalGate/resources/users/getPortalUsers.js.map +1 -0
  186. package/dist/nodes/PalGate/resources/users/index.d.ts +2 -0
  187. package/dist/nodes/PalGate/resources/users/index.js +160 -0
  188. package/dist/nodes/PalGate/resources/users/index.js.map +1 -0
  189. package/dist/nodes/PalGate/resources/users/update.d.ts +2 -0
  190. package/dist/nodes/PalGate/resources/users/update.js +49 -0
  191. package/dist/nodes/PalGate/resources/users/update.js.map +1 -0
  192. package/dist/nodes/PalGate/resources/users/updateByPhone.d.ts +2 -0
  193. package/dist/nodes/PalGate/resources/users/updateByPhone.js +51 -0
  194. package/dist/nodes/PalGate/resources/users/updateByPhone.js.map +1 -0
  195. package/dist/nodes/PalGate/shared/descriptions.d.ts +5 -0
  196. package/dist/nodes/PalGate/shared/descriptions.js +35 -0
  197. package/dist/nodes/PalGate/shared/descriptions.js.map +1 -0
  198. package/dist/nodes/PalGate/shared/transport.d.ts +2 -0
  199. package/dist/nodes/PalGate/shared/transport.js +14 -0
  200. package/dist/nodes/PalGate/shared/transport.js.map +1 -0
  201. package/dist/package.json +57 -0
  202. package/dist/tsconfig.tsbuildinfo +1 -0
  203. package/package.json +57 -0
@@ -0,0 +1,125 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.issueGetManyDescription = void 0;
4
+ const utils_1 = require("../../shared/utils");
5
+ const showOnlyForIssueGetMany = {
6
+ operation: ['getAll'],
7
+ resource: ['issue'],
8
+ };
9
+ exports.issueGetManyDescription = [
10
+ {
11
+ displayName: 'Limit',
12
+ name: 'limit',
13
+ type: 'number',
14
+ displayOptions: {
15
+ show: {
16
+ ...showOnlyForIssueGetMany,
17
+ returnAll: [false],
18
+ },
19
+ },
20
+ typeOptions: {
21
+ minValue: 1,
22
+ maxValue: 100,
23
+ },
24
+ default: 50,
25
+ routing: {
26
+ send: {
27
+ type: 'query',
28
+ property: 'per_page',
29
+ },
30
+ output: {
31
+ maxResults: '={{$value}}',
32
+ },
33
+ },
34
+ description: 'Max number of results to return',
35
+ },
36
+ {
37
+ displayName: 'Return All',
38
+ name: 'returnAll',
39
+ type: 'boolean',
40
+ displayOptions: {
41
+ show: showOnlyForIssueGetMany,
42
+ },
43
+ default: false,
44
+ description: 'Whether to return all results or only up to a given limit',
45
+ routing: {
46
+ send: {
47
+ paginate: '={{ $value }}',
48
+ type: 'query',
49
+ property: 'per_page',
50
+ value: '100',
51
+ },
52
+ operations: {
53
+ pagination: {
54
+ type: 'generic',
55
+ properties: {
56
+ continue: `={{ !!(${utils_1.parseLinkHeader.toString()})($response.headers?.link).next }}`,
57
+ request: {
58
+ url: `={{ (${utils_1.parseLinkHeader.toString()})($response.headers?.link)?.next ?? $request.url }}`,
59
+ },
60
+ },
61
+ },
62
+ },
63
+ },
64
+ },
65
+ {
66
+ displayName: 'Filters',
67
+ name: 'filters',
68
+ type: 'collection',
69
+ typeOptions: {
70
+ multipleValueButtonText: 'Add Filter',
71
+ },
72
+ displayOptions: {
73
+ show: showOnlyForIssueGetMany,
74
+ },
75
+ default: {},
76
+ options: [
77
+ {
78
+ displayName: 'Updated Since',
79
+ name: 'since',
80
+ type: 'dateTime',
81
+ default: '',
82
+ description: 'Return only issues updated at or after this time',
83
+ routing: {
84
+ request: {
85
+ qs: {
86
+ since: '={{$value}}',
87
+ },
88
+ },
89
+ },
90
+ },
91
+ {
92
+ displayName: 'State',
93
+ name: 'state',
94
+ type: 'options',
95
+ options: [
96
+ {
97
+ name: 'All',
98
+ value: 'all',
99
+ description: 'Returns issues with any state',
100
+ },
101
+ {
102
+ name: 'Closed',
103
+ value: 'closed',
104
+ description: 'Return issues with "closed" state',
105
+ },
106
+ {
107
+ name: 'Open',
108
+ value: 'open',
109
+ description: 'Return issues with "open" state',
110
+ },
111
+ ],
112
+ default: 'open',
113
+ description: 'The issue state to filter on',
114
+ routing: {
115
+ request: {
116
+ qs: {
117
+ state: '={{$value}}',
118
+ },
119
+ },
120
+ },
121
+ },
122
+ ],
123
+ },
124
+ ];
125
+ //# sourceMappingURL=getAll.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/GithubIssues/resources/issue/getAll.ts"],"names":[],"mappings":";;;AACA,8CAAqD;AAErD,MAAM,uBAAuB,GAAG;IAC/B,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,OAAO,CAAC;CACnB,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IACzD;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,uBAAuB;gBAC1B,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,UAAU;aACpB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;gBACzB,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,UAAU;gBACpB,KAAK,EAAE,KAAK;aACZ;YACD,UAAU,EAAE;gBACX,UAAU,EAAE;oBACX,IAAI,EAAE,SAAS;oBACf,UAAU,EAAE;wBACX,QAAQ,EAAE,UAAU,uBAAe,CAAC,QAAQ,EAAE,oCAAoC;wBAClF,OAAO,EAAE;4BACR,GAAG,EAAE,QAAQ,uBAAe,CAAC,QAAQ,EAAE,qDAAqD;yBAC5F;qBACD;iBACD;aACD;SACD;KACD;IACD;QACC,WAAW,EAAE,SAAS;QACtB,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,YAAY;QAClB,WAAW,EAAE;YACZ,uBAAuB,EAAE,YAAY;SACrC;QACD,cAAc,EAAE;YACf,IAAI,EAAE,uBAAuB;SAC7B;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR;gBACC,WAAW,EAAE,eAAe;gBAC5B,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,UAAU;gBAChB,OAAO,EAAE,EAAE;gBACX,WAAW,EAAE,kDAAkD;gBAC/D,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,KAAK,EAAE,aAAa;yBACpB;qBACD;iBACD;aACD;YACD;gBACC,WAAW,EAAE,OAAO;gBACpB,IAAI,EAAE,OAAO;gBACb,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE;oBACR;wBACC,IAAI,EAAE,KAAK;wBACX,KAAK,EAAE,KAAK;wBACZ,WAAW,EAAE,+BAA+B;qBAC5C;oBACD;wBACC,IAAI,EAAE,QAAQ;wBACd,KAAK,EAAE,QAAQ;wBACf,WAAW,EAAE,mCAAmC;qBAChD;oBACD;wBACC,IAAI,EAAE,MAAM;wBACZ,KAAK,EAAE,MAAM;wBACb,WAAW,EAAE,iCAAiC;qBAC9C;iBACD;gBACD,OAAO,EAAE,MAAM;gBACf,WAAW,EAAE,8BAA8B;gBAC3C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,EAAE,EAAE;4BACH,KAAK,EAAE,aAAa;yBACpB;qBACD;iBACD;aACD;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const issueDescription: INodeProperties[];
@@ -0,0 +1,76 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.issueDescription = void 0;
4
+ const descriptions_1 = require("../../shared/descriptions");
5
+ const getAll_1 = require("./getAll");
6
+ const get_1 = require("./get");
7
+ const create_1 = require("./create");
8
+ const showOnlyForIssues = {
9
+ resource: ['issue'],
10
+ };
11
+ exports.issueDescription = [
12
+ {
13
+ displayName: 'Operation',
14
+ name: 'operation',
15
+ type: 'options',
16
+ noDataExpression: true,
17
+ displayOptions: {
18
+ show: showOnlyForIssues,
19
+ },
20
+ options: [
21
+ {
22
+ name: 'Get Many',
23
+ value: 'getAll',
24
+ action: 'Get issues in a repository',
25
+ description: 'Get many issues in a repository',
26
+ routing: {
27
+ request: {
28
+ method: 'GET',
29
+ url: '=/repos/{{$parameter.owner}}/{{$parameter.repository}}/issues',
30
+ },
31
+ },
32
+ },
33
+ {
34
+ name: 'Get',
35
+ value: 'get',
36
+ action: 'Get an issue',
37
+ description: 'Get the data of a single issue',
38
+ routing: {
39
+ request: {
40
+ method: 'GET',
41
+ url: '=/repos/{{$parameter.owner}}/{{$parameter.repository}}/issues/{{$parameter.issue}}',
42
+ },
43
+ },
44
+ },
45
+ {
46
+ name: 'Create',
47
+ value: 'create',
48
+ action: 'Create a new issue',
49
+ description: 'Create a new issue',
50
+ routing: {
51
+ request: {
52
+ method: 'POST',
53
+ url: '=/repos/{{$parameter.owner}}/{{$parameter.repository}}/issues',
54
+ },
55
+ },
56
+ },
57
+ ],
58
+ default: 'getAll',
59
+ },
60
+ {
61
+ ...descriptions_1.repoOwnerSelect,
62
+ displayOptions: {
63
+ show: showOnlyForIssues,
64
+ },
65
+ },
66
+ {
67
+ ...descriptions_1.repoNameSelect,
68
+ displayOptions: {
69
+ show: showOnlyForIssues,
70
+ },
71
+ },
72
+ ...getAll_1.issueGetManyDescription,
73
+ ...get_1.issueGetDescription,
74
+ ...create_1.issueCreateDescription,
75
+ ];
76
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GithubIssues/resources/issue/index.ts"],"names":[],"mappings":";;;AACA,4DAA4E;AAC5E,qCAAmD;AACnD,+BAA4C;AAC5C,qCAAkD;AAElD,MAAM,iBAAiB,GAAG;IACzB,QAAQ,EAAE,CAAC,OAAO,CAAC;CACnB,CAAC;AAEW,QAAA,gBAAgB,GAAsB;IAClD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,4BAA4B;gBACpC,WAAW,EAAE,iCAAiC;gBAC9C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,+DAA+D;qBACpE;iBACD;aACD;YACD;gBACC,IAAI,EAAE,KAAK;gBACX,KAAK,EAAE,KAAK;gBACZ,MAAM,EAAE,cAAc;gBACtB,WAAW,EAAE,gCAAgC;gBAC7C,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,oFAAoF;qBACzF;iBACD;aACD;YACD;gBACC,IAAI,EAAE,QAAQ;gBACd,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;gBACjC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,MAAM;wBACd,GAAG,EAAE,+DAA+D;qBACpE;iBACD;aACD;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD;QACC,GAAG,8BAAe;QAClB,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;KACD;IACD;QACC,GAAG,6BAAc;QACjB,cAAc,EAAE;YACf,IAAI,EAAE,iBAAiB;SACvB;KACD;IACD,GAAG,gCAAuB;IAC1B,GAAG,yBAAmB;IACtB,GAAG,+BAAsB;CACzB,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const issueCommentGetManyDescription: INodeProperties[];
@@ -0,0 +1,66 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.issueCommentGetManyDescription = void 0;
4
+ const utils_1 = require("../../shared/utils");
5
+ const showOnlyForIssueCommentGetMany = {
6
+ operation: ['getAll'],
7
+ resource: ['issueComment'],
8
+ };
9
+ exports.issueCommentGetManyDescription = [
10
+ {
11
+ displayName: 'Limit',
12
+ name: 'limit',
13
+ type: 'number',
14
+ displayOptions: {
15
+ show: {
16
+ ...showOnlyForIssueCommentGetMany,
17
+ returnAll: [false],
18
+ },
19
+ },
20
+ typeOptions: {
21
+ minValue: 1,
22
+ maxValue: 100,
23
+ },
24
+ default: 50,
25
+ routing: {
26
+ send: {
27
+ type: 'query',
28
+ property: 'per_page',
29
+ },
30
+ output: {
31
+ maxResults: '={{$value}}',
32
+ },
33
+ },
34
+ description: 'Max number of results to return',
35
+ },
36
+ {
37
+ displayName: 'Return All',
38
+ name: 'returnAll',
39
+ type: 'boolean',
40
+ displayOptions: {
41
+ show: showOnlyForIssueCommentGetMany,
42
+ },
43
+ default: false,
44
+ description: 'Whether to return all results or only up to a given limit',
45
+ routing: {
46
+ send: {
47
+ paginate: '={{ $value }}',
48
+ type: 'query',
49
+ property: 'per_page',
50
+ value: '100',
51
+ },
52
+ operations: {
53
+ pagination: {
54
+ type: 'generic',
55
+ properties: {
56
+ continue: `={{ !!(${utils_1.parseLinkHeader.toString()})($response.headers?.link).next }}`,
57
+ request: {
58
+ url: `={{ (${utils_1.parseLinkHeader.toString()})($response.headers?.link)?.next ?? $request.url }}`,
59
+ },
60
+ },
61
+ },
62
+ },
63
+ },
64
+ },
65
+ ];
66
+ //# sourceMappingURL=getAll.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAll.js","sourceRoot":"","sources":["../../../../../nodes/GithubIssues/resources/issueComment/getAll.ts"],"names":[],"mappings":";;;AACA,8CAAqD;AAErD,MAAM,8BAA8B,GAAG;IACtC,SAAS,EAAE,CAAC,QAAQ,CAAC;IACrB,QAAQ,EAAE,CAAC,cAAc,CAAC;CAC1B,CAAC;AAEW,QAAA,8BAA8B,GAAsB;IAChE;QACC,WAAW,EAAE,OAAO;QACpB,IAAI,EAAE,OAAO;QACb,IAAI,EAAE,QAAQ;QACd,cAAc,EAAE;YACf,IAAI,EAAE;gBACL,GAAG,8BAA8B;gBACjC,SAAS,EAAE,CAAC,KAAK,CAAC;aAClB;SACD;QACD,WAAW,EAAE;YACZ,QAAQ,EAAE,CAAC;YACX,QAAQ,EAAE,GAAG;SACb;QACD,OAAO,EAAE,EAAE;QACX,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,UAAU;aACpB;YACD,MAAM,EAAE;gBACP,UAAU,EAAE,aAAa;aACzB;SACD;QACD,WAAW,EAAE,iCAAiC;KAC9C;IACD;QACC,WAAW,EAAE,YAAY;QACzB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,cAAc,EAAE;YACf,IAAI,EAAE,8BAA8B;SACpC;QACD,OAAO,EAAE,KAAK;QACd,WAAW,EAAE,2DAA2D;QACxE,OAAO,EAAE;YACR,IAAI,EAAE;gBACL,QAAQ,EAAE,eAAe;gBACzB,IAAI,EAAE,OAAO;gBACb,QAAQ,EAAE,UAAU;gBACpB,KAAK,EAAE,KAAK;aACZ;YACD,UAAU,EAAE;gBACX,UAAU,EAAE;oBACX,IAAI,EAAE,SAAS;oBACf,UAAU,EAAE;wBACX,QAAQ,EAAE,UAAU,uBAAe,CAAC,QAAQ,EAAE,oCAAoC;wBAClF,OAAO,EAAE;4BACR,GAAG,EAAE,QAAQ,uBAAe,CAAC,QAAQ,EAAE,qDAAqD;yBAC5F;qBACD;iBACD;aACD;SACD;KACD;CACD,CAAC"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const issueCommentDescription: INodeProperties[];
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.issueCommentDescription = void 0;
4
+ const descriptions_1 = require("../../shared/descriptions");
5
+ const getAll_1 = require("./getAll");
6
+ const showOnlyForIssueComments = {
7
+ resource: ['issueComment'],
8
+ };
9
+ exports.issueCommentDescription = [
10
+ {
11
+ displayName: 'Operation',
12
+ name: 'operation',
13
+ type: 'options',
14
+ noDataExpression: true,
15
+ displayOptions: {
16
+ show: showOnlyForIssueComments,
17
+ },
18
+ options: [
19
+ {
20
+ name: 'Get Many',
21
+ value: 'getAll',
22
+ action: 'Get issue comments',
23
+ description: 'Get issue comments',
24
+ routing: {
25
+ request: {
26
+ method: 'GET',
27
+ url: '=/repos/{{$parameter.owner}}/{{$parameter.repository}}/issues/comments',
28
+ },
29
+ },
30
+ },
31
+ ],
32
+ default: 'getAll',
33
+ },
34
+ {
35
+ ...descriptions_1.repoOwnerSelect,
36
+ displayOptions: {
37
+ show: showOnlyForIssueComments,
38
+ },
39
+ },
40
+ {
41
+ ...descriptions_1.repoNameSelect,
42
+ displayOptions: {
43
+ show: showOnlyForIssueComments,
44
+ },
45
+ },
46
+ ...getAll_1.issueCommentGetManyDescription,
47
+ ];
48
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/GithubIssues/resources/issueComment/index.ts"],"names":[],"mappings":";;;AACA,4DAA4E;AAC5E,qCAA0D;AAE1D,MAAM,wBAAwB,GAAG;IAChC,QAAQ,EAAE,CAAC,cAAc,CAAC;CAC1B,CAAC;AAEW,QAAA,uBAAuB,GAAsB;IACzD;QACC,WAAW,EAAE,WAAW;QACxB,IAAI,EAAE,WAAW;QACjB,IAAI,EAAE,SAAS;QACf,gBAAgB,EAAE,IAAI;QACtB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;QACD,OAAO,EAAE;YACR;gBACC,IAAI,EAAE,UAAU;gBAChB,KAAK,EAAE,QAAQ;gBACf,MAAM,EAAE,oBAAoB;gBAC5B,WAAW,EAAE,oBAAoB;gBACjC,OAAO,EAAE;oBACR,OAAO,EAAE;wBACR,MAAM,EAAE,KAAK;wBACb,GAAG,EAAE,wEAAwE;qBAC7E;iBACD;aACD;SACD;QACD,OAAO,EAAE,QAAQ;KACjB;IACD;QACC,GAAG,8BAAe;QAClB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;KACD;IACD;QACC,GAAG,6BAAc;QACjB,cAAc,EAAE;YACf,IAAI,EAAE,wBAAwB;SAC9B;KACD;IACD,GAAG,uCAA8B;CACjC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const repoOwnerSelect: INodeProperties;
3
+ export declare const repoNameSelect: INodeProperties;
4
+ export declare const issueSelect: INodeProperties;
@@ -0,0 +1,151 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.issueSelect = exports.repoNameSelect = exports.repoOwnerSelect = void 0;
4
+ exports.repoOwnerSelect = {
5
+ displayName: 'Repository Owner',
6
+ name: 'owner',
7
+ type: 'resourceLocator',
8
+ default: { mode: 'list', value: '' },
9
+ required: true,
10
+ modes: [
11
+ {
12
+ displayName: 'Repository Owner',
13
+ name: 'list',
14
+ type: 'list',
15
+ placeholder: 'Select an owner...',
16
+ typeOptions: {
17
+ searchListMethod: 'getUsers',
18
+ searchable: true,
19
+ searchFilterRequired: false,
20
+ },
21
+ },
22
+ {
23
+ displayName: 'Link',
24
+ name: 'url',
25
+ type: 'string',
26
+ placeholder: 'e.g. https://github.com/n8n-io',
27
+ extractValue: {
28
+ type: 'regex',
29
+ regex: 'https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)',
30
+ },
31
+ validation: [
32
+ {
33
+ type: 'regex',
34
+ properties: {
35
+ regex: 'https:\\/\\/github.com\\/([-_0-9a-zA-Z]+)(?:.*)',
36
+ errorMessage: 'Not a valid GitHub URL',
37
+ },
38
+ },
39
+ ],
40
+ },
41
+ {
42
+ displayName: 'By Name',
43
+ name: 'name',
44
+ type: 'string',
45
+ placeholder: 'e.g. n8n-io',
46
+ validation: [
47
+ {
48
+ type: 'regex',
49
+ properties: {
50
+ regex: '[-_a-zA-Z0-9]+',
51
+ errorMessage: 'Not a valid GitHub Owner Name',
52
+ },
53
+ },
54
+ ],
55
+ url: '=https://github.com/{{$value}}',
56
+ },
57
+ ],
58
+ };
59
+ exports.repoNameSelect = {
60
+ displayName: 'Repository Name',
61
+ name: 'repository',
62
+ type: 'resourceLocator',
63
+ default: {
64
+ mode: 'list',
65
+ value: '',
66
+ },
67
+ required: true,
68
+ modes: [
69
+ {
70
+ displayName: 'Repository Name',
71
+ name: 'list',
72
+ type: 'list',
73
+ placeholder: 'Select an Repository...',
74
+ typeOptions: {
75
+ searchListMethod: 'getRepositories',
76
+ searchable: true,
77
+ },
78
+ },
79
+ {
80
+ displayName: 'Link',
81
+ name: 'url',
82
+ type: 'string',
83
+ placeholder: 'e.g. https://github.com/n8n-io/n8n',
84
+ extractValue: {
85
+ type: 'regex',
86
+ regex: 'https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)',
87
+ },
88
+ validation: [
89
+ {
90
+ type: 'regex',
91
+ properties: {
92
+ regex: 'https:\\/\\/github.com\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)',
93
+ errorMessage: 'Not a valid GitHub Repository URL',
94
+ },
95
+ },
96
+ ],
97
+ },
98
+ {
99
+ displayName: 'By Name',
100
+ name: 'name',
101
+ type: 'string',
102
+ placeholder: 'e.g. n8n',
103
+ validation: [
104
+ {
105
+ type: 'regex',
106
+ properties: {
107
+ regex: '[-_.0-9a-zA-Z]+',
108
+ errorMessage: 'Not a valid GitHub Repository Name',
109
+ },
110
+ },
111
+ ],
112
+ url: '=https://github.com/{{$parameter["owner"]}}/{{$value}}',
113
+ },
114
+ ],
115
+ displayOptions: {
116
+ hide: {
117
+ resource: ['user', 'organization'],
118
+ operation: ['getRepositories'],
119
+ },
120
+ },
121
+ };
122
+ exports.issueSelect = {
123
+ displayName: 'Issue',
124
+ name: 'issue',
125
+ type: 'resourceLocator',
126
+ default: {
127
+ mode: 'list',
128
+ value: '',
129
+ },
130
+ required: true,
131
+ modes: [
132
+ {
133
+ displayName: 'Issue',
134
+ name: 'list',
135
+ type: 'list',
136
+ placeholder: 'Select an Issue...',
137
+ typeOptions: {
138
+ searchListMethod: 'getIssues',
139
+ searchable: true,
140
+ },
141
+ },
142
+ {
143
+ displayName: 'By ID',
144
+ name: 'name',
145
+ type: 'string',
146
+ placeholder: 'e.g. 123',
147
+ url: '=https://github.com/{{$parameter.owner}}/{{$parameter.repository}}/issues/{{$value}}',
148
+ },
149
+ ],
150
+ };
151
+ //# sourceMappingURL=descriptions.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"descriptions.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/descriptions.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { IHookFunctions, IExecuteFunctions, IExecuteSingleFunctions, ILoadOptionsFunctions, IHttpRequestMethods, IDataObject } from 'n8n-workflow';
2
+ export declare function githubApiRequest(this: IHookFunctions | IExecuteFunctions | IExecuteSingleFunctions | ILoadOptionsFunctions, method: IHttpRequestMethods, resource: string, qs?: IDataObject, body?: IDataObject | undefined): Promise<any>;
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.githubApiRequest = githubApiRequest;
4
+ async function githubApiRequest(method, resource, qs = {}, body = undefined) {
5
+ const authenticationMethod = this.getNodeParameter('authentication', 0);
6
+ const options = {
7
+ method: method,
8
+ qs,
9
+ body,
10
+ url: `https://api.github.com${resource}`,
11
+ json: true,
12
+ };
13
+ const credentialType = authenticationMethod === 'accessToken' ? 'githubIssuesApi' : 'githubIssuesOAuth2Api';
14
+ return this.helpers.httpRequestWithAuthentication.call(this, credentialType, options);
15
+ }
16
+ //# sourceMappingURL=transport.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transport.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/transport.ts"],"names":[],"mappings":";;AAUA,4CAqBC;AArBM,KAAK,UAAU,gBAAgB,CAErC,MAA2B,EAC3B,QAAgB,EAChB,KAAkB,EAAE,EACpB,OAAgC,SAAS;IAEzC,MAAM,oBAAoB,GAAG,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,EAAE,CAAC,CAAC,CAAC;IAExE,MAAM,OAAO,GAAwB;QACpC,MAAM,EAAE,MAAM;QACd,EAAE;QACF,IAAI;QACJ,GAAG,EAAE,yBAAyB,QAAQ,EAAE;QACxC,IAAI,EAAE,IAAI;KACV,CAAC;IAEF,MAAM,cAAc,GACnB,oBAAoB,KAAK,aAAa,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAC,CAAC,uBAAuB,CAAC;IAEtF,OAAO,IAAI,CAAC,OAAO,CAAC,6BAA6B,CAAC,IAAI,CAAC,IAAI,EAAE,cAAc,EAAE,OAAO,CAAC,CAAC;AACvF,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function parseLinkHeader(header?: string): {
2
+ [rel: string]: string;
3
+ };
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.parseLinkHeader = parseLinkHeader;
4
+ function parseLinkHeader(header) {
5
+ var _a;
6
+ const links = {};
7
+ for (const part of (_a = header === null || header === void 0 ? void 0 : header.split(',')) !== null && _a !== void 0 ? _a : []) {
8
+ const section = part.trim();
9
+ const match = section.match(/^<([^>]+)>\s*;\s*rel="?([^"]+)"?/);
10
+ if (match) {
11
+ const [, url, rel] = match;
12
+ links[rel] = url;
13
+ }
14
+ }
15
+ return links;
16
+ }
17
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../nodes/GithubIssues/shared/utils.ts"],"names":[],"mappings":";;AAAA,0CAaC;AAbD,SAAgB,eAAe,CAAC,MAAe;;IAC9C,MAAM,KAAK,GAA8B,EAAE,CAAC;IAE5C,KAAK,MAAM,IAAI,IAAI,MAAA,MAAM,aAAN,MAAM,uBAAN,MAAM,CAAE,KAAK,CAAC,GAAG,CAAC,mCAAI,EAAE,EAAE,CAAC;QAC7C,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,CAAC;QAC5B,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,kCAAkC,CAAC,CAAC;QAChE,IAAI,KAAK,EAAE,CAAC;YACX,MAAM,CAAC,EAAE,GAAG,EAAE,GAAG,CAAC,GAAG,KAAK,CAAC;YAC3B,KAAK,CAAC,GAAG,CAAC,GAAG,GAAG,CAAC;QAClB,CAAC;IACF,CAAC;IAED,OAAO,KAAK,CAAC;AACd,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { type INodeType, type INodeTypeDescription } from 'n8n-workflow';
2
+ export declare class PalGate implements INodeType {
3
+ description: INodeTypeDescription;
4
+ }
@@ -0,0 +1,85 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.PalGate = void 0;
4
+ const n8n_workflow_1 = require("n8n-workflow");
5
+ const users_1 = require("./resources/users");
6
+ const cars_1 = require("./resources/cars");
7
+ const places_1 = require("./resources/places");
8
+ const devices_1 = require("./resources/devices");
9
+ const organizations_1 = require("./resources/organizations");
10
+ const dashboard_1 = require("./resources/dashboard");
11
+ class PalGate {
12
+ constructor() {
13
+ this.description = {
14
+ displayName: 'PAL Gate',
15
+ name: 'palGate',
16
+ icon: 'file:icon.svg',
17
+ group: ['transform'],
18
+ version: 1,
19
+ subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
20
+ description: 'Consume PAL Portal API',
21
+ defaults: {
22
+ name: 'PAL Gate',
23
+ },
24
+ usableAsTool: true,
25
+ inputs: [n8n_workflow_1.NodeConnectionTypes.Main],
26
+ outputs: [n8n_workflow_1.NodeConnectionTypes.Main],
27
+ credentials: [
28
+ {
29
+ name: 'palGateApi',
30
+ required: true,
31
+ },
32
+ ],
33
+ requestDefaults: {
34
+ baseURL: 'https://portal.pal-es.com/api1',
35
+ headers: {
36
+ Accept: 'application/json',
37
+ 'Content-Type': 'application/json',
38
+ },
39
+ },
40
+ properties: [
41
+ {
42
+ displayName: 'Resource',
43
+ name: 'resource',
44
+ type: 'options',
45
+ noDataExpression: true,
46
+ options: [
47
+ {
48
+ name: 'Car',
49
+ value: 'car',
50
+ },
51
+ {
52
+ name: 'Dashboard',
53
+ value: 'dashboard',
54
+ },
55
+ {
56
+ name: 'Device',
57
+ value: 'device',
58
+ },
59
+ {
60
+ name: 'Organization',
61
+ value: 'organization',
62
+ },
63
+ {
64
+ name: 'Place',
65
+ value: 'place',
66
+ },
67
+ {
68
+ name: 'User',
69
+ value: 'user',
70
+ },
71
+ ],
72
+ default: 'user',
73
+ },
74
+ ...users_1.userDescription,
75
+ ...cars_1.carDescription,
76
+ ...places_1.placeDescription,
77
+ ...devices_1.deviceDescription,
78
+ ...organizations_1.organizationDescription,
79
+ ...dashboard_1.dashboardDescription,
80
+ ],
81
+ };
82
+ }
83
+ }
84
+ exports.PalGate = PalGate;
85
+ //# sourceMappingURL=PalGate.node.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PalGate.node.js","sourceRoot":"","sources":["../../../nodes/PalGate/PalGate.node.ts"],"names":[],"mappings":";;;AAAA,+CAA8F;AAC9F,6CAAoD;AACpD,2CAAkD;AAClD,+CAAsD;AACtD,iDAAwD;AACxD,6DAAoE;AACpE,qDAA6D;AAO7D,MAAa,OAAO;IAApB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,UAAU;YACvB,IAAI,EAAE,SAAS;YACf,IAAI,EAAE,eAAe;YACrB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,QAAQ,EAAE,8DAA8D;YACxE,WAAW,EAAE,wBAAwB;YACrC,QAAQ,EAAE;gBACT,IAAI,EAAE,UAAU;aAChB;YACD,YAAY,EAAE,IAAI;YAClB,MAAM,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YAClC,OAAO,EAAE,CAAC,kCAAmB,CAAC,IAAI,CAAC;YACnC,WAAW,EAAE;gBACZ;oBACC,IAAI,EAAE,YAAY;oBAClB,QAAQ,EAAE,IAAI;iBACd;aACD;YACD,eAAe,EAAE;gBAChB,OAAO,EAAE,gCAAgC;gBACzC,OAAO,EAAE;oBACR,MAAM,EAAE,kBAAkB;oBAC1B,cAAc,EAAE,kBAAkB;iBAClC;aACD;YACD,UAAU,EAAE;gBACX;oBACC,WAAW,EAAE,UAAU;oBACvB,IAAI,EAAE,UAAU;oBAChB,IAAI,EAAE,SAAS;oBACf,gBAAgB,EAAE,IAAI;oBACtB,OAAO,EAAE;wBACR;4BACC,IAAI,EAAE,KAAK;4BACX,KAAK,EAAE,KAAK;yBACZ;wBACD;4BACC,IAAI,EAAE,WAAW;4BACjB,KAAK,EAAE,WAAW;yBAClB;wBACD;4BACC,IAAI,EAAE,QAAQ;4BACd,KAAK,EAAE,QAAQ;yBACf;wBACD;4BACC,IAAI,EAAE,cAAc;4BACpB,KAAK,EAAE,cAAc;yBACrB;wBACD;4BACC,IAAI,EAAE,OAAO;4BACb,KAAK,EAAE,OAAO;yBACd;wBACD;4BACC,IAAI,EAAE,MAAM;4BACZ,KAAK,EAAE,MAAM;yBACb;qBACD;oBACD,OAAO,EAAE,MAAM;iBACf;gBACD,GAAG,uBAAe;gBAClB,GAAG,qBAAc;gBACjB,GAAG,yBAAgB;gBACnB,GAAG,2BAAiB;gBACpB,GAAG,uCAAuB;gBAC1B,GAAG,gCAAoB;aACvB;SACD,CAAC;IACH,CAAC;CAAA;AAtED,0BAsEC"}