@codacy/api-typescript
Advanced tools
Comparing version 1.2.35 to 1.2.36
@@ -82,2 +82,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const SearchRepositoryIssuesListResponse: msRest.CompositeMapper; | ||
export declare const GetIssueResponse: msRest.CompositeMapper; | ||
export declare const CommitDeltaStatistics: msRest.CompositeMapper; | ||
@@ -249,2 +250,3 @@ export declare const Count: msRest.CompositeMapper; | ||
export declare const SecurityRepositoriesResponse: msRest.CompositeMapper; | ||
export declare const CommitDetails: msRest.CompositeMapper; | ||
export declare const SetCodacyDefaultHeaders: msRest.CompositeMapper; | ||
@@ -251,0 +253,0 @@ export declare const DeleteGatePolicyHeaders: msRest.CompositeMapper; |
@@ -10,2 +10,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const columnOrder: msRest.OperationQueryParameter; | ||
export declare const commitId: msRest.OperationURLParameter; | ||
export declare const commitUuid: msRest.OperationURLParameter; | ||
@@ -34,2 +35,3 @@ export declare const cursor: msRest.OperationQueryParameter; | ||
export declare const repositoryName: msRest.OperationURLParameter; | ||
export declare const resultDataId: msRest.OperationURLParameter; | ||
export declare const search: msRest.OperationQueryParameter; | ||
@@ -36,0 +38,0 @@ export declare const severityLevels: msRest.OperationQueryParameter; |
@@ -101,2 +101,12 @@ /* | ||
}; | ||
export var commitId = { | ||
parameterPath: "commitId", | ||
mapper: { | ||
required: true, | ||
serializedName: "commitId", | ||
type: { | ||
name: "Number" | ||
} | ||
} | ||
}; | ||
export var commitUuid = { | ||
@@ -386,2 +396,12 @@ parameterPath: "commitUuid", | ||
}; | ||
export var resultDataId = { | ||
parameterPath: "resultDataId", | ||
mapper: { | ||
required: true, | ||
serializedName: "resultDataId", | ||
type: { | ||
name: "Number" | ||
} | ||
} | ||
}; | ||
export var search = { | ||
@@ -388,0 +408,0 @@ parameterPath: [ |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "1.2.35", | ||
"version": "1.2.36", | ||
"description": "Codacy API client for Typescript", | ||
@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"apiVersion": "31.13.0" | ||
"apiVersion": "31.15.0" | ||
} |
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
1283428
25160