1
- // Type definitions for Microsoft Visual Studio Services v105.20160914.0830
1
+ // Type definitions for Microsoft Visual Studio Services v106.20161010.0630
2
2
// Project: https://www.visualstudio.com/integrate/extensions/overview
3
3
// Definitions by: Microsoft <[email protected] >
4
4
@@ -394,6 +394,8 @@ export interface DeploymentQueryParameters {
394
394
isDeleted : boolean ;
395
395
latestDeploymentsOnly : boolean ;
396
396
maxDeploymentsPerEnvironment : number ;
397
+ maxModifiedTime : Date ;
398
+ minModifiedTime : Date ;
397
399
operationStatus : DeploymentOperationStatus ;
398
400
queryOrder : ReleaseQueryOrder ;
399
401
}
@@ -1770,6 +1772,8 @@ export class ReleaseHttpClient3 extends CommonMethods2_2To3 {
1770
1772
* @param {number } definitionId
1771
1773
* @param {number } definitionEnvironmentId
1772
1774
* @param {string } createdBy
1775
+ * @param {Date } minModifiedTime
1776
+ * @param {Date } maxModifiedTime
1773
1777
* @param {Contracts.DeploymentStatus } deploymentStatus
1774
1778
* @param {Contracts.DeploymentOperationStatus } operationStatus
1775
1779
* @param {boolean } latestAttemptsOnly
@@ -1778,7 +1782,7 @@ export class ReleaseHttpClient3 extends CommonMethods2_2To3 {
1778
1782
* @param {number } continuationToken
1779
1783
* @return IPromise<Contracts.Deployment[]>
1780
1784
*/
1781
- getDeployments ( project : string , definitionId ?: number , definitionEnvironmentId ?: number , createdBy ?: string , deploymentStatus ?: Contracts . DeploymentStatus , operationStatus ?: Contracts . DeploymentOperationStatus , latestAttemptsOnly ?: boolean , queryOrder ?: Contracts . ReleaseQueryOrder , top ?: number , continuationToken ?: number ) : IPromise < Contracts . Deployment [ ] > ;
1785
+ getDeployments ( project : string , definitionId ?: number , definitionEnvironmentId ?: number , createdBy ?: string , minModifiedTime ?: Date , maxModifiedTime ?: Date , deploymentStatus ?: Contracts . DeploymentStatus , operationStatus ?: Contracts . DeploymentOperationStatus , latestAttemptsOnly ?: boolean , queryOrder ?: Contracts . ReleaseQueryOrder , top ?: number , continuationToken ?: number ) : IPromise < Contracts . Deployment [ ] > ;
1782
1786
/**
1783
1787
* [Preview API]
1784
1788
*
0 commit comments