@codacy/api-typescript
Advanced tools
Comparing version 1.2.39 to 1.2.40
@@ -47,2 +47,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const CoverageAnalysis: msRest.CompositeMapper; | ||
export declare const AnalysisMeta: msRest.CompositeMapper; | ||
export declare const CommitWithAnalysis: msRest.CompositeMapper; | ||
@@ -66,3 +67,2 @@ export declare const CommitWithAnalysisListResponse: msRest.CompositeMapper; | ||
export declare const DiffCoverage: msRest.CompositeMapper; | ||
export declare const AnalysisMeta: msRest.CompositeMapper; | ||
export declare const PullRequestQuality: msRest.CompositeMapper; | ||
@@ -243,3 +243,2 @@ export declare const PullRequestCoverage: msRest.CompositeMapper; | ||
export declare const SecurityManagersResponse: msRest.CompositeMapper; | ||
export declare const CheckSecurityManagerRoleResponse: msRest.CompositeMapper; | ||
export declare const SecurityManagerBody: msRest.CompositeMapper; | ||
@@ -253,2 +252,4 @@ export declare const JiraIntegration: msRest.CompositeMapper; | ||
export declare const CommitDetails: msRest.CompositeMapper; | ||
export declare const ConfigurePattern: msRest.CompositeMapper; | ||
export declare const ConfigureToolBody: msRest.CompositeMapper; | ||
export declare const SetCodacyDefaultHeaders: msRest.CompositeMapper; | ||
@@ -255,0 +256,0 @@ export declare const DeleteGatePolicyHeaders: msRest.CompositeMapper; |
@@ -14,2 +14,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const days: msRest.OperationQueryParameter; | ||
export declare const deleteIssuesForDisabledPatterns: msRest.OperationQueryParameter; | ||
export declare const direction: msRest.OperationQueryParameter; | ||
@@ -16,0 +17,0 @@ export declare const enabled: msRest.OperationQueryParameter; |
@@ -150,2 +150,15 @@ /* | ||
}; | ||
export var deleteIssuesForDisabledPatterns = { | ||
parameterPath: [ | ||
"options", | ||
"deleteIssuesForDisabledPatterns" | ||
], | ||
mapper: { | ||
serializedName: "deleteIssuesForDisabledPatterns", | ||
defaultValue: false, | ||
type: { | ||
name: "Boolean" | ||
} | ||
} | ||
}; | ||
export var direction = { | ||
@@ -152,0 +165,0 @@ parameterPath: [ |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "1.2.39", | ||
"version": "1.2.40", | ||
"description": "Codacy API client for Typescript", | ||
@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"apiVersion": "31.19.5" | ||
"apiVersion": "31.24.4" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1288449
25267