azure-devops-node-api
Advanced tools
Comparing version 11.1.1 to 11.2.0
@@ -367,3 +367,3 @@ /// <reference types="node" /> | ||
* @param {number} processType - If specified, filters to definitions with the given process type. | ||
* @param {string} yamlFilename - If specified, filters to YAML definitions that match the given filename. | ||
* @param {string} yamlFilename - If specified, filters to YAML definitions that match the given filename. To use this filter includeAllProperties should be set to true | ||
*/ | ||
@@ -370,0 +370,0 @@ getDefinitions(project: string, name?: string, repositoryId?: string, repositoryType?: string, queryOrder?: BuildInterfaces.DefinitionQueryOrder, top?: number, continuationToken?: string, minMetricsTime?: Date, definitionIds?: number[], path?: string, builtAfter?: Date, notBuiltAfter?: Date, includeAllProperties?: boolean, includeLatestBuilds?: boolean, taskIdFilter?: string, processType?: number, yamlFilename?: string): Promise<BuildInterfaces.BuildDefinitionReference[]>; |
@@ -39,3 +39,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "54b2a2a0-859b-4d05-827c-ec4c862f641a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "54b2a2a0-859b-4d05-827c-ec4c862f641a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -67,3 +67,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "54b2a2a0-859b-4d05-827c-ec4c862f641a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "54b2a2a0-859b-4d05-827c-ec4c862f641a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -93,3 +93,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -120,3 +120,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -149,3 +149,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "b4f70219-e18b-42c5-abe3-98b07d35525e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -175,3 +175,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -201,3 +201,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -226,3 +226,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -252,3 +252,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "5ead0b70-2572-4697-97e9-f341069a783a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -287,3 +287,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "294c494c-2600-4d7e-b76c-3dd50c3c95be", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "294c494c-2600-4d7e-b76c-3dd50c3c95be", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -314,3 +314,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "93878975-88c5-4e6a-8abb-7ddd77a8a7d8", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "93878975-88c5-4e6a-8abb-7ddd77a8a7d8", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -338,3 +338,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "93878975-88c5-4e6a-8abb-7ddd77a8a7d8", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "93878975-88c5-4e6a-8abb-7ddd77a8a7d8", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -365,3 +365,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "8031090f-ef1d-4af6-85fc-698cd75d42bf", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "8031090f-ef1d-4af6-85fc-698cd75d42bf", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -395,3 +395,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "8031090f-ef1d-4af6-85fc-698cd75d42bf", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "8031090f-ef1d-4af6-85fc-698cd75d42bf", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -423,3 +423,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "6488a877-4749-4954-82ea-7340d36be9f2", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "6488a877-4749-4954-82ea-7340d36be9f2", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -456,3 +456,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -492,3 +492,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -517,3 +517,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -544,3 +544,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -572,3 +572,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "core", "603fe2ac-9723-48b9-88ad-09305aa6c6e1", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -605,3 +605,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "0a3ffdfc-fe94-47a6-bb27-79bf3f762eac", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "0a3ffdfc-fe94-47a6-bb27-79bf3f762eac", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -636,3 +636,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "4976a71a-4487-49aa-8aab-a1eda469037a", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "4976a71a-4487-49aa-8aab-a1eda469037a", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -666,3 +666,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "core", "4976a71a-4487-49aa-8aab-a1eda469037a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "core", "4976a71a-4487-49aa-8aab-a1eda469037a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -690,3 +690,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -721,3 +721,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -747,3 +747,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "core", "ec1f4311-f2b4-4c15-b2b8-8990b80d2908", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -781,3 +781,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "7a4d9ee9-3433-4347-b47a-7a80f1cf307e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "7a4d9ee9-3433-4347-b47a-7a80f1cf307e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -809,3 +809,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -838,3 +838,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -871,3 +871,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -908,3 +908,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -938,3 +938,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "core", "d30a3dd1-f8ba-442a-b86a-bd0c0c383e59", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -941,0 +941,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -46,3 +46,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -82,3 +82,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -118,3 +118,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -152,3 +152,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -189,3 +189,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -224,3 +224,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "Dashboard", "454b3e51-2e6e-48d4-ad81-978154089351", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -261,3 +261,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -299,3 +299,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -337,3 +337,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -376,3 +376,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -415,3 +415,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "Dashboard", "bdcff53a-8355-4172-a00a-40497ea23afc", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -444,3 +444,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Dashboard", "6b3628d3-e96f-4fc7-b176-50240b03b515", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Dashboard", "6b3628d3-e96f-4fc7-b176-50240b03b515", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -478,3 +478,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Dashboard", "6b3628d3-e96f-4fc7-b176-50240b03b515", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Dashboard", "6b3628d3-e96f-4fc7-b176-50240b03b515", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -481,0 +481,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -139,3 +139,3 @@ import basem = require('./ClientApiBases'); | ||
* @param {boolean} includeErrors - If true, include installed extensions with errors. | ||
* @param {string[]} assetTypes | ||
* @param {string[]} assetTypes - Determines which files are returned in the files array. Provide the wildcard '*' to return all files, or a colon separated list to retrieve files with specific asset types. | ||
* @param {boolean} includeInstallationIssues | ||
@@ -155,3 +155,3 @@ */ | ||
* @param {string} extensionName - Name of the extension. Example: "ops-tools". | ||
* @param {string[]} assetTypes | ||
* @param {string[]} assetTypes - Determines which files are returned in the files array. Provide the wildcard '*' to return all files, or a colon separated list to retrieve files with specific asset types. | ||
*/ | ||
@@ -158,0 +158,0 @@ getInstalledExtensionByName(publisherName: string, extensionName: string, assetTypes?: string[]): Promise<ExtensionManagementInterfaces.InstalledExtension>; |
@@ -53,3 +53,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "288dff58-d13b-468e-9671-0fb754e9398c", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "288dff58-d13b-468e-9671-0fb754e9398c", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -76,3 +76,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "da616457-eed3-4672-92d7-18d21f5c1658", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "da616457-eed3-4672-92d7-18d21f5c1658", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -103,3 +103,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "23a312e0-562d-42fb-a505-5a046b5635db", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "23a312e0-562d-42fb-a505-5a046b5635db", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -132,3 +132,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "f21cfc80-d2d2-4248-98bb-7820c74c4606", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "f21cfc80-d2d2-4248-98bb-7820c74c4606", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -166,3 +166,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -201,3 +201,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -236,3 +236,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -269,3 +269,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -303,3 +303,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -337,3 +337,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "bbe06c18-1c8b-4fcd-b9c6-1535aaab8749", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -367,3 +367,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "56c331f1-ce53-4318-adfd-4db5c52a7a2e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "56c331f1-ce53-4318-adfd-4db5c52a7a2e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -401,3 +401,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "92755d3d-9a8a-42b3-8a4d-87359fe5aa93", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "92755d3d-9a8a-42b3-8a4d-87359fe5aa93", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -424,3 +424,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "046c980f-1345-4ce2-bf85-b46d10ff4cfd", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "046c980f-1345-4ce2-bf85-b46d10ff4cfd", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -444,3 +444,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
* @param {boolean} includeErrors - If true, include installed extensions with errors. | ||
* @param {string[]} assetTypes | ||
* @param {string[]} assetTypes - Determines which files are returned in the files array. Provide the wildcard '*' to return all files, or a colon separated list to retrieve files with specific asset types. | ||
* @param {boolean} includeInstallationIssues | ||
@@ -459,3 +459,3 @@ */ | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "275424d0-c844-4fe2-bda6-04933a1357d8", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "275424d0-c844-4fe2-bda6-04933a1357d8", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -484,3 +484,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "275424d0-c844-4fe2-bda6-04933a1357d8", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "275424d0-c844-4fe2-bda6-04933a1357d8", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -504,3 +504,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
* @param {string} extensionName - Name of the extension. Example: "ops-tools". | ||
* @param {string[]} assetTypes | ||
* @param {string[]} assetTypes - Determines which files are returned in the files array. Provide the wildcard '*' to return all files, or a colon separated list to retrieve files with specific asset types. | ||
*/ | ||
@@ -518,3 +518,3 @@ getInstalledExtensionByName(publisherName, extensionName, assetTypes) { | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -549,3 +549,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -584,3 +584,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "fb0da285-f23e-4b56-8b53-3ef5f9f6de66", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -609,3 +609,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "e5cc8c09-407b-4867-8319-2ae3338cbf6f", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "e5cc8c09-407b-4867-8319-2ae3338cbf6f", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -646,3 +646,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "aa93e1f3-511c-4364-8b9c-eb98818f2e0b", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "aa93e1f3-511c-4364-8b9c-eb98818f2e0b", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -668,3 +668,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "216b978f-b164-424e-ada2-b77561e842b7", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "216b978f-b164-424e-ada2-b77561e842b7", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -703,3 +703,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "ba93e1f3-511c-4364-8b9c-eb98818f2e0b", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "ba93e1f3-511c-4364-8b9c-eb98818f2e0b", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -730,3 +730,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "f5afca1e-a728-4294-aa2d-4af0173431b5", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "f5afca1e-a728-4294-aa2d-4af0173431b5", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -758,3 +758,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "f5afca1e-a728-4294-aa2d-4af0173431b5", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "f5afca1e-a728-4294-aa2d-4af0173431b5", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -780,3 +780,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "ExtensionManagement", "3a2e24ed-1d6f-4cb2-9f3b-45a96bbfaf50", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "ExtensionManagement", "3a2e24ed-1d6f-4cb2-9f3b-45a96bbfaf50", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -783,0 +783,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -38,3 +38,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "c4209f25-7a27-41dd-9f04-06080c7b6afd", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "c4209f25-7a27-41dd-9f04-06080c7b6afd", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -66,3 +66,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "c4209f25-7a27-41dd-9f04-06080c7b6afd", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "c4209f25-7a27-41dd-9f04-06080c7b6afd", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -95,3 +95,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "98911314-3f9b-4eaf-80e8-83900d8e85d9", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "98911314-3f9b-4eaf-80e8-83900d8e85d9", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -131,3 +131,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "98911314-3f9b-4eaf-80e8-83900d8e85d9", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "98911314-3f9b-4eaf-80e8-83900d8e85d9", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -164,3 +164,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "dd291e43-aa9f-4cee-8465-a93c78e414a4", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "dd291e43-aa9f-4cee-8465-a93c78e414a4", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -204,3 +204,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "dd291e43-aa9f-4cee-8465-a93c78e414a4", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "dd291e43-aa9f-4cee-8465-a93c78e414a4", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -229,3 +229,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "2b4486ad-122b-400c-ae65-17b6672c1f9d", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "2b4486ad-122b-400c-ae65-17b6672c1f9d", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -257,3 +257,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "3f810f28-03e2-4239-b0bc-788add3005e5", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "3f810f28-03e2-4239-b0bc-788add3005e5", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -289,3 +289,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "FeatureManagement", "f29e997b-c2da-4d15-8380-765788a1a74c", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "FeatureManagement", "f29e997b-c2da-4d15-8380-765788a1a74c", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -292,0 +292,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -43,3 +43,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -79,3 +79,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -109,3 +109,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -156,3 +156,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.4", "Container", "e4f5c81e-e250-447b-9fef-bd48471bea5e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -159,0 +159,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -10,2 +10,6 @@ /** | ||
/** | ||
* When this flag is set to true,option to select the folder to copy Queries of copy dashboard will appear. | ||
*/ | ||
copyQueriesFlag?: boolean; | ||
/** | ||
* Description of the dashboard | ||
@@ -23,2 +27,6 @@ */ | ||
/** | ||
* Path to which the queries should be copied of copy dashboard | ||
*/ | ||
queryFolderPath?: string; | ||
/** | ||
* Refresh interval of dashboard | ||
@@ -25,0 +33,0 @@ */ |
@@ -315,2 +315,6 @@ /* | ||
/** | ||
* Include the details if an extension is in conflict list or not Currently being used for VSCode extensions. | ||
*/ | ||
ExtensionQueryFlags[ExtensionQueryFlags["IncludeNameConflictInfo"] = 32768] = "IncludeNameConflictInfo"; | ||
/** | ||
* AllAttributes is designed to be a mask that defines all sub-elements of the extension should be returned. NOTE: This is not actually All flags. This is now locked to the set defined since changing this enum would be a breaking change and would change the behavior of anyone using it. Try not to use this value when making calls to the service, instead be explicit about the options required. | ||
@@ -903,2 +907,3 @@ */ | ||
"includeSharedOrganizations": 16384, | ||
"includeNameConflictInfo": 32768, | ||
"allAttributes": 16863 | ||
@@ -905,0 +910,0 @@ } |
@@ -307,2 +307,6 @@ import GitInterfaces = require("../interfaces/GitInterfaces"); | ||
/** | ||
* Is wiki repository disabled | ||
*/ | ||
isDisabled?: boolean; | ||
/** | ||
* Properties of the wiki. | ||
@@ -309,0 +313,0 @@ */ |
@@ -43,3 +43,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "00d9565f-ed9c-4a06-9a50-00e7896ccab4", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "00d9565f-ed9c-4a06-9a50-00e7896ccab4", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -74,3 +74,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -106,3 +106,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -134,3 +134,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -163,3 +163,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "e81700f7-3be2-46de-8624-2eb35882fcaa", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -190,3 +190,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -225,3 +225,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -250,3 +250,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -273,3 +273,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "Location", "d810a47d-f4f4-4a62-a03f-fa1860585c4c", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -276,0 +276,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -28,2 +28,3 @@ import basem = require('./ClientApiBases'); | ||
getSubscriptionTemplates(): Promise<NotificationInterfaces.NotificationSubscriptionTemplate[]>; | ||
publishTokenEvent(notificationEvent: VSSInterfaces.VssNotificationEvent): Promise<VSSInterfaces.VssNotificationEvent>; | ||
updateSubscriptionUserSettings(userSettings: NotificationInterfaces.SubscriptionUserSettings, subscriptionId: string, userId: string): Promise<NotificationInterfaces.SubscriptionUserSettings>; | ||
@@ -162,2 +163,8 @@ } | ||
/** | ||
* Publish an event. This request is only for the Token service since it's a deploy only service. | ||
* | ||
* @param {VSSInterfaces.VssNotificationEvent} notificationEvent | ||
*/ | ||
publishTokenEvent(notificationEvent: VSSInterfaces.VssNotificationEvent): Promise<VSSInterfaces.VssNotificationEvent>; | ||
/** | ||
* Update the specified user's settings for the specified subscription. This API is typically used to opt in or out of a shared subscription. User settings can only be applied to shared subscriptions, like team subscriptions or default subscriptions. | ||
@@ -164,0 +171,0 @@ * |
@@ -35,3 +35,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "8f3c6ab2-5bae-4537-b16e-f84e0955599e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "8f3c6ab2-5bae-4537-b16e-f84e0955599e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -70,3 +70,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "991842f3-eb16-4aea-ac81-81353ef2b75c", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "991842f3-eb16-4aea-ac81-81353ef2b75c", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -97,3 +97,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "20f1929d-4be7-4c2e-a74e-d47640ff3418", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "20f1929d-4be7-4c2e-a74e-d47640ff3418", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -125,3 +125,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "20f1929d-4be7-4c2e-a74e-d47640ff3418", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "20f1929d-4be7-4c2e-a74e-d47640ff3418", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -150,3 +150,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "14c57b7a-c0e6-4555-9f51-e067188fdd8e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "14c57b7a-c0e6-4555-9f51-e067188fdd8e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -175,3 +175,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "9463a800-1b44-450e-9083-f948ea174b45", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "9463a800-1b44-450e-9083-f948ea174b45", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -201,3 +201,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "b5bbdd21-c178-4398-b6db-0166d910028a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "b5bbdd21-c178-4398-b6db-0166d910028a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -228,3 +228,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "cc84fb5f-6247-4c7a-aeae-e5a3c3fddb21", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "cc84fb5f-6247-4c7a-aeae-e5a3c3fddb21", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -256,3 +256,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "cc84fb5f-6247-4c7a-aeae-e5a3c3fddb21", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "cc84fb5f-6247-4c7a-aeae-e5a3c3fddb21", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -281,3 +281,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "19824fa9-1c76-40e6-9cce-cf0b9ca1cb60", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "19824fa9-1c76-40e6-9cce-cf0b9ca1cb60", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -307,3 +307,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "19824fa9-1c76-40e6-9cce-cf0b9ca1cb60", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "19824fa9-1c76-40e6-9cce-cf0b9ca1cb60", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -329,3 +329,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "cbe076d8-2803-45ff-8d8d-44653686ea2a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "cbe076d8-2803-45ff-8d8d-44653686ea2a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -352,3 +352,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "cbe076d8-2803-45ff-8d8d-44653686ea2a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "cbe076d8-2803-45ff-8d8d-44653686ea2a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -379,3 +379,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "4d5caff1-25ba-430b-b808-7a1f352cc197", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "4d5caff1-25ba-430b-b808-7a1f352cc197", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -407,3 +407,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "4d5caff1-25ba-430b-b808-7a1f352cc197", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "4d5caff1-25ba-430b-b808-7a1f352cc197", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -432,3 +432,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "6864db85-08c0-4006-8e8e-cc1bebe31675", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "6864db85-08c0-4006-8e8e-cc1bebe31675", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -457,3 +457,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -484,3 +484,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -515,3 +515,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -547,3 +547,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -575,3 +575,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "70f911d6-abac-488c-85b3-a206bf57e165", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -599,3 +599,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "fa5d24ba-7484-4f3d-888d-4ec6b1974082", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "fa5d24ba-7484-4f3d-888d-4ec6b1974082", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -615,2 +615,26 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
/** | ||
* Publish an event. This request is only for the Token service since it's a deploy only service. | ||
* | ||
* @param {VSSInterfaces.VssNotificationEvent} notificationEvent | ||
*/ | ||
publishTokenEvent(notificationEvent) { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
return new Promise((resolve, reject) => __awaiter(this, void 0, void 0, function* () { | ||
let routeValues = {}; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "31dc86a2-67e8-4452-99a4-2b301ba28291", routeValues); | ||
let url = verData.requestUrl; | ||
let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
let res; | ||
res = yield this.rest.create(url, notificationEvent, options); | ||
let ret = this.formatResponse(res.result, VSSInterfaces.TypeInfo.VssNotificationEvent, false); | ||
resolve(ret); | ||
} | ||
catch (err) { | ||
reject(err); | ||
} | ||
})); | ||
}); | ||
} | ||
/** | ||
* Update the specified user's settings for the specified subscription. This API is typically used to opt in or out of a shared subscription. User settings can only be applied to shared subscriptions, like team subscriptions or default subscriptions. | ||
@@ -630,3 +654,3 @@ * | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "notification", "ed5a3dff-aeb5-41b1-b4f7-89e66e58b62e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "notification", "ed5a3dff-aeb5-41b1-b4f7-89e66e58b62e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -633,0 +657,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
{ | ||
"name": "azure-devops-node-api", | ||
"description": "Node client for Azure DevOps and TFS REST APIs", | ||
"version": "11.1.1", | ||
"version": "11.2.0", | ||
"main": "./WebApi.js", | ||
@@ -6,0 +6,0 @@ "types": "./WebApi.d.ts", |
@@ -41,3 +41,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -70,3 +70,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -99,3 +99,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -132,3 +132,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -162,3 +162,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "dad91cbe-d183-45f8-9c6e-9c1164472121", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -191,3 +191,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "46aecb7a-5d2c-4647-897b-0209505a9fe4", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "46aecb7a-5d2c-4647-897b-0209505a9fe4", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -220,3 +220,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "46aecb7a-5d2c-4647-897b-0209505a9fe4", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "46aecb7a-5d2c-4647-897b-0209505a9fe4", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -260,3 +260,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "c23ddff5-229c-4d04-a80b-0fdce9f360c8", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "c23ddff5-229c-4d04-a80b-0fdce9f360c8", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -291,3 +291,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "fe1e68a2-60d3-43cb-855b-85e41ae97c95", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "fe1e68a2-60d3-43cb-855b-85e41ae97c95", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -326,3 +326,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "fe1e68a2-60d3-43cb-855b-85e41ae97c95", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "fe1e68a2-60d3-43cb-855b-85e41ae97c95", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -355,3 +355,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "44096322-2d3d-466a-bb30-d1b7de69f61f", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "44096322-2d3d-466a-bb30-d1b7de69f61f", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -382,3 +382,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "policy", "44096322-2d3d-466a-bb30-d1b7de69f61f", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "policy", "44096322-2d3d-466a-bb30-d1b7de69f61f", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -385,0 +385,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -36,3 +36,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "projectanalysis", "5b02a779-1867-433f-90b7-d23ed5e33e57", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "projectanalysis", "5b02a779-1867-433f-90b7-d23ed5e33e57", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -73,3 +73,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "projectanalysis", "e40ae584-9ea6-4f06-a7c7-6284651b466b", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "projectanalysis", "e40ae584-9ea6-4f06-a7c7-6284651b466b", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -122,3 +122,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "projectanalysis", "df7fbbca-630a-40e3-8aa3-7a3faf66947e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "projectanalysis", "df7fbbca-630a-40e3-8aa3-7a3faf66947e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -161,3 +161,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "projectanalysis", "df7fbbca-630a-40e3-8aa3-7a3faf66947e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "projectanalysis", "df7fbbca-630a-40e3-8aa3-7a3faf66947e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -164,0 +164,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -42,3 +42,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "eb55e5d6-2f30-4295-b5ed-38da50b1fc52", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "eb55e5d6-2f30-4295-b5ed-38da50b1fc52", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -82,3 +82,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -132,3 +132,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -169,3 +169,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -206,3 +206,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -239,3 +239,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "7898f959-9cdf-4096-b29e-7f293031629e", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -273,3 +273,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "858983e4-19bd-4c5e-864c-507b59b58b12", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "858983e4-19bd-4c5e-864c-507b59b58b12", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -319,3 +319,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "858983e4-19bd-4c5e-864c-507b59b58b12", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "858983e4-19bd-4c5e-864c-507b59b58b12", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -348,3 +348,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "0a1efd25-abda-43bd-9629-6c7bdd2e0d60", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "0a1efd25-abda-43bd-9629-6c7bdd2e0d60", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -382,3 +382,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -426,3 +426,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -456,3 +456,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -493,3 +493,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -522,3 +522,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "46f5667d-263a-4684-91b1-dff7fdcf64e2", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -549,3 +549,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "038fd4d5-cda7-44ca-92c0-935843fee1a7", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "038fd4d5-cda7-44ca-92c0-935843fee1a7", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -582,3 +582,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "0dd73091-3e36-4f43-b443-1b76dd426d84", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "0dd73091-3e36-4f43-b443-1b76dd426d84", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -611,3 +611,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "65fd0708-bc1e-447b-a731-0587c5464e5b", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "65fd0708-bc1e-447b-a731-0587c5464e5b", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -640,3 +640,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "distributedtask", "5cecd946-d704-471e-a45f-3b4064fcfaba", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "distributedtask", "5cecd946-d704-471e-a45f-3b4064fcfaba", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -675,3 +675,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "8893bc5b-35b2-4be7-83cb-99e683551db4", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "8893bc5b-35b2-4be7-83cb-99e683551db4", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -707,3 +707,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "8893bc5b-35b2-4be7-83cb-99e683551db4", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "8893bc5b-35b2-4be7-83cb-99e683551db4", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -737,3 +737,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -768,3 +768,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -805,3 +805,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -834,3 +834,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "distributedtask", "83597576-cc2c-453c-bea6-2882ae6a1653", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -837,0 +837,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -49,3 +49,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -86,3 +86,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -124,3 +124,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "bc1f417e-239d-42e7-85e1-76e80cb2d6eb", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -157,3 +157,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "f32b86f2-15b9-4fe6-81b1-6f8938617ee5", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "f32b86f2-15b9-4fe6-81b1-6f8938617ee5", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -185,3 +185,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -234,3 +234,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -273,3 +273,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.3", "tfvc", "0bc8f0a4-6bfb-42a9-ba84-139da7b99c49", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -298,3 +298,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "b7e7c173-803c-4fea-9ec8-31ee35c5502a", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "b7e7c173-803c-4fea-9ec8-31ee35c5502a", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -325,3 +325,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "64ae0bea-1d71-47c9-a9e5-fe73f5ea0ff4", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "64ae0bea-1d71-47c9-a9e5-fe73f5ea0ff4", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -353,3 +353,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "fe6f827b-5f64-480f-b8af-1eca3b80e833", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "fe6f827b-5f64-480f-b8af-1eca3b80e833", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -381,3 +381,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "fe6f827b-5f64-480f-b8af-1eca3b80e833", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "fe6f827b-5f64-480f-b8af-1eca3b80e833", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -425,3 +425,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -471,3 +471,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -506,3 +506,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -552,3 +552,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -596,3 +596,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "ba9fc436-9a38-4578-89d6-e4f3241f5040", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -627,3 +627,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "06166e34-de17-4b60-8cd1-23182a346fda", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "06166e34-de17-4b60-8cd1-23182a346fda", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -663,3 +663,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "a5d9bd7f-b661-4d0e-b9be-d9c16affae54", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "a5d9bd7f-b661-4d0e-b9be-d9c16affae54", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -701,3 +701,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "a5d9bd7f-b661-4d0e-b9be-d9c16affae54", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "a5d9bd7f-b661-4d0e-b9be-d9c16affae54", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -736,3 +736,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "dbaf075b-0445-4c34-9e5b-82292f856522", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "dbaf075b-0445-4c34-9e5b-82292f856522", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -769,3 +769,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "e36d44fb-e907-4b0a-b194-f83f1ed32ad3", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "e36d44fb-e907-4b0a-b194-f83f1ed32ad3", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -801,3 +801,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "e36d44fb-e907-4b0a-b194-f83f1ed32ad3", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "e36d44fb-e907-4b0a-b194-f83f1ed32ad3", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -832,3 +832,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "a7a0c1c1-373e-425a-b031-a519474d743d", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "a7a0c1c1-373e-425a-b031-a519474d743d", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -863,3 +863,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "tfvc", "e15c74c0-3605-40e0-aed4-4cc61e549ed8", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "tfvc", "e15c74c0-3605-40e0-aed4-4cc61e549ed8", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -866,0 +866,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
@@ -46,3 +46,3 @@ "use strict"; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "5100d976-363d-42e7-a19d-4171ecb44782", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "5100d976-363d-42e7-a19d-4171ecb44782", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -80,3 +80,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "5100d976-363d-42e7-a19d-4171ecb44782", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "5100d976-363d-42e7-a19d-4171ecb44782", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -113,3 +113,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "7a5bc693-aab7-4d48-8f34-36f373022063", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "7a5bc693-aab7-4d48-8f34-36f373022063", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -148,3 +148,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "7a5bc693-aab7-4d48-8f34-36f373022063", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "7a5bc693-aab7-4d48-8f34-36f373022063", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -189,3 +189,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "598a5268-41a7-4162-b7dc-344131e4d1fa", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "598a5268-41a7-4162-b7dc-344131e4d1fa", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -221,3 +221,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -254,3 +254,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -293,3 +293,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -338,3 +338,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -372,3 +372,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "9b394e93-7db5-46cb-9c26-09a36aa5c895", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -411,3 +411,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "25d3fbc7-fe3d-46cb-b5a5-0b6f79caf27b", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "25d3fbc7-fe3d-46cb-b5a5-0b6f79caf27b", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -448,3 +448,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "25d3fbc7-fe3d-46cb-b5a5-0b6f79caf27b", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "25d3fbc7-fe3d-46cb-b5a5-0b6f79caf27b", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -483,3 +483,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "ceddcf75-1068-452d-8b13-2d4d76e1f970", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "ceddcf75-1068-452d-8b13-2d4d76e1f970", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -518,3 +518,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "ceddcf75-1068-452d-8b13-2d4d76e1f970", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "ceddcf75-1068-452d-8b13-2d4d76e1f970", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -550,3 +550,3 @@ let apiVersion = verData.apiVersion; | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "71323c46-2592-4398-8771-ced73dd87207", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "71323c46-2592-4398-8771-ced73dd87207", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -585,3 +585,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "81c4e0fe-7663-4d62-ad46-6ab78459f274", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "81c4e0fe-7663-4d62-ad46-6ab78459f274", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -628,3 +628,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.1", "wiki", "1087b746-5d15-41b9-bea6-14e325e7f880", routeValues, queryValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.1", "wiki", "1087b746-5d15-41b9-bea6-14e325e7f880", routeValues, queryValues); | ||
let url = verData.requestUrl; | ||
@@ -656,3 +656,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -685,3 +685,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -712,3 +712,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -741,3 +741,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -771,3 +771,3 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); | ||
try { | ||
let verData = yield this.vsoClient.getVersioningData("6.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let verData = yield this.vsoClient.getVersioningData("7.1-preview.2", "wiki", "288d122c-dbd4-451d-aa5f-7dbbba070728", routeValues); | ||
let url = verData.requestUrl; | ||
@@ -774,0 +774,0 @@ let options = this.createRequestOptions('application/json', verData.apiVersion); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
4111041
102465
1