@atlassianlabs/jira-pi-common-models
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -190,2 +190,9 @@ import { JiraSiteInfo } from './JiraSiteInfo'; | ||
} | ||
export interface FilterSearchResults { | ||
maxResults: number; | ||
offset: number; | ||
total: number; | ||
isLast: boolean; | ||
filters: FilterSearchResult[]; | ||
} | ||
export interface FilterSearchResult { | ||
@@ -199,2 +206,5 @@ id: string; | ||
} | ||
export interface JQLErrors { | ||
errors: string[]; | ||
} | ||
export declare function readProject(projectJson: any): Project; | ||
@@ -201,0 +211,0 @@ export declare function readWatches(watchesJson: any): Watches; |
{ | ||
"name": "@atlassianlabs/jira-pi-common-models", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "Common Jira models for related jira-pi-clients", | ||
@@ -16,4 +16,4 @@ "repository": { | ||
"sideEffects": false, | ||
"gitHead": "49bda0d84dde41e1f01e6be649cd6513ead7a752", | ||
"gitHead": "2d5d84321220e0ce41b101196a673425b37f9525", | ||
"typings": "./index.d.ts" | ||
} |
@@ -1,1 +0,1 @@ | ||
#jira-pi-common-models | ||
#jira-pi-common-models |
56551
1809
2