azure-devops-extension-api
Advanced tools
Comparing version 4.240.0 to 4.241.0
{ | ||
"name": "azure-devops-extension-api", | ||
"version": "4.240.0", | ||
"version": "4.241.0", | ||
"description": "REST client libraries and contracts for Azure DevOps web extension developers.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -500,2 +500,6 @@ import * as DistributedTaskCommon from "../DistributedTaskCommon/DistributedTaskCommon"; | ||
createdBy: WebApi.IdentityRef; | ||
/** | ||
* Gets or sets the date, when the Service endpoint has been created. | ||
*/ | ||
creationDate: Date; | ||
data: { | ||
@@ -533,2 +537,10 @@ [key: string]: string; | ||
/** | ||
* Gets or sets the date, when the Service endpoint has been modified. | ||
*/ | ||
modificationDate: Date; | ||
/** | ||
* Gets or sets the identity reference for the user who did the latest modification of the Service endpoint. | ||
*/ | ||
modifiedBy: WebApi.IdentityRef; | ||
/** | ||
* Gets or sets the friendly name of the endpoint. | ||
@@ -535,0 +547,0 @@ */ |
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
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
4811667
421
102688