@flybywiresim/api-client
Advanced tools
Comparing version 0.9.0 to 0.10.0
@@ -86,2 +86,7 @@ export declare class MetarResponse { | ||
} | ||
export declare class PullLabel { | ||
id: string; | ||
name: string; | ||
color: string; | ||
} | ||
export declare class PullInfo { | ||
@@ -91,3 +96,3 @@ number: number; | ||
author: string; | ||
labels: string[]; | ||
labels: PullLabel[]; | ||
isDraft: boolean; | ||
@@ -94,0 +99,0 @@ } |
{ | ||
"name": "@flybywiresim/api-client", | ||
"version": "0.9.0", | ||
"version": "0.10.0", | ||
"description": "Client library for the FlyByWire Simulations API", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
28036
537