@n8n-dev/n8n-nodes-ljaero-dflight 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 (43) hide show
  1. package/README.md +158 -0
  2. package/dist/banner.svg +141 -0
  3. package/dist/credentials/LjaeroDflightApi.credentials.d.ts +9 -0
  4. package/dist/credentials/LjaeroDflightApi.credentials.js +40 -0
  5. package/dist/credentials/LjaeroDflightApi.credentials.js.map +1 -0
  6. package/dist/icons/ljaero-dflight.dark.png +0 -0
  7. package/dist/icons/ljaero-dflight.png +0 -0
  8. package/dist/nodes/LjaeroDflight/LjaeroDflight.node.d.ts +4 -0
  9. package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js +103 -0
  10. package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js.map +1 -0
  11. package/dist/nodes/LjaeroDflight/LjaeroDflight.node.json +20 -0
  12. package/dist/nodes/LjaeroDflight/ljaero-dflight.dark.png +0 -0
  13. package/dist/nodes/LjaeroDflight/ljaero-dflight.png +0 -0
  14. package/dist/nodes/LjaeroDflight/resources/aerodromes/index.d.ts +2 -0
  15. package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js +309 -0
  16. package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js.map +1 -0
  17. package/dist/nodes/LjaeroDflight/resources/airspace/index.d.ts +2 -0
  18. package/dist/nodes/LjaeroDflight/resources/airspace/index.js +384 -0
  19. package/dist/nodes/LjaeroDflight/resources/airspace/index.js.map +1 -0
  20. package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.d.ts +2 -0
  21. package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js +309 -0
  22. package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js.map +1 -0
  23. package/dist/nodes/LjaeroDflight/resources/index.d.ts +8 -0
  24. package/dist/nodes/LjaeroDflight/resources/index.js +20 -0
  25. package/dist/nodes/LjaeroDflight/resources/index.js.map +1 -0
  26. package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.d.ts +2 -0
  27. package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js +309 -0
  28. package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js.map +1 -0
  29. package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.d.ts +2 -0
  30. package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js +309 -0
  31. package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js.map +1 -0
  32. package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.d.ts +2 -0
  33. package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js +309 -0
  34. package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js.map +1 -0
  35. package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.d.ts +2 -0
  36. package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js +309 -0
  37. package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js.map +1 -0
  38. package/dist/nodes/LjaeroDflight/resources/weather/index.d.ts +2 -0
  39. package/dist/nodes/LjaeroDflight/resources/weather/index.js +459 -0
  40. package/dist/nodes/LjaeroDflight/resources/weather/index.js.map +1 -0
  41. package/dist/package.json +62 -0
  42. package/dist/tsconfig.tsbuildinfo +1 -0
  43. package/package.json +62 -0
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const aerodromesDescription: INodeProperties[];
@@ -0,0 +1,309 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.aerodromesDescription = void 0;
4
+ exports.aerodromesDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Aerodromes"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Aerodromes By Distance Us v1 Aerodromes Distance Query Post",
20
+ "value": "Aerodromes By Distance Us v1 Aerodromes Distance Query Post",
21
+ "action": "Retrieve aerodromes within given distance of location.",
22
+ "description": "Retrieve aerodromes within given distance of a point. Request body parameters are:\n* latitude: WGS84 latitude coordinate of your selected point, in decimal degrees\n* longitude: WGS84 longitude coordinate of your selected point, in decimal degrees\n* distance: distance in meters (max allowed value is 25000)\n\nSuccessful requests return a GeoJSON FeatureCollection, with a separate Feature for each\nAerodrome found. All Features will include properties for the facility name, ident,\ntype, and operational status.",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/us/v1/aerodromes/distance-query"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Aerodromes By Poly Us v1 Aerodromes Polygon Query Post",
32
+ "value": "Aerodromes By Poly Us v1 Aerodromes Polygon Query Post",
33
+ "action": "Retrieve aerodromes located within given area.",
34
+ "description": "Retrieve aerodromes located within given area. Request body parameters are:\n* poly: [GeoJSON Polygon](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the area. Max allowed area is 1000 km^2.\n\nSuccessful requests return a GeoJSON FeatureCollection, with a separate Feature for each\nAerodrome found. All Features will include properties for the facility name, ident,\ntype, and operational status.",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/us/v1/aerodromes/polygon-query"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Aerodromes By Route Us v1 Aerodromes Route Query Post",
44
+ "value": "Aerodromes By Route Us v1 Aerodromes Route Query Post",
45
+ "action": "Retrieve aerodromes found along a route.",
46
+ "description": "Retrieve aerodromes found along a route. Request body parameters are:\n* route: [GeoJSON Linestring](https://www.rfc-editor.org/rfc/rfc7946.html#appendix-A) defining the route. Max allowed length is 50 km.\n\nSuccessful requests return a GeoJSON FeatureCollection, with a separate Feature for each\nAerodrome found. All Features will include properties for the facility name, ident,\ntype, and operational status.",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/us/v1/aerodromes/route-query"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "POST /us/v1/aerodromes/distance-query",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Aerodromes"
69
+ ],
70
+ "operation": [
71
+ "Aerodromes By Distance Us v1 Aerodromes Distance Query Post"
72
+ ]
73
+ }
74
+ }
75
+ },
76
+ {
77
+ "displayName": "X API Key",
78
+ "name": "x-api-key",
79
+ "default": "",
80
+ "type": "string",
81
+ "routing": {
82
+ "request": {
83
+ "headers": {
84
+ "x-api-key": "={{ $value }}"
85
+ }
86
+ }
87
+ },
88
+ "displayOptions": {
89
+ "show": {
90
+ "resource": [
91
+ "Aerodromes"
92
+ ],
93
+ "operation": [
94
+ "Aerodromes By Distance Us v1 Aerodromes Distance Query Post"
95
+ ]
96
+ }
97
+ }
98
+ },
99
+ {
100
+ "required": true,
101
+ "displayName": "Distance",
102
+ "name": "distance",
103
+ "type": "number",
104
+ "default": 0,
105
+ "routing": {
106
+ "send": {
107
+ "property": "distance",
108
+ "propertyInDotNotation": false,
109
+ "type": "body",
110
+ "value": "={{ $value }}"
111
+ }
112
+ },
113
+ "displayOptions": {
114
+ "show": {
115
+ "resource": [
116
+ "Aerodromes"
117
+ ],
118
+ "operation": [
119
+ "Aerodromes By Distance Us v1 Aerodromes Distance Query Post"
120
+ ]
121
+ }
122
+ }
123
+ },
124
+ {
125
+ "required": true,
126
+ "displayName": "Latitude",
127
+ "name": "latitude",
128
+ "type": "number",
129
+ "default": 0,
130
+ "routing": {
131
+ "send": {
132
+ "property": "latitude",
133
+ "propertyInDotNotation": false,
134
+ "type": "body",
135
+ "value": "={{ $value }}"
136
+ }
137
+ },
138
+ "displayOptions": {
139
+ "show": {
140
+ "resource": [
141
+ "Aerodromes"
142
+ ],
143
+ "operation": [
144
+ "Aerodromes By Distance Us v1 Aerodromes Distance Query Post"
145
+ ]
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "required": true,
151
+ "displayName": "Longitude",
152
+ "name": "longitude",
153
+ "type": "number",
154
+ "default": 0,
155
+ "routing": {
156
+ "send": {
157
+ "property": "longitude",
158
+ "propertyInDotNotation": false,
159
+ "type": "body",
160
+ "value": "={{ $value }}"
161
+ }
162
+ },
163
+ "displayOptions": {
164
+ "show": {
165
+ "resource": [
166
+ "Aerodromes"
167
+ ],
168
+ "operation": [
169
+ "Aerodromes By Distance Us v1 Aerodromes Distance Query Post"
170
+ ]
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "displayName": "POST /us/v1/aerodromes/polygon-query",
176
+ "name": "operation",
177
+ "type": "notice",
178
+ "typeOptions": {
179
+ "theme": "info"
180
+ },
181
+ "default": "",
182
+ "displayOptions": {
183
+ "show": {
184
+ "resource": [
185
+ "Aerodromes"
186
+ ],
187
+ "operation": [
188
+ "Aerodromes By Poly Us v1 Aerodromes Polygon Query Post"
189
+ ]
190
+ }
191
+ }
192
+ },
193
+ {
194
+ "displayName": "X API Key",
195
+ "name": "x-api-key",
196
+ "default": "",
197
+ "type": "string",
198
+ "routing": {
199
+ "request": {
200
+ "headers": {
201
+ "x-api-key": "={{ $value }}"
202
+ }
203
+ }
204
+ },
205
+ "displayOptions": {
206
+ "show": {
207
+ "resource": [
208
+ "Aerodromes"
209
+ ],
210
+ "operation": [
211
+ "Aerodromes By Poly Us v1 Aerodromes Polygon Query Post"
212
+ ]
213
+ }
214
+ }
215
+ },
216
+ {
217
+ "required": true,
218
+ "displayName": "Poly",
219
+ "name": "poly",
220
+ "type": "json",
221
+ "default": "{}",
222
+ "routing": {
223
+ "send": {
224
+ "property": "poly",
225
+ "propertyInDotNotation": false,
226
+ "type": "body",
227
+ "value": "={{ JSON.parse($value) }}"
228
+ }
229
+ },
230
+ "displayOptions": {
231
+ "show": {
232
+ "resource": [
233
+ "Aerodromes"
234
+ ],
235
+ "operation": [
236
+ "Aerodromes By Poly Us v1 Aerodromes Polygon Query Post"
237
+ ]
238
+ }
239
+ }
240
+ },
241
+ {
242
+ "displayName": "POST /us/v1/aerodromes/route-query",
243
+ "name": "operation",
244
+ "type": "notice",
245
+ "typeOptions": {
246
+ "theme": "info"
247
+ },
248
+ "default": "",
249
+ "displayOptions": {
250
+ "show": {
251
+ "resource": [
252
+ "Aerodromes"
253
+ ],
254
+ "operation": [
255
+ "Aerodromes By Route Us v1 Aerodromes Route Query Post"
256
+ ]
257
+ }
258
+ }
259
+ },
260
+ {
261
+ "displayName": "X API Key",
262
+ "name": "x-api-key",
263
+ "default": "",
264
+ "type": "string",
265
+ "routing": {
266
+ "request": {
267
+ "headers": {
268
+ "x-api-key": "={{ $value }}"
269
+ }
270
+ }
271
+ },
272
+ "displayOptions": {
273
+ "show": {
274
+ "resource": [
275
+ "Aerodromes"
276
+ ],
277
+ "operation": [
278
+ "Aerodromes By Route Us v1 Aerodromes Route Query Post"
279
+ ]
280
+ }
281
+ }
282
+ },
283
+ {
284
+ "required": true,
285
+ "displayName": "Route",
286
+ "name": "route",
287
+ "type": "json",
288
+ "default": "{}",
289
+ "routing": {
290
+ "send": {
291
+ "property": "route",
292
+ "propertyInDotNotation": false,
293
+ "type": "body",
294
+ "value": "={{ JSON.parse($value) }}"
295
+ }
296
+ },
297
+ "displayOptions": {
298
+ "show": {
299
+ "resource": [
300
+ "Aerodromes"
301
+ ],
302
+ "operation": [
303
+ "Aerodromes By Route Us v1 Aerodromes Route Query Post"
304
+ ]
305
+ }
306
+ }
307
+ },
308
+ ];
309
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/LjaeroDflight/resources/aerodromes/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const airspaceDescription: INodeProperties[];