@codacy/api-typescript
Advanced tools
Comparing version 1.0.16 to 1.0.17
import * as msRest from "@azure/ms-rest-js"; | ||
export declare const Version: msRest.CompositeMapper; | ||
export declare const JoinModeRequest: msRest.CompositeMapper; | ||
export declare const JoinResponse: msRest.CompositeMapper; | ||
@@ -19,2 +20,4 @@ export declare const RequestToJoin: msRest.CompositeMapper; | ||
export declare const Billing: msRest.CompositeMapper; | ||
export declare const OrganizationBillingInformationInvoiceDetails: msRest.CompositeMapper; | ||
export declare const Tax: msRest.CompositeMapper; | ||
export declare const OrganizationBillingInformation: msRest.CompositeMapper; | ||
@@ -59,2 +62,3 @@ export declare const OrganizationBillingInformationResponse: msRest.CompositeMapper; | ||
export declare const Count: msRest.CompositeMapper; | ||
export declare const PatternsCount: msRest.CompositeMapper; | ||
export declare const IssuesOverviewCounts: msRest.CompositeMapper; | ||
@@ -61,0 +65,0 @@ export declare const IssuesOverview: msRest.CompositeMapper; |
@@ -17,3 +17,4 @@ import * as msRest from "@azure/ms-rest-js"; | ||
export declare const fileId: msRest.OperationURLParameter; | ||
export declare const filter: msRest.OperationQueryParameter; | ||
export declare const filter0: msRest.OperationQueryParameter; | ||
export declare const filter1: msRest.OperationQueryParameter; | ||
export declare const includeNotAnalyzed: msRest.OperationQueryParameter; | ||
@@ -20,0 +21,0 @@ export declare const issueId: msRest.OperationURLParameter; |
@@ -183,3 +183,3 @@ /* | ||
}; | ||
export var filter = { | ||
export var filter0 = { | ||
parameterPath: [ | ||
@@ -192,6 +192,19 @@ "options", | ||
type: { | ||
name: "String" | ||
} | ||
} | ||
}; | ||
export var filter1 = { | ||
parameterPath: [ | ||
"options", | ||
"filter" | ||
], | ||
mapper: { | ||
serializedName: "filter", | ||
type: { | ||
name: "Enum", | ||
allowedValues: [ | ||
"Synced", | ||
"NotSynced" | ||
"NotSynced", | ||
"local" | ||
] | ||
@@ -198,0 +211,0 @@ } |
{ | ||
"name": "@codacy/api-typescript", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Codacy API client for Typescript", | ||
@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme", | ||
}, | ||
"apiVersion": "28.16.8" | ||
"apiVersion": "28.26.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
892297
17468