@codacy/api-typescript
Advanced tools
Comparing version 0.9.26 to 0.9.27
@@ -134,4 +134,6 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const StandardPatternListResponse: msRest.CompositeMapper; | ||
export declare const RepositoryIdentification: msRest.CompositeMapper; | ||
export declare const StandardRepositoryListResponse: msRest.CompositeMapper; | ||
export declare const PatternConfiguration: msRest.CompositeMapper; | ||
export declare const ToolConfiguration: msRest.CompositeMapper; | ||
//# sourceMappingURL=mappers.d.ts.map |
@@ -24,2 +24,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const sourceRepository: msRest.OperationQueryParameter; | ||
export declare const sourceStandard: msRest.OperationQueryParameter; | ||
export declare const standardId: msRest.OperationURLParameter; | ||
@@ -26,0 +27,0 @@ export declare const standardsort: msRest.OperationQueryParameter; |
@@ -305,2 +305,14 @@ /* | ||
}; | ||
export var sourceStandard = { | ||
parameterPath: [ | ||
"options", | ||
"sourceStandard" | ||
], | ||
mapper: { | ||
serializedName: "sourceStandard", | ||
type: { | ||
name: "Number" | ||
} | ||
} | ||
}; | ||
export var standardId = { | ||
@@ -307,0 +319,0 @@ parameterPath: "standardId", |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "0.9.26", | ||
"version": "0.9.27", | ||
"description": "Codacy API client for Typescript", | ||
@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"apiVersion": "22.4.1" | ||
"apiVersion": "23.1.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
679203
13497