@gitbeaker/core
Advanced tools
Comparing version 19.7.0 to 19.7.1
@@ -0,1 +1,17 @@ | ||
# v19.7.1 (Sat May 30 2020) | ||
:tada: This release contains work from a new contributor! :tada: | ||
Thank you, Andrea ([@andreasciamanna](https://github.com/andreasciamanna)), for all your work! | ||
#### 🐛 Bug Fix | ||
- Add YouTrack to the supported services [#853](https://github.com/jdalrymple/gitbeaker/pull/853) ([@andreasciamanna](https://github.com/andreasciamanna)) | ||
#### Authors: 1 | ||
- Andrea ([@andreasciamanna](https://github.com/andreasciamanna)) | ||
--- | ||
# v19.7.0 (Sun May 17 2020) | ||
@@ -2,0 +18,0 @@ |
import { BaseService, BaseRequestOptions, Sudo } from '../infrastructure'; | ||
export declare type SupportedService = 'asana' | 'assembla' | 'bamboo' | 'bugzilla' | 'buildkite' | 'campfire' | 'custom-issue-tracker' | 'drone-ci' | 'emails-on-push' | 'external-wiki' | 'flowdock' | 'hangouts_chat' | 'hipchat' | 'irker' | 'jira' | 'kubernetes' | 'slack-slash-commands' | 'slack' | 'packagist' | 'pipelines-email' | 'pivotaltracker' | 'prometheus' | 'pushover' | 'redmine' | 'microsoft-teams' | 'mattermost' | 'mattermost-slash-commands' | 'teamcity' | 'jenkins' | 'jenkins-deprecated' | 'mock-ci'; | ||
export declare type SupportedService = 'asana' | 'assembla' | 'bamboo' | 'bugzilla' | 'buildkite' | 'campfire' | 'custom-issue-tracker' | 'drone-ci' | 'emails-on-push' | 'external-wiki' | 'flowdock' | 'hangouts_chat' | 'hipchat' | 'irker' | 'jira' | 'kubernetes' | 'slack-slash-commands' | 'slack' | 'packagist' | 'pipelines-email' | 'pivotaltracker' | 'prometheus' | 'pushover' | 'redmine' | 'microsoft-teams' | 'mattermost' | 'mattermost-slash-commands' | 'teamcity' | 'jenkins' | 'jenkins-deprecated' | 'mock-ci' | 'youtrack'; | ||
export declare class Services extends BaseService { | ||
@@ -4,0 +4,0 @@ edit(projectId: string | number, serviceName: SupportedService, options?: BaseRequestOptions): Promise<import("../infrastructure").PutResponse>; |
{ | ||
"name": "@gitbeaker/core", | ||
"description": "Core API implementation of the GitLab API. Supports Promises, Async/Await.", | ||
"version": "19.7.0", | ||
"version": "19.7.1", | ||
"author": { | ||
@@ -12,3 +12,3 @@ "name": "Justin Dalrymple" | ||
"dependencies": { | ||
"@gitbeaker/requester-utils": "^19.7.0", | ||
"@gitbeaker/requester-utils": "^19.7.1", | ||
"form-data": "^3.0.0", | ||
@@ -57,3 +57,3 @@ "li": "^1.3.0", | ||
}, | ||
"gitHead": "b5d1230e272aa5be00fe9a9fd313ec5d99777ab7" | ||
"gitHead": "6d836d89564546981a41006bf88f7a794831d549" | ||
} |
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
321451