@codacy/api-typescript
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -59,2 +59,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const BranchListResponse: msRest.CompositeMapper; | ||
export declare const UpdateRepositoryBranchConfigurationBody: msRest.CompositeMapper; | ||
export declare const QualityGateIssueThreshold: msRest.CompositeMapper; | ||
@@ -61,0 +62,0 @@ export declare const QualityGate: msRest.CompositeMapper; |
@@ -5,2 +5,3 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const branch: msRest.OperationQueryParameter; | ||
export declare const branchName: msRest.OperationURLParameter; | ||
export declare const caller: msRest.OperationParameter; | ||
@@ -7,0 +8,0 @@ export declare const categories: msRest.OperationQueryParameter; |
@@ -47,2 +47,12 @@ /* | ||
}; | ||
export var branchName = { | ||
parameterPath: "branchName", | ||
mapper: { | ||
required: true, | ||
serializedName: "branchName", | ||
type: { | ||
name: "String" | ||
} | ||
} | ||
}; | ||
export var caller = { | ||
@@ -49,0 +59,0 @@ parameterPath: [ |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Codacy API client for Typescript", | ||
@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"apiVersion": "27.12.2" | ||
"apiVersion": "27.13.3" | ||
} |
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
769174
15177