Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codacy/api-typescript

Package Overview
Dependencies
Maintainers
2
Versions
193
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codacy/api-typescript - npm Package Compare versions

Comparing version 1.0.28 to 1.0.29

6

lib/models/mappers.d.ts

@@ -43,2 +43,7 @@ import * as msRest from "@azure/ms-rest-js";

export declare const CommitWithBranches: msRest.CompositeMapper;
export declare const FileMetadata: msRest.CompositeMapper;
export declare const FileDeltaCoverageCommitAnalysis: msRest.CompositeMapper;
export declare const FileDeltaQualityCommitAnalysis: msRest.CompositeMapper;
export declare const CommitFileDeltaAnalysis: msRest.CompositeMapper;
export declare const CommitFileAnalysisListResponse: msRest.CompositeMapper;
export declare const RepositoryListResponse: msRest.CompositeMapper;

@@ -157,3 +162,2 @@ export declare const Coverage: msRest.CompositeMapper;

export declare const FileCoverageAnalysis: msRest.CompositeMapper;
export declare const FileMetadata: msRest.CompositeMapper;
export declare const FileMetrics: msRest.CompositeMapper;

@@ -160,0 +164,0 @@ export declare const FileInformationWithAnalysis: msRest.CompositeMapper;

5

lib/models/parameters.d.ts

@@ -9,2 +9,3 @@ import * as msRest from "@azure/ms-rest-js";

export declare const codingStandardId: msRest.OperationURLParameter;
export declare const columnOrder: msRest.OperationQueryParameter;
export declare const commitUuid: msRest.OperationURLParameter;

@@ -18,3 +19,4 @@ export declare const cursor: msRest.OperationQueryParameter;

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;

@@ -32,2 +34,3 @@ export declare const issueId: msRest.OperationURLParameter;

export declare const sort: msRest.OperationQueryParameter;
export declare const sortColumn: msRest.OperationQueryParameter;
export declare const sourceCodingStandard: msRest.OperationQueryParameter;

@@ -34,0 +37,0 @@ export declare const sourceRepository: msRest.OperationQueryParameter;

@@ -88,2 +88,14 @@ /*

};
export var columnOrder = {
parameterPath: [
"options",
"columnOrder"
],
mapper: {
serializedName: "columnOrder",
type: {
name: "String"
}
}
};
export var commitUuid = {

@@ -184,3 +196,3 @@ parameterPath: "commitUuid",

};
export var filter = {
export var filter0 = {
parameterPath: [

@@ -193,2 +205,14 @@ "options",

type: {
name: "String"
}
}
};
export var filter1 = {
parameterPath: [
"options",
"filter"
],
mapper: {
serializedName: "filter",
type: {
name: "Enum",

@@ -348,2 +372,14 @@ allowedValues: [

};
export var sortColumn = {
parameterPath: [
"options",
"sortColumn"
],
mapper: {
serializedName: "sortColumn",
type: {
name: "String"
}
}
};
export var sourceCodingStandard = {

@@ -350,0 +386,0 @@ parameterPath: [

{
"name": "@codacy/api-typescript",
"version": "1.0.28",
"version": "1.0.29",
"description": "Codacy API client for Typescript",

@@ -73,3 +73,3 @@ "homepage": "https://github.com/codacy/codacy-api-typescript#readme",

},
"apiVersion": "28.49.0"
"apiVersion": "28.52.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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc