@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.
- package/README.md +158 -0
- package/dist/banner.svg +141 -0
- package/dist/credentials/LjaeroDflightApi.credentials.d.ts +9 -0
- package/dist/credentials/LjaeroDflightApi.credentials.js +40 -0
- package/dist/credentials/LjaeroDflightApi.credentials.js.map +1 -0
- package/dist/icons/ljaero-dflight.dark.png +0 -0
- package/dist/icons/ljaero-dflight.png +0 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.d.ts +4 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js +103 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.js.map +1 -0
- package/dist/nodes/LjaeroDflight/LjaeroDflight.node.json +20 -0
- package/dist/nodes/LjaeroDflight/ljaero-dflight.dark.png +0 -0
- package/dist/nodes/LjaeroDflight/ljaero-dflight.png +0 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/aerodromes/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.js +384 -0
- package/dist/nodes/LjaeroDflight/resources/airspace/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/flight-restrictions/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/index.d.ts +8 -0
- package/dist/nodes/LjaeroDflight/resources/index.js +20 -0
- package/dist/nodes/LjaeroDflight/resources/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/restricted-public-venues/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/special-security-areas/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/surface-obstacles/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js +309 -0
- package/dist/nodes/LjaeroDflight/resources/uas-operating-areas/index.js.map +1 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.d.ts +2 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.js +459 -0
- package/dist/nodes/LjaeroDflight/resources/weather/index.js.map +1 -0
- package/dist/package.json +62 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +62 -0
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.flightRestrictionsDescription = void 0;
|
|
4
|
+
exports.flightRestrictionsDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Flight Restrictions"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Tfr By Distance Us v1 Restrictions Distance Query Post",
|
|
20
|
+
"value": "Tfr By Distance Us v1 Restrictions Distance Query Post",
|
|
21
|
+
"action": "Retrieve flight restrictions applicable within given distance of location.",
|
|
22
|
+
"description": "Retrieve Flight Restrictions applicable 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)",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/us/v1/restrictions/distance-query"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Tfr By Poly Us v1 Restrictions Polygon Query Post",
|
|
32
|
+
"value": "Tfr By Poly Us v1 Restrictions Polygon Query Post",
|
|
33
|
+
"action": "Retrieve flight restrictions applicable within given area.",
|
|
34
|
+
"description": "Retrieve Flight Restrictions 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.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/us/v1/restrictions/polygon-query"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Tfr By Route Us v1 Restrictions Route Query Post",
|
|
44
|
+
"value": "Tfr By Route Us v1 Restrictions Route Query Post",
|
|
45
|
+
"action": "Retrieve flight restrictions applicable along route.",
|
|
46
|
+
"description": "Retrieve Flight Restrictions applicable along your 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.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/us/v1/restrictions/route-query"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "POST /us/v1/restrictions/distance-query",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Flight Restrictions"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"Tfr By Distance Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
92
|
+
],
|
|
93
|
+
"operation": [
|
|
94
|
+
"Tfr By Distance Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Tfr By Distance Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Tfr By Distance Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Tfr By Distance Us v1 Restrictions Distance Query Post"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "POST /us/v1/restrictions/polygon-query",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Flight Restrictions"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Tfr By Poly Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"Tfr By Poly Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"Tfr By Poly Us v1 Restrictions Polygon Query Post"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "POST /us/v1/restrictions/route-query",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Flight Restrictions"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"Tfr By Route Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
276
|
+
],
|
|
277
|
+
"operation": [
|
|
278
|
+
"Tfr By Route Us v1 Restrictions 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
|
+
"Flight Restrictions"
|
|
301
|
+
],
|
|
302
|
+
"operation": [
|
|
303
|
+
"Tfr By Route Us v1 Restrictions 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/flight-restrictions/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { airspaceDescription } from './airspace';
|
|
2
|
+
export { weatherDescription } from './weather';
|
|
3
|
+
export { flightRestrictionsDescription } from './flight-restrictions';
|
|
4
|
+
export { specialSecurityAreasDescription } from './special-security-areas';
|
|
5
|
+
export { restrictedPublicVenuesDescription } from './restricted-public-venues';
|
|
6
|
+
export { surfaceObstaclesDescription } from './surface-obstacles';
|
|
7
|
+
export { aerodromesDescription } from './aerodromes';
|
|
8
|
+
export { uasOperatingAreasDescription } from './uas-operating-areas';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.uasOperatingAreasDescription = exports.aerodromesDescription = exports.surfaceObstaclesDescription = exports.restrictedPublicVenuesDescription = exports.specialSecurityAreasDescription = exports.flightRestrictionsDescription = exports.weatherDescription = exports.airspaceDescription = void 0;
|
|
4
|
+
var airspace_1 = require("./airspace");
|
|
5
|
+
Object.defineProperty(exports, "airspaceDescription", { enumerable: true, get: function () { return airspace_1.airspaceDescription; } });
|
|
6
|
+
var weather_1 = require("./weather");
|
|
7
|
+
Object.defineProperty(exports, "weatherDescription", { enumerable: true, get: function () { return weather_1.weatherDescription; } });
|
|
8
|
+
var flight_restrictions_1 = require("./flight-restrictions");
|
|
9
|
+
Object.defineProperty(exports, "flightRestrictionsDescription", { enumerable: true, get: function () { return flight_restrictions_1.flightRestrictionsDescription; } });
|
|
10
|
+
var special_security_areas_1 = require("./special-security-areas");
|
|
11
|
+
Object.defineProperty(exports, "specialSecurityAreasDescription", { enumerable: true, get: function () { return special_security_areas_1.specialSecurityAreasDescription; } });
|
|
12
|
+
var restricted_public_venues_1 = require("./restricted-public-venues");
|
|
13
|
+
Object.defineProperty(exports, "restrictedPublicVenuesDescription", { enumerable: true, get: function () { return restricted_public_venues_1.restrictedPublicVenuesDescription; } });
|
|
14
|
+
var surface_obstacles_1 = require("./surface-obstacles");
|
|
15
|
+
Object.defineProperty(exports, "surfaceObstaclesDescription", { enumerable: true, get: function () { return surface_obstacles_1.surfaceObstaclesDescription; } });
|
|
16
|
+
var aerodromes_1 = require("./aerodromes");
|
|
17
|
+
Object.defineProperty(exports, "aerodromesDescription", { enumerable: true, get: function () { return aerodromes_1.aerodromesDescription; } });
|
|
18
|
+
var uas_operating_areas_1 = require("./uas-operating-areas");
|
|
19
|
+
Object.defineProperty(exports, "uasOperatingAreasDescription", { enumerable: true, get: function () { return uas_operating_areas_1.uasOperatingAreasDescription; } });
|
|
20
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../nodes/LjaeroDflight/resources/index.ts"],"names":[],"mappings":";;;AAAA,uCAAiD;AAAxC,+GAAA,mBAAmB,OAAA;AAC5B,qCAA+C;AAAtC,6GAAA,kBAAkB,OAAA;AAC3B,6DAAsE;AAA7D,oIAAA,6BAA6B,OAAA;AACtC,mEAA2E;AAAlE,yIAAA,+BAA+B,OAAA;AACxC,uEAA+E;AAAtE,6IAAA,iCAAiC,OAAA;AAC1C,yDAAkE;AAAzD,gIAAA,2BAA2B,OAAA;AACpC,2CAAqD;AAA5C,mHAAA,qBAAqB,OAAA;AAC9B,6DAAqE;AAA5D,mIAAA,4BAA4B,OAAA"}
|
|
@@ -0,0 +1,309 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.restrictedPublicVenuesDescription = void 0;
|
|
4
|
+
exports.restrictedPublicVenuesDescription = [
|
|
5
|
+
{
|
|
6
|
+
"displayName": "Operation",
|
|
7
|
+
"name": "operation",
|
|
8
|
+
"type": "options",
|
|
9
|
+
"noDataExpression": true,
|
|
10
|
+
"displayOptions": {
|
|
11
|
+
"show": {
|
|
12
|
+
"resource": [
|
|
13
|
+
"Restricted Public Venues"
|
|
14
|
+
]
|
|
15
|
+
}
|
|
16
|
+
},
|
|
17
|
+
"options": [
|
|
18
|
+
{
|
|
19
|
+
"name": "Ven By Distance Us v1 Venues Distance Query Post",
|
|
20
|
+
"value": "Ven By Distance Us v1 Venues Distance Query Post",
|
|
21
|
+
"action": "Retrieve all restricted public venues located within given distance of location.",
|
|
22
|
+
"description": "Retrieve venues 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)",
|
|
23
|
+
"routing": {
|
|
24
|
+
"request": {
|
|
25
|
+
"method": "POST",
|
|
26
|
+
"url": "=/us/v1/venues/distance-query"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"name": "Ven By Poly Us v1 Venues Polygon Query Post",
|
|
32
|
+
"value": "Ven By Poly Us v1 Venues Polygon Query Post",
|
|
33
|
+
"action": "Retrieve all restricted public venues located within given GeoJSON Polygon.",
|
|
34
|
+
"description": "Retrieve all restricted public venues 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.",
|
|
35
|
+
"routing": {
|
|
36
|
+
"request": {
|
|
37
|
+
"method": "POST",
|
|
38
|
+
"url": "=/us/v1/venues/polygon-query"
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"name": "Ven By Route Us v1 Venues Route Query Post",
|
|
44
|
+
"value": "Ven By Route Us v1 Venues Route Query Post",
|
|
45
|
+
"action": "Retrieve all restricted public venues traversed by route.",
|
|
46
|
+
"description": "Retrieve all restricted public venues intersected 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.",
|
|
47
|
+
"routing": {
|
|
48
|
+
"request": {
|
|
49
|
+
"method": "POST",
|
|
50
|
+
"url": "=/us/v1/venues/route-query"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"default": ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"displayName": "POST /us/v1/venues/distance-query",
|
|
59
|
+
"name": "operation",
|
|
60
|
+
"type": "notice",
|
|
61
|
+
"typeOptions": {
|
|
62
|
+
"theme": "info"
|
|
63
|
+
},
|
|
64
|
+
"default": "",
|
|
65
|
+
"displayOptions": {
|
|
66
|
+
"show": {
|
|
67
|
+
"resource": [
|
|
68
|
+
"Restricted Public Venues"
|
|
69
|
+
],
|
|
70
|
+
"operation": [
|
|
71
|
+
"Ven By Distance Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
92
|
+
],
|
|
93
|
+
"operation": [
|
|
94
|
+
"Ven By Distance Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
117
|
+
],
|
|
118
|
+
"operation": [
|
|
119
|
+
"Ven By Distance Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
142
|
+
],
|
|
143
|
+
"operation": [
|
|
144
|
+
"Ven By Distance Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
167
|
+
],
|
|
168
|
+
"operation": [
|
|
169
|
+
"Ven By Distance Us v1 Venues Distance Query Post"
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"displayName": "POST /us/v1/venues/polygon-query",
|
|
176
|
+
"name": "operation",
|
|
177
|
+
"type": "notice",
|
|
178
|
+
"typeOptions": {
|
|
179
|
+
"theme": "info"
|
|
180
|
+
},
|
|
181
|
+
"default": "",
|
|
182
|
+
"displayOptions": {
|
|
183
|
+
"show": {
|
|
184
|
+
"resource": [
|
|
185
|
+
"Restricted Public Venues"
|
|
186
|
+
],
|
|
187
|
+
"operation": [
|
|
188
|
+
"Ven By Poly Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
209
|
+
],
|
|
210
|
+
"operation": [
|
|
211
|
+
"Ven By Poly Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
234
|
+
],
|
|
235
|
+
"operation": [
|
|
236
|
+
"Ven By Poly Us v1 Venues Polygon Query Post"
|
|
237
|
+
]
|
|
238
|
+
}
|
|
239
|
+
}
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"displayName": "POST /us/v1/venues/route-query",
|
|
243
|
+
"name": "operation",
|
|
244
|
+
"type": "notice",
|
|
245
|
+
"typeOptions": {
|
|
246
|
+
"theme": "info"
|
|
247
|
+
},
|
|
248
|
+
"default": "",
|
|
249
|
+
"displayOptions": {
|
|
250
|
+
"show": {
|
|
251
|
+
"resource": [
|
|
252
|
+
"Restricted Public Venues"
|
|
253
|
+
],
|
|
254
|
+
"operation": [
|
|
255
|
+
"Ven By Route Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
276
|
+
],
|
|
277
|
+
"operation": [
|
|
278
|
+
"Ven By Route Us v1 Venues 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
|
+
"Restricted Public Venues"
|
|
301
|
+
],
|
|
302
|
+
"operation": [
|
|
303
|
+
"Ven By Route Us v1 Venues 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/restricted-public-venues/index.ts"],"names":[],"mappings":"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"}
|