@bruit/types
Advanced tools
Comparing version 0.1.30 to 0.1.31
@@ -6,5 +6,10 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
toolType: BrtToolType; | ||
apiKey?: string; | ||
apiAuthHeader?: string; | ||
apiEndPoint?: string; | ||
email?: string; | ||
labels?: Array<string>; | ||
jiraConf: { | ||
projectId: string; | ||
issueTypeId: string; | ||
}; | ||
} |
{ | ||
"name": "@bruit/types", | ||
"version": "0.1.30", | ||
"version": "0.1.31", | ||
"description": "Bruit.io typings", | ||
@@ -35,2 +35,2 @@ "private": false, | ||
} | ||
} | ||
} |
@@ -7,5 +7,10 @@ import { BrtToolId } from "../enums/brt-tool-id"; | ||
toolType: BrtToolType; | ||
apiKey?: string; | ||
apiAuthHeader?: string; | ||
apiEndPoint?: 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
17318
589