@flybywiresim/api-client
Advanced tools
Comparing version 0.12.0 to 0.13.0
@@ -37,3 +37,4 @@ export declare class MetarResponse { | ||
APPROACH = 5, | ||
RADAR = 6 | ||
RADAR = 6, | ||
ATIS = 7 | ||
} | ||
@@ -40,0 +41,0 @@ export declare class ATCInfo { |
@@ -73,2 +73,3 @@ "use strict"; | ||
AtcType[AtcType["RADAR"] = 6] = "RADAR"; | ||
AtcType[AtcType["ATIS"] = 7] = "ATIS"; | ||
})(AtcType = exports.AtcType || (exports.AtcType = {})); | ||
@@ -75,0 +76,0 @@ var HttpError = /** @class */ (function (_super) { |
{ | ||
"name": "@flybywiresim/api-client", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Client library for the FlyByWire Simulations API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
30443
606