@bruit/types
Advanced tools
Comparing version 0.1.31 to 0.2.0
@@ -13,2 +13,3 @@ export * from './enums/brt-field-type'; | ||
export * from './interfaces/brt-config'; | ||
export * from './interfaces/brt-core-config'; | ||
export * from './interfaces/brt-data'; | ||
@@ -19,3 +20,3 @@ export * from './interfaces/brt-error'; | ||
export * from './interfaces/brt-labels'; | ||
export * from './interfaces/brt-log-levels'; | ||
export * from './interfaces/brt-log-cache-length'; | ||
export * from './interfaces/brt-log'; | ||
@@ -22,0 +23,0 @@ export * from './interfaces/brt-navigator-info'; |
import { BrtLabels } from './brt-labels'; | ||
import { BrtColors } from './brt-colors'; | ||
import { BrtLogLevels } from './brt-log-levels'; | ||
import { BrtField } from './brt-field'; | ||
@@ -9,4 +8,2 @@ export interface BrtConfig { | ||
labels?: BrtLabels; | ||
logLevels?: BrtLogLevels; | ||
maxLogLines?: number; | ||
colors?: BrtColors; | ||
@@ -13,0 +10,0 @@ closeModalOnSubmit?: boolean; |
@@ -6,10 +6,5 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
toolType: BrtToolType; | ||
apiAuthHeader?: string; | ||
apiEndPoint?: string; | ||
apiKey?: string; | ||
email?: string; | ||
labels?: Array<string>; | ||
jiraConf: { | ||
projectId: string; | ||
issueTypeId: string; | ||
}; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.1.31", | ||
"version": "0.2.0", | ||
"description": "Bruit.io typings", | ||
@@ -5,0 +5,0 @@ "private": false, |
@@ -14,2 +14,3 @@ export * from './enums/brt-field-type'; | ||
export * from './interfaces/brt-config'; | ||
export * from './interfaces/brt-core-config'; | ||
export * from './interfaces/brt-data'; | ||
@@ -20,3 +21,3 @@ export * from './interfaces/brt-error'; | ||
export * from './interfaces/brt-labels'; | ||
export * from './interfaces/brt-log-levels'; | ||
export * from './interfaces/brt-log-cache-length'; | ||
export * from './interfaces/brt-log'; | ||
@@ -23,0 +24,0 @@ export * from './interfaces/brt-navigator-info'; |
import { BrtLabels } from './brt-labels'; | ||
import { BrtColors } from './brt-colors'; | ||
import { BrtLogLevels } from './brt-log-levels'; | ||
import { BrtField } from './brt-field'; | ||
@@ -11,4 +10,2 @@ | ||
labels?: BrtLabels; | ||
logLevels?: BrtLogLevels; | ||
maxLogLines?: number; | ||
colors?: BrtColors; | ||
@@ -15,0 +12,0 @@ closeModalOnSubmit?: boolean; |
@@ -7,10 +7,5 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
toolType: BrtToolType; | ||
apiAuthHeader?: string; | ||
apiEndPoint?: string; | ||
apiKey?: string; | ||
email?: string; | ||
labels?: Array<string>; | ||
jiraConf: { | ||
projectId: string; | ||
issueTypeId: string; | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17621
84
597