@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,384 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.airspaceDescription = void 0;
4
+ exports.airspaceDescription = [
5
+ {
6
+ "displayName": "Operation",
7
+ "name": "operation",
8
+ "type": "options",
9
+ "noDataExpression": true,
10
+ "displayOptions": {
11
+ "show": {
12
+ "resource": [
13
+ "Airspace"
14
+ ]
15
+ }
16
+ },
17
+ "options": [
18
+ {
19
+ "name": "Asp By Distance Us v1 Airspace Distance Query Post",
20
+ "value": "Asp By Distance Us v1 Airspace Distance Query Post",
21
+ "action": "Retrieve all requested types of airspace located within given distance of location.",
22
+ "description": "Retrieve selected types of airspace existing within given distance from 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* asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.\n\nSuccessful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the *airspace_type*. Additional properties for each *airspace_type* are as follows:\n* CAS (Controlled Airspace)\n - *name*\n - *cas_class*: B, C, D, or E2\n - *floor*: integer value in ft MSL\n - *ceiling*: integer value in ft MSL\n - *lannc*: true/false indicating whether or not authorization for this airspace may be obtained via LAANC\n* SUA (Special Use Airspace)\n - *name*\n - *sua_type*: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area\n - *floor*: lower limit of the airspace\n - *floor_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *floor_ref*: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n - *ceiling*: upper limit of the airspace\n - *ceiling_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *ceiling_ref*: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n* MAA (Miscellaneous Activity Area)\n - *name*\n - *maa_type*: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY\n - *use_times*: textual description of days/times when activity in the area should be expected\n* MTR (Military Training Route)\n - *name*\n - *use_times*: textual description of days/times when MTR is active/hot\n - *terrain_following*: boolean value indicating whether terrain following activity occurs on the route\n - *max_extent_nm*: maximum distance that aircraft can deviate from route centerline",
23
+ "routing": {
24
+ "request": {
25
+ "method": "POST",
26
+ "url": "=/us/v1/airspace/distance-query"
27
+ }
28
+ }
29
+ },
30
+ {
31
+ "name": "Asp By Poly Us v1 Airspace Polygon Query Post",
32
+ "value": "Asp By Poly Us v1 Airspace Polygon Query Post",
33
+ "action": "Retrieve all requested types of airspace located within given GeoJSON Polygon.",
34
+ "description": "Retrieve selected types of airspace 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* asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.\n\nSuccessful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the *airspace_type*. Additional properties for each *airspace_type* are as follows:\n* CAS (Controlled Airspace)\n - *name*\n - *cas_class*: B, C, D, or E2\n - *floor*: integer value in ft MSL\n - *ceiling*: integer value in ft MSL\n - *lannc*: true/false indicating whether or not authorization for this airspace may be obtained via LAANC\n* SUA (Special Use Airspace)\n - *name*\n - *sua_type*: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area\n - *floor*: lower limit of the airspace\n - *floor_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *floor_ref*: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n - *ceiling*: upper limit of the airspace\n - *ceiling_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *ceiling_ref*: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n* MAA (Miscellaneous Activity Area)\n - *name*\n - *maa_type*: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY\n - *use_times*: textual description of days/times when activity in the area should be expected\n* MTR (Military Training Route)\n - *name*\n - *use_times*: textual description of days/times when MTR is active/hot\n - *terrain_following*: boolean value indicating whether terrain following activity occurs on the route\n - *max_extent_nm*: maximum distance that aircraft can deviate from route centerline",
35
+ "routing": {
36
+ "request": {
37
+ "method": "POST",
38
+ "url": "=/us/v1/airspace/polygon-query"
39
+ }
40
+ }
41
+ },
42
+ {
43
+ "name": "Asp By Route Us v1 Airspace Route Query Post",
44
+ "value": "Asp By Route Us v1 Airspace Route Query Post",
45
+ "action": "Retrieve all requested types of airspace traversed by route.",
46
+ "description": "Retrieve selected types of airspace traversed by 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* asptypes: list of one or more airspace types you wish to retrieve. Allowed values are 'CAS', 'SUA', 'MAA', and 'MTR'.\n\nSuccessful requests return a list of GeoJSON FeatureCollections, one for each Airspace type indicated in the request. Within each feature collection, there will be a separate Feature for each Airspace instance found. All Features will include a property indicating the *airspace_type*. Additional properties for each *airspace_type* are as follows:\n* CAS (Controlled Airspace)\n - *name*\n - *cas_class*: B, C, D, or E2\n - *floor*: integer value in ft MSL\n - *ceiling*: integer value in ft MSL\n - *lannc*: true/false indicating whether or not authorization for this airspace may be obtained via LAANC\n* SUA (Special Use Airspace)\n - *name*\n - *sua_type*: AA = Alert Area, MOA = Military Operations Area, NSA = National Security Area, PA = Prohibited Area, RA = Restricted Area, WA = Warning Area\n - *floor*: lower limit of the airspace\n - *floor_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *floor_ref*: reference level used for the numeric floor value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n - *ceiling*: upper limit of the airspace\n - *ceiling_uom*: unit of measure used for the numeric floor value: FT (feet) or FL (flight level)\n - *ceiling_ref*: reference level used for the numeric ceiling value: AGL, MSL, or STD (standard atmosphere, used for flight level values)\n* MAA (Miscellaneous Activity Area)\n - *name*\n - *maa_type*: one of the following - ULTRALIGHT, PARACHUTE JUMP AREA, AEROBATIC PRACTICE, GLIDER, HANG GLIDER, SPACE LAUNCH ACTIVITY\n - *use_times*: textual description of days/times when activity in the area should be expected\n* MTR (Military Training Route)\n - *name*\n - *use_times*: textual description of days/times when MTR is active/hot\n - *terrain_following*: boolean value indicating whether terrain following activity occurs on the route\n - *max_extent_nm*: maximum distance that aircraft can deviate from route centerline",
47
+ "routing": {
48
+ "request": {
49
+ "method": "POST",
50
+ "url": "=/us/v1/airspace/route-query"
51
+ }
52
+ }
53
+ }
54
+ ],
55
+ "default": ""
56
+ },
57
+ {
58
+ "displayName": "POST /us/v1/airspace/distance-query",
59
+ "name": "operation",
60
+ "type": "notice",
61
+ "typeOptions": {
62
+ "theme": "info"
63
+ },
64
+ "default": "",
65
+ "displayOptions": {
66
+ "show": {
67
+ "resource": [
68
+ "Airspace"
69
+ ],
70
+ "operation": [
71
+ "Asp By Distance Us v1 Airspace 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
+ "Airspace"
92
+ ],
93
+ "operation": [
94
+ "Asp By Distance Us v1 Airspace Distance Query Post"
95
+ ]
96
+ }
97
+ }
98
+ },
99
+ {
100
+ "required": true,
101
+ "displayName": "Asptypes",
102
+ "name": "asptypes",
103
+ "type": "json",
104
+ "default": "[\n null\n]",
105
+ "routing": {
106
+ "send": {
107
+ "property": "asptypes",
108
+ "propertyInDotNotation": false,
109
+ "type": "body",
110
+ "value": "={{ JSON.parse($value) }}"
111
+ }
112
+ },
113
+ "displayOptions": {
114
+ "show": {
115
+ "resource": [
116
+ "Airspace"
117
+ ],
118
+ "operation": [
119
+ "Asp By Distance Us v1 Airspace Distance Query Post"
120
+ ]
121
+ }
122
+ }
123
+ },
124
+ {
125
+ "required": true,
126
+ "displayName": "Distance",
127
+ "name": "distance",
128
+ "type": "number",
129
+ "default": 0,
130
+ "routing": {
131
+ "send": {
132
+ "property": "distance",
133
+ "propertyInDotNotation": false,
134
+ "type": "body",
135
+ "value": "={{ $value }}"
136
+ }
137
+ },
138
+ "displayOptions": {
139
+ "show": {
140
+ "resource": [
141
+ "Airspace"
142
+ ],
143
+ "operation": [
144
+ "Asp By Distance Us v1 Airspace Distance Query Post"
145
+ ]
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "required": true,
151
+ "displayName": "Latitude",
152
+ "name": "latitude",
153
+ "type": "number",
154
+ "default": 0,
155
+ "routing": {
156
+ "send": {
157
+ "property": "latitude",
158
+ "propertyInDotNotation": false,
159
+ "type": "body",
160
+ "value": "={{ $value }}"
161
+ }
162
+ },
163
+ "displayOptions": {
164
+ "show": {
165
+ "resource": [
166
+ "Airspace"
167
+ ],
168
+ "operation": [
169
+ "Asp By Distance Us v1 Airspace Distance Query Post"
170
+ ]
171
+ }
172
+ }
173
+ },
174
+ {
175
+ "required": true,
176
+ "displayName": "Longitude",
177
+ "name": "longitude",
178
+ "type": "number",
179
+ "default": 0,
180
+ "routing": {
181
+ "send": {
182
+ "property": "longitude",
183
+ "propertyInDotNotation": false,
184
+ "type": "body",
185
+ "value": "={{ $value }}"
186
+ }
187
+ },
188
+ "displayOptions": {
189
+ "show": {
190
+ "resource": [
191
+ "Airspace"
192
+ ],
193
+ "operation": [
194
+ "Asp By Distance Us v1 Airspace Distance Query Post"
195
+ ]
196
+ }
197
+ }
198
+ },
199
+ {
200
+ "displayName": "POST /us/v1/airspace/polygon-query",
201
+ "name": "operation",
202
+ "type": "notice",
203
+ "typeOptions": {
204
+ "theme": "info"
205
+ },
206
+ "default": "",
207
+ "displayOptions": {
208
+ "show": {
209
+ "resource": [
210
+ "Airspace"
211
+ ],
212
+ "operation": [
213
+ "Asp By Poly Us v1 Airspace Polygon Query Post"
214
+ ]
215
+ }
216
+ }
217
+ },
218
+ {
219
+ "displayName": "X API Key",
220
+ "name": "x-api-key",
221
+ "default": "",
222
+ "type": "string",
223
+ "routing": {
224
+ "request": {
225
+ "headers": {
226
+ "x-api-key": "={{ $value }}"
227
+ }
228
+ }
229
+ },
230
+ "displayOptions": {
231
+ "show": {
232
+ "resource": [
233
+ "Airspace"
234
+ ],
235
+ "operation": [
236
+ "Asp By Poly Us v1 Airspace Polygon Query Post"
237
+ ]
238
+ }
239
+ }
240
+ },
241
+ {
242
+ "required": true,
243
+ "displayName": "Asptypes",
244
+ "name": "asptypes",
245
+ "type": "json",
246
+ "default": "[\n null\n]",
247
+ "routing": {
248
+ "send": {
249
+ "property": "asptypes",
250
+ "propertyInDotNotation": false,
251
+ "type": "body",
252
+ "value": "={{ JSON.parse($value) }}"
253
+ }
254
+ },
255
+ "displayOptions": {
256
+ "show": {
257
+ "resource": [
258
+ "Airspace"
259
+ ],
260
+ "operation": [
261
+ "Asp By Poly Us v1 Airspace Polygon Query Post"
262
+ ]
263
+ }
264
+ }
265
+ },
266
+ {
267
+ "required": true,
268
+ "displayName": "Poly",
269
+ "name": "poly",
270
+ "type": "json",
271
+ "default": "{}",
272
+ "routing": {
273
+ "send": {
274
+ "property": "poly",
275
+ "propertyInDotNotation": false,
276
+ "type": "body",
277
+ "value": "={{ JSON.parse($value) }}"
278
+ }
279
+ },
280
+ "displayOptions": {
281
+ "show": {
282
+ "resource": [
283
+ "Airspace"
284
+ ],
285
+ "operation": [
286
+ "Asp By Poly Us v1 Airspace Polygon Query Post"
287
+ ]
288
+ }
289
+ }
290
+ },
291
+ {
292
+ "displayName": "POST /us/v1/airspace/route-query",
293
+ "name": "operation",
294
+ "type": "notice",
295
+ "typeOptions": {
296
+ "theme": "info"
297
+ },
298
+ "default": "",
299
+ "displayOptions": {
300
+ "show": {
301
+ "resource": [
302
+ "Airspace"
303
+ ],
304
+ "operation": [
305
+ "Asp By Route Us v1 Airspace Route Query Post"
306
+ ]
307
+ }
308
+ }
309
+ },
310
+ {
311
+ "displayName": "X API Key",
312
+ "name": "x-api-key",
313
+ "default": "",
314
+ "type": "string",
315
+ "routing": {
316
+ "request": {
317
+ "headers": {
318
+ "x-api-key": "={{ $value }}"
319
+ }
320
+ }
321
+ },
322
+ "displayOptions": {
323
+ "show": {
324
+ "resource": [
325
+ "Airspace"
326
+ ],
327
+ "operation": [
328
+ "Asp By Route Us v1 Airspace Route Query Post"
329
+ ]
330
+ }
331
+ }
332
+ },
333
+ {
334
+ "required": true,
335
+ "displayName": "Asptypes",
336
+ "name": "asptypes",
337
+ "type": "json",
338
+ "default": "[\n null\n]",
339
+ "routing": {
340
+ "send": {
341
+ "property": "asptypes",
342
+ "propertyInDotNotation": false,
343
+ "type": "body",
344
+ "value": "={{ JSON.parse($value) }}"
345
+ }
346
+ },
347
+ "displayOptions": {
348
+ "show": {
349
+ "resource": [
350
+ "Airspace"
351
+ ],
352
+ "operation": [
353
+ "Asp By Route Us v1 Airspace Route Query Post"
354
+ ]
355
+ }
356
+ }
357
+ },
358
+ {
359
+ "required": true,
360
+ "displayName": "Route",
361
+ "name": "route",
362
+ "type": "json",
363
+ "default": "{}",
364
+ "routing": {
365
+ "send": {
366
+ "property": "route",
367
+ "propertyInDotNotation": false,
368
+ "type": "body",
369
+ "value": "={{ JSON.parse($value) }}"
370
+ }
371
+ },
372
+ "displayOptions": {
373
+ "show": {
374
+ "resource": [
375
+ "Airspace"
376
+ ],
377
+ "operation": [
378
+ "Asp By Route Us v1 Airspace Route Query Post"
379
+ ]
380
+ }
381
+ }
382
+ },
383
+ ];
384
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../nodes/LjaeroDflight/resources/airspace/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ import type { INodeProperties } from 'n8n-workflow';
2
+ export declare const flightRestrictionsDescription: INodeProperties[];