@gitkraken/provider-apis 0.29.0 → 0.29.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,5 +3,6 @@ import { ProviderConfig } from '../../types/exportedTypes/types';
3
3
  import { AzurePullRequest } from '../../types/internalTypes/azureDevOps';
4
4
  export declare const getAzureRequestHeaders: (config: ProviderConfig, options?: EnterpriseOptions) => Record<string, string>;
5
5
  export declare const getPullRequestUrl: (pullRequest: AzurePullRequest) => string;
6
- export declare const getVSSPSBaseUrl: (config: ProviderConfig, options: EnterpriseOptions) => string;
6
+ export declare const getAppVSSPSBaseUrl: (config: ProviderConfig, options: EnterpriseOptions) => string;
7
7
  export declare const getAPIBaseUrl: (config: ProviderConfig, options: EnterpriseOptions) => string;
8
+ export declare const getVSSPSBaseUrl: (config: ProviderConfig, options: EnterpriseOptions) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitkraken/provider-apis",
3
- "version": "0.29.0",
3
+ "version": "0.29.2",
4
4
  "description": "An SDK around different third-party APIs that accepts and returns data in a common format.",
5
5
  "author": "Axosoft, LLC dba GitKraken",
6
6
  "license": "SEE LICENSE IN LICENSE",